Previous Topic: Setting Up Dynamic Groups

Next Topic: Create a Dynamic Group

Enable Dynamic Groups

Dynamic roles are based on the dxMemberURL attribute of the following object classes:

You can add these attributes to a groupOfNames or groupOfUniqueNames object class respectively so that dxMemberURL can be included.

To enable dynamic groups

  1. Stop the DSA.
  2. Add the following commands to the DSA's settings:
    clear dynamic-group;
    
    set dynamic-group [tag] = {
    objectclass = object-class
    url-attr = attribute
    member-attr = attribute
    };
    

    For example:

    set dynamic-group GROUP = {
    objectclass = dxDynamicGroupOfNames
    url-attr = dxMemberURL
    member-attr = member
    };
    
  3. Start the DSA.
  4. Ensure that the DIT contains a subtree in which you can store the roles entries.

    For instance, the examples use the following subtree:

    c=AU,o=Democorp,ou=Groups
    

More information:

set dynamic-group Command