Hi,guys: I am trying to setup OpenLDAP on CentOS 5.3 i386 for a client of mine. everytime I try running 'service ldap start', I get the following in syslog: root at xx ~: tailf /var/log/messages .....slaptest: sql_select option missing ....slaptest: auxpropfunc error no mechanism available ....slapd[4392]: sql_select option missing ....slapd[4392]: auxpropfunc error no mechanism available ....ldap: slapd startup failed I have checked the permissions on /etc/ldap.conf and /etc/openldap.conf and the two are chmod'd ldap:ldap Can anyone give me pointers? Thanks in advance .... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100629/f8c4c5dc/attachment.html>
m.roth at 5-cent.us
2010-Jun-29 14:12 UTC
[CentOS] slapd auxpropfunc error no mechanism available
sync wrote:> > I am trying to setup OpenLDAP on CentOS 5.3 i386 for a client of mine. > everytime I try running 'service ldap start', > I get the following in syslog: > > root at xx ~: tailf /var/log/messages > .....slaptest: sql_select option missing > ....slaptest: auxpropfunc error no mechanism available > ....slapd[4392]: sql_select option missing > ....slapd[4392]: auxpropfunc error no mechanism available > ....ldap: slapd startup failed > > > I have checked the permissions on /etc/ldap.conf and /etc/openldap.conf > and the two are chmod'd ldap:ldap > > Can anyone give me pointers?This is *not* a permissions problem. Read the message - it's saying you have an error in your slapd configuration file. Also, you can run slaptest by itself, to check the config, and you can add debug levels (-d 3, or whatever) to identify the lines, I believe I remember. mark