Hello

On Mon, Mar 25, 2013 at 9:34 PM, Fosiul Alam <fos...@gmail.com> wrote:
> Hi
> pam_groupdn is not working on some of my centos 6.2 server.
>
> from google i can see , there is a issues with
>
> https://access.redhat.com/knowledge/solutions/64719
> but dont understand , how to solve this
>
> Can any one please give  me some light ??

Are you using pam_ldap.conf & nslcd.conf for RHEL6 authentication
against LDAP server, RHEL6 dont use legacy ldap.conf file.

Make sure you /etc/pam_ldap.conf look something like this.

base dc=example,dc=com
binddn cn=manager
bindpw XXXX
scope sub
nss_base_passwd          ou=People,dc=example,dc=com?one
nss_base_shadow          ou=People,dc=example,dc=com?one
nss_base_group          ou=Group,dc=example,dc=com?one
uri ldaps://ldapserver.example.com/
pam_groupdn cn=servers-mgmt,ou=servers,dc=example,dc=com
pam_member_attribute member
ssl no
tls_cacertdir /etc/openldap/cacerts
pam_password crypt


btw why NSLCD ? Why not SSSD, Read below for more information on SSSD.

https://fedorahosted.org/sssd/
http://fedoraproject.org/wiki/Features/SSSD

>
> Thanks
> --
> 389 users mailing list
> 389-users@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/389-users



-- 
Regards
Arpit Tolani
--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Reply via email to