I got the following messages after typing slapd -d 255, What does it mean cn=config, I have cn=Manager in slapd.conf file
backend_startup_one: starting "cn=config" backend_startup_one: starting "dc=example,dc=com" bdb_db_open: dc=example,dc=com bdb_db_open: dbenv_open(/var/lib/ldap/example.com) slapd starting daemon: added 4r daemon: added 7r daemon: added 8r daemon: select: listen=7 active_threads=0 tvp=NULL daemon: select: listen=8 active_threads=0 tvp=NULL -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Selim Jahangir Sent: Thursday, 20 April 2006 12:07 PM To: Jamie Wilkinson; [email protected] Subject: RE: [SLUG] Invalid credentials error code 49 Yeah I did restart after every change in slapd.conf. selim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jamie Wilkinson Sent: Thursday, 20 April 2006 11:56 AM To: [email protected] Subject: Re: [SLUG] Invalid credentials error code 49 This one time, at band camp, Selim Jahangir wrote: > #rootpw secret > > rootpw {SSHA}airnU5gtmX+okEfQzseQsdXEx1QWpJ7/ Did you restart slapd after changing the password? >[EMAIL PROTECTED] openldap]# ldapadd -x -D "cn=Manager,dc=example,dc=com" >-W -f /etc/openldap/example.com.ldif What's /etc/openldap/ldap.conf say that your default host is? (It's probably ldap:// but sometimes may be ldapi://) >Enter LDAP Password: > >ldap_bind: Invalid credentials (49) Try adding "loglevel 448" (which will turn on connection logging, access control list processing messages, and config file processing messages) and see what /var/log/ldap.log says happens when you try connecting. Oh, you'll probably want to add local4.* -/var/log/ldap.log to /etc/syslog.conf and restart that too, in order to get the logs. Alternatively you could restart slapd from the command line with debugging enabled like so: slapd -d 448 and then not have to worry about syslog. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
