Re: LDAP authentication on FC3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux