Article

msailaja's picture
article
Reads:

7296

Score:
2.75
2.8
4
 
Comments:

0

Creating Nested Groups in eDirectory 8.8.2 using iManager 2.7

Author Info

17 October 2007 - 2:46am
Submitted by: msailaja

(View Disclaimer)

Problem

I need to create a nested Group in eDirectory 8.8.2, using iManager 2.7.

Solution

1. Log in to iManager 2.7 with Administrator credentials.

2. Select Groups from the leftmost panel and create a static Group:

Figure 1 - Creating a Group

3. Modify the static group object and Select "Other".

Figure 2 - Modifying the object

4. Select Objectclass > Edit objectclass attribute > Add item NestedgroupAux.

5. Apply these changes.

Figure 3 - Adding the NestedgroupAux item

Verification and Validation

Perform an Ldapsearch for the nested group object created. For example:

<HostName>:~ # ldapsearch -D cn=admin,o=n -w test cn=nestedg1

------------------------------------------------
version: 1

#
# filter: cn=nestedg1
# requesting: ALL
#

# nestedg1,n
dn: cn=nestedg1,o=n
owner: cn=admin,o=n
objectClass: groupOfNames
objectClass: Top
objectClass: nestedGroupAux
cn: nestedg1
ACL: 2#entry#[Root]#member

# search result
# search: 2
# result: 0 Success

# numResponses: 2
# numEntries: 1
----------------------------------------

You will see that the group object class has been extended to the nested Group.


Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.




User Comments

© 2013 Novell