[Bug 263241] NTLM library needed

bugzilla at redhat.com bugzilla at redhat.com
Fri Dec 12 19:24:22 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=263241


Nathan Kinder <nkinder at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nkinder at redhat.com,
                   |                            |rmeggins at redhat.com




--- Comment #7 from Nathan Kinder <nkinder at redhat.com>  2008-12-12 14:24:20 EDT ---
The libntlm package works fine for NTLM authentication, but we do have a need
for some more basic MD4 operations.

For Fedora Directory Server, we want the ability to take MD4 hashed passwords
from Active Directory and pull them into our database when syncing accounts. 
This would allow AD users to use their AD password to authenticate to FDS.

In order for this to work, we need a compare function at a minimum.  We would
want to pass in the MD4 hash and a clear-text password and get a response
telling us the results of the comparison.

In addition, we would need a function to MD4 hash a clear password for true MD4
password storage in FDS, though we may be able to get away without doing this
if we only want to support MD4 when pulling passwords in from AD.  I'm not sure
if this would work properly given the current structure of a password storage
scheme plug-in in FDS.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list