The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Databases
> LDAP Programming
|
Ldap search issue
Discuss Ldap search issue in the LDAP Programming forum on Dev Shed. Ldap search issue LDAP Programming forum discussing Lightweight Directory Access Protocol information and techniques. LDAP is used to allow applications to access directory information from a server.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

August 1st, 2011, 05:27 AM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 4
Time spent in forums: 38 m 16 sec
Reputation Power: 0
|
|
|
Ldap search issue
Ldap issue
I tried to search using below commnad and I am getting following error
ldapsearch -x -H ldap://127.0.0.1:389/ -D "cn=manager,ou=system,o=example" -w secret
error:
ldap_bind: Invalid credentials (49)
My slapd.conf contents is as below:
database bdb
suffix o=example.com
rootdn cn=manager,ou=system,o=example.com
# Cleartext passwords, especially for the rootdn, should
# be avoided. See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw secret
#rootpw {SSHA}JvA5Ovk302pb39afL2yVk9VeAeMNCZAm
# rootpw {crypt}ijFYNcSNctBYg
#access to *
# by * write
access to dn.subtree="o=example.com"
by dn="cn=ldaproot,ou=system,o=example.com" write
by * auth
allow update_anon
access to * by anonymous read
# This allows the ldaproot to extract as much info as possible from the DB
limits dn.exact="cn=ldaproot,ou=system,o=example.com" size=unlimited time=unlimited
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd and slap tools.
# Mode 700 recommended.
directory /var/lib/ldap
# Indices to maintain for this database
index objectClass eq,pres
index ou,cn,mail,surname,givenname eq,pres,sub
index uidNumber,gidNumber,loginShell eq,pres
index uid,memberUid eq,pres,sub
index nisMapName,nisMapEntry eq,pres,sub
# logging setting
loglevel none
# Replicas of this database
#replogfile /var/lib/ldap/openldap-master-replog
#replica host=ldap-1.example.com:389 starttls=critical
# bindmethod=sasl saslmech=GSSAPI
# authcId=host/ldap-master.example.com@EXAMPLE.COM
|

August 1st, 2011, 05:38 AM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 4
Time spent in forums: 38 m 16 sec
Reputation Power: 0
|
|
|
small correction
Quote: | Originally Posted by privateren Ldap issue
I tried to search using below commnad and I am getting following error
ldapsearch -x -H ldap://127.0.0.1:389/ -D "cn=manager,ou=system,o=example" -w secret
error:
ldap_bind: Invalid credentials (49)
My slapd.conf contents is as below:
database bdb
suffix o=example
rootdn cn=manager,ou=system,o=example
# Cleartext passwords, especially for the rootdn, should
# be avoided. See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw secret
#rootpw {SSHA}JvA5Ovk302pb39afL2yVk9VeAeMNCZAm
# rootpw {crypt}ijFYNcSNctBYg
#access to *
# by * write
access to dn.subtree="o=example"
by dn="cn=ldaproot,ou=system,o=example" write
by * auth
allow update_anon
access to * by anonymous read
# This allows the ldaproot to extract as much info as possible from the DB
limits dn.exact="cn=ldaproot,ou=system,o=example" size=unlimited time=unlimited
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd and slap tools.
# Mode 700 recommended.
directory /var/lib/ldap
# Indices to maintain for this database
index objectClass eq,pres
index ou,cn,mail,surname,givenname eq,pres,sub
index uidNumber,gidNumber,loginShell eq,pres
index uid,memberUid eq,pres,sub
index nisMapName,nisMapEntry eq,pres,sub
# logging setting
loglevel none
# Replicas of this database
#replogfile /var/lib/ldap/openldap-master-replog
#replica host=ldap-1.example:389 starttls=critical
# bindmethod=sasl saslmech=GSSAPI
# authcId=host/ldap-master.example@example |
In fact I used the command
ldapsearch -x -H ldap://127.0.0.1:389/ -b "cn=manager,ou=system,o=example" -w secret
and getting errors
ldap_bind: Invalid credentials (49)
|

August 2nd, 2011, 04:26 AM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 4
Time spent in forums: 38 m 16 sec
Reputation Power: 0
|
|
|
No takers for this question?
Am i in the wrong forum?
|

August 2nd, 2011, 04:32 AM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 4
Time spent in forums: 38 m 16 sec
Reputation Power: 0
|
|
No takers for this question?
Am i in the wrong forum?
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|