Using LDIF to Set Up Dynamic Groups
Novell Cool Solutions: Tip
|
Digg This -
Slashdot This
Posted: 30 Apr 2002 |
Here's a tip from the forums for those of you working with Dynamic Groups and using LDIF to get things up and running.
This LDIF import does a search and uses boolean OR to look at an attribute value, namely "title". This is one of the steps in creating a Dynamic Group whose members have the title of manager OR vp. Here is the LDIF code:
version: 1 dn: cn=MGR,ou=dynamicgroups,ou=tlh,ou=fl,o=usa changetype: add cn: MGR objectclass: dynamicGroup memberQueryURL: ldap:///ou=tlh,ou=fl,o=usa??sub?(|(title=manager)(title=vp)) dgIdentity: cn=admin,o=usa
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com

