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

LDAP invalid credentials and ldap_sasl_interactive_bind_s



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