Table of Contents
LAM Pro provides some more account modules to support additional LDAP object classes.
Currently these are:
groupOfNames
groupOfUniqueNames
These classes can be used to represent group relations. Since they allow DNs as members you can also use them to represent nested groups.
Group of (unique) names have four basic attributes:
Name: a unique name for the group
Description: optional description
Owner: the account which owns this group (optional)
Members: the members of the group (at least one is required)
You can add any accounts as members. This includes other groups which leads to nested groups.