Files
heimdal/packages/windows/assembly/Heimdal.Kerberos.manifest.in
Jeffrey Altman 3c3e2ad5e6 Windows: ktutil.exe requires libkadmsrv and libhdb
Include libkadmsrv.dll and libhdb.dll in the assembly which are
required for ktutil.exe to load.

Change-Id: Ic72d51e72daac71683a7f7000fe084197ee3c94a
2013-09-13 22:17:43 -04:00

20 lines
828 B
XML

<?xml version="1" encoding="UTF-8" standalone="yes" ?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="@name@"
processorArchitecture="@cpu@"
version="@version@"
publicKeyToken="@pkt@" />
<file name="heimdal.dll" hashalg="SHA1" />
<file name="com_err.dll" hashalg="SHA1" />
<file name="heimntlm.dll" hashalg="SHA1" />
<file name="gssapi.dll" hashalg="SHA1" />
<file name="libhdb.dll" hashalg="SHA1" />
<file name="libkadm5srv.dll" hashalg="SHA1" />
<file name="heimdal.pdb" hashalg="SHA1" />
<file name="com_err.pdb" hashalg="SHA1" />
<file name="heimntlm.pdb" hashalg="SHA1" />
<file name="gssapi.pdb" hashalg="SHA1" />
<file name="libhdb.pdb" hashalg="SHA1" />
<file name="libkadm5srv.pdb" hashalg="SHA1" />
</assembly>