[389-users] Client Config on CentOS 6

Arpit Tolani arpittolani at gmail.com
Wed Jan 2 17:11:19 UTC 2013


Hello

On Wed, Jan 2, 2013 at 7:08 PM, Ali Jawad <ali.jawad at splendor.net> wrote:
> Hi All
>
> I am facing problems configuring a CentOS 6 server to act as an ldap client
> to my DS389 server. Does anyone know about a valid howto or can you please
> paste the sample configs to get it working ?
>
> Regards
>

Are you using SSSD or NSLCD to configure Centos6 as a LDAP client, If
you are using SSSD, You need to have TLS enabled on your LDAP server.

Try this.

Install nss-pam-ldapd & pam_ldap

    # yum install nss-pam-ldapd pam_ldap

Configure nslcd Using GUI.

    Authconfig will try to use sssd by default, in order to configure
nslcd, enable FORCELEGACY option in authconfig as shown below.

Edit /etc/sysconfig/authconfig, change "FORCELEGACY" option to "yes"

    FORCELEGACY=yes

# authconfig --enableldap --enableldapauth
--ldapserver="ldap01.example.com" --ldapbasedn="dc=example,dc=com"
--enableforcelegacy --update


Regards
Arpit Tolani



More information about the 389-users mailing list