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

RE: invalid credentials



Add -x for simple bind under 2.x:

ldapsearch -x -D "cn=Manager, dc=efinnet, dc=com" ........

> secret "ObjectClass=*"
> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Thomas Gagne
> Sent: Wednesday, November 15, 2000 7:00 AM
> To: openldap-software@OpenLDAP.org
> Subject: invalid credentials
> 
> 
> using 2.07
> 
> Using the attached slapd.conf, I get the error "Invalid 
> Credientials" using
> 
> [root@tgagne openldap]# ldapsearch -D "cn=Manager, dc=efinnet, dc=com" -w
> secret "ObjectClass=*"
> ldap_bind: Invalid credentials
> 
> When I try it anonymously:
> [root@tgagne var]# ldapsearch "objectclass=*"
> version: 2
> 
> #
> # filter: objectclass=*
> # requesting: ALL
> #
> 
> # search result
> search: 2
> result: 32 No such object
> 
> # numResponses: 1
> 
> Also, the directories /usr/local/var/openldap-ldbm and
> /usr/local/var/openldap-slurpd are both empty.  Should they have 
> been created
> the first time slapd was started???
> 
> 
> --
> .tom
> 
> 
>