On 6/13/05, Mark <msalists@xxxxxxx> wrote: > Hi, > > I have a problem using LDAP on FC3 for authentication and login. > > So far it worked on FC1 without problem, but the same ldap.conf, nsswitch.conf and system-auth won't work under FC3. > > ldap.conf looks like this: > > base dc=mydomain,dc=com > host 192.168.1.20 > pam_password md5 > ssl yes > The version of openldap included with FC3 checks the certification path. You need to copy the root certificate for your server (i.e. the certificate for the CA that signed your server certificate) to a known location, for instance "/usr/share/ssl/cacert.pem", and then include the following in /etc/openldap/ldap.conf: TLS_CACERT /usr/share/ssl/cacert.pem Hope this helps.