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

RE: LDAP invalid credentials and ldap_sasl_interactive_bind_s




> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org 
> [mailto:owner-openldap-software@OpenLDAP.org] On Behalf Of Stat
> Sent: Sunday, May 05, 2002 5:00 PM
> 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]#
You must use the -x parameter, see the manpage for ldapadd
ldapadd -f /tmp/newentry.ldif -D  "cn=Manager, o=example, c=BR" -W