Hello,
I would like to have groups as members of other groups and use this with nss_ldap.
Example:
dn: cn=apotheke, ou=groups, dc=sb-brixen,dc=it gidNumber: 1019 memberUid: jack memberUid: joe sambaGroupType: 2 objectClass: top objectClass: posixGroup objectClass: sambaGroupMapping description: apotheke cn: apotheke
dn: cn=magazin, ou=groups, dc=sb-brixen,dc=it gidNumber: 1020 memberUid: paul memberUid: frank sambaGroupType: 2 objectClass: top objectClass: posixGroup objectClass: sambaGroupMapping description: magazin cn: magazin
dn: cn=common, ou=groups, dc=sb-brixen,dc=it gidNumber: 1021 member???: apotheke member???: magazin sambaGroupType: 2 objectClass: top objectClass: posixGroup objectClass: sambaGroupMapping description: common cn: common
what attribute do I have to use for the group in the group ? ( in the example i used member??? )
Thnaks for your reply Andreas