Displaying 1 result from an estimated 1 matches for "l_mail".
Did you mean:
_mail
2011 Feb 03
2
Ldap and secondary PosixGroups
Hello all,
I'm using "Pam Ldap" for my users (Debian Lenny).
getent passwd :
*m.ambrosy:x:2000:100:m.ambrosy:/home/m.ambrosy:/bin/bash*
getent group :
*l_admin:*:2000:m.ambrosy
l_personnel:*:2001:m.ambrosy
l_mail:*:2003:m.ambrosy*
As you can see, in LDAP, user "m.ambrosy" (PosixAccount) is defined with
gidNumber = 100 (local group "users") and uidNumber = 2000.
Furthermore this user belongs to 3 secondary Ldap PosixGroup (l_admin 2000,
l_personnel 2001, l_mail 2003).
If /var/mail belon...