[Date Prev][Date Next] [Chronological] [Thread] [Top]

minssf with SASL DIGEST-MD5 authentication issue (ITS#2380)



Full_Name: Samuel Nicolary
Version: CVS HEAD
OS: RedHat Linux 7.3 - i386
URL: 
Submission from: (NULL) (68.164.120.242)


I don't know if there is something wrong here or not so I'll submit this and
maybe you guys can tell me.  I haven't been able to get the answers anywhere
else.

Here are my slapd.conf settings:

security ssf=56
sasl-secprops noanonymous
require LDAPv3 bind SASL authc strong

When I do this:
command: ldapsearch -v -H ldap://localhost/ -Y CRAM-MD5 uid=XXX
result: 13 Confidentiality required

with -ZZ added I get: result: 0 Success

When I do this:
command: ldapsearch -v -H ldap://localhost/ -Y DIGEST-MD5 uid=XXX
result: 0 Success

I get the same with -ZZ added.

I get search: 3 when I execute these commands without SSL and search: 4 when
with.

Is DIGEST-MD5 supposed to circumvent the minssf value?