lists.arthurdejong.org
RSS feed

[nssldap] acl for libnss attributes

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

[nssldap] acl for libnss attributes



Hi

is there  FAQ which outlines the sort of access that is needed for libnss to
the directory attributes.

i have something that looks like this 

access to attrs=userPassword
        by dn.exact="cn=libnss-ldap" read
        by self write
        by anonymous auth
        by * none

# Used to limit where userid's are visible
access to attrs=host
        by dn.exact="cn=libnss-ldap" read
        by * search

# unix account information System only
access to attrs=shadowMax,shadowWarning,shadowFlag,shadowLastChange
        by dn.exact="cn=libnss-ldap" read
        by * none

# unix account information user readable
access to attrs=loginShell,homeDirectory,uidNumber,gidNumber
        by dn.exact="cn=libnss-ldap" read
        by self read
        by * none



It seems to work, but I am not sure if something is silently failing

Alex