[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAP invalid credentials and ldap_sasl_interactive_bind_s
- To: openldap-software@OpenLDAP.org
- Subject: LDAP invalid credentials and ldap_sasl_interactive_bind_s
- From: Stat <flavio@stat.com.br>
- Date: 05 May 2002 11:59:49 -0300
- Fasthost-mail-scanner: (Email Liberado. Processado em 0.061697 segundos)
- Fasthost-mail-scanner-mail-from: flavio@stat.com.br via web
- Fasthost-mail-scanner-rcpt-to: openldap-software@openldap.org
Dear friends,
I'm configuring a LDAP server using RH 7.2 standard OpenLDAP 2.When I try
to add someone and put standard "secret" password, this message appears:
[root@pegasus openldap]# ldapadd -f /tmp/newentry.ldif -D "cn=Manager, o=example, c=BR" -W
Enter LDAP Password:
ldap_sasl_interactive_bind_s: No such attribute
[root@pegasus openldap]#
//slapd.conf
acess to "*" by self write
database ldbm
suffix "dc=example, dc=com"
rootdn "cn=Manager, dc=example, dc=com"
rootpw secret
directory /var/lib/ldap
index objectClass,uid,uidNumber,gidNumber,memberUid eq
index cn,mail,surname,givenname eq,subinitial
//newentry.ldif
o=example, c=BR
objectClass=organization
description=Departamento Técnico
cn=Manager, o=example, c=BR
objectClass=organizationalRole
cn=Manager
description= GRAL Manager - flaviO@gral.com.br
I need a help
Thanks in advance
Flávio
Rio de Janeiro