Hi ,

I use openldap, nss_ldap and pam_ldap for autentification.
All work OK exceptly one point :

        When users are member of many groups (40) , the system only take care of the 
30 first groups ! 
Of course, this users can't acces to files owned by the 10 last groups :(

        [EMAIL PROTECTED] tmp]# id titi
                ...... that shows me all the group of "titi" so it's OK

                but when i do that:
        [EMAIL PROTECTED] tmp]# su titi
        [EMAIL PROTECTED] tmp]$ id
                ...... that d'ont show me all the groups of titi !!!!


I don't use ssl or sasl
I don't use ACL in my slapd.conf
I'have no sizelimit or timelimit in LDAP
I don't use nscd (when i use it, the problem doesn't disapear)
My nsswitch.conf seems to be OK :
                passwd:     files ldap
                shadow:     files ldap
                group:      files ldap


What is the problem ?

        Thanks :)

PS: the rpm installed on my machine:
        openldap-clients-2.0.25-7mdk
        samba-common-ldap-2.2.7-1.1mdk
        openldap-servers-2.0.25-7mdk
        libldap2-2.0.25-7mdk
        openldap-2.0.25-7mdk
        samba-server-ldap-2.2.7-1.1mdk
        nss_ldap-204-2mdk
        pam_ldap-161-2mdk

        


Reply via email to