CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/09/20 11:26:48
Modified files:
usr.sbin/ldapd : auth.c
Log message:
Implement support for bsdauth authentication via simple binds, not only
SASL. This works by prefixing the userPassword attribute with {BSDAUTH},
followed by the (bsd) username. For example:
userPassword: {BSDAUTH}username
Idea by will...@. Tested by will...@.
