DevOps Cloud (ADM)
Cybersecurity
IT Operations Management
Download AD Nested Groups user store plugin
Introduction
Using nesting, you can add a group as a member of another group. You nest groups to consolidate member accounts and reduce replication traffic.
Nesting options depend on whether the domain functionality of your Windows Server 2003 domain is set to Windows 2000 native or Windows 2000 mixed.
By default, when you nest a group within another group, user rights are inherited. For example, if you make Group_1 a member of Group_2, users in Group_1 have the same permissions as the users in Group_2.
Setup Information
Linux:
/opt/novell/nam/idp/webapps/nidp/WEB-INF/classes
Windows Server 2008:
\Program Files (x86)\Novell\Tomcat\webapps\nidp\WEB-INF\classes
Linux:
/opt/novell/nam/idp/webapps/nidp/WEB-INF/web.xml
Windows Server 2008:
\Program Files (x86)\Novell\Tomcat\webapps\nidp\WEB-INF\web.xml
<context-param>
<param-name>ldapStorePlugins</param-name>
<param-value>custom1:com.netiq.custom.LDAPStorePluginActiveDirExt</param-value>
</context-param>
Linux:
Enter one of the following commands:
/etc/init.d/novell-idp restart
rcnovell-idp restart
Windows:
Enter the following commands:
net stop Tomcat7
net start Tomcat7