Emmanuel Dreyfus <[EMAIL PROTECTED]> wrote:
> 4.3 Populate the directory, make sure that user
> cn=jdoe,dc=example,dc=net has this:
> userPassword: {SASL}jdoe
For some reason I don't understand, slapd will cut the shortest @
suffix. That's a problem if one want to use SASL to reach a RADIUS
authentication with huntgroup.
For instance
userPassword: [EMAIL PROTECTED]
will cause the user to be "jdoe" instead of "[EMAIL PROTECTED]".
The fix: add a trailing @:
userPassword: [EMAIL PROTECTED]@
the user will be "[EMAIL PROTECTED]".
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
[EMAIL PROTECTED]