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

Re: ldapsearch error



Pass the -x argument to tell it to use simple bind instead of SASL. You need that if you're using -D and -W together.

Emmanuel JEGOU wrote:

Hi, I am trying to do a ldapsearch because I have problem configuring cyrus+pam+ldap and I got the following message what does it mean ?? [root@intranet src]# ldapsearch -v -D "cn=root,o=Vecteur Plus,c=fr" -W -h "ldap.intranet.vecteurplus.com" -p 389 -P 3 -b "ou=People,o=Vecteur Plus,c=fr" -s one "(objectClass=*)" uid
ldap_init( ldap.intranet.vecteurplus.com, 389 )
Enter LDAP Password:
ldap_sasl_interactive_bind_s: No such attribute
[root@intranet src]#  The uid attribute exists and the ldap directory works fine because I can browse it with an ldap browser Could someone help me ? thanks, Manu.