I created an LDAP environment and i'm trying to set up a group in the LDAP server that has SU priviledges in all other linux machine that use this ldap server.
dn: cn=superfriends,ou=group,dc=example,dc=com
objectClass: posixGroup
cn: GNAME
gidNumber: GIDNum
i add this using the ldapadd
command. what's the attribute i should add to this? Or is this approach completely wrong? i'm new at this please help.