[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: LDAP invalid credentials and ldap_sasl_interactive_bind_s
- To: openldap-software@OpenLDAP.org
- Subject: RE: LDAP invalid credentials and ldap_sasl_interactive_bind_s
- From: Stat <flavio@stat.com.br>
- Date: 05 May 2002 13:05:08 -0300
- Fasthost-mail-scanner: (Email Liberado. Processado em 0.062139 segundos)
- Fasthost-mail-scanner-mail-from: flavio@stat.com.br via web
- Fasthost-mail-scanner-rcpt-to: openldap-software@openldap.org
- In-reply-to: <000601c1f449$308dbdb0$030bc850@apollo>
- References: <000601c1f449$308dbdb0$030bc850@apollo>
Dear Geert
I tried, but the same error appeared
# ldapadd -f /tmp/newentry -D "cn=Manager, dc=example, dc=com" -w secret
ldap_sasl_interactive_bind_s: No such attribute
My newentry file is OK?
Thanks
Flávio
Em Dom, 2002-05-05 às 12:26, Geert Van Muylem escreveu:
> Hi,
>
> Your rootDN is "cn=Manager, dc=example, dc=com" and
> you are trying to login with "cn=Manager, o=example, c=BR"
> You should login with "cn=Manager, dc=example, dc=com"
>
> Regards,
>
> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Stat
> Sent: zondag 5 mei 2002 17:00
> To: openldap-software@OpenLDAP.org
> Subject: 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
>
>
>
>