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
Andreas Moroder wrote:
Hello,
I would like to have groups as members of other groups and use this with nss_ldap.
Then you should ask about it from your nss_ldap provider. There is no standard LDAP feature for nesting groups. If your nss_ldap module has support for it, then you're set. If not, then you'll have to ask someone to add support.
openldap-technical@openldap.org