Using Active Directory with multiple user branches
I am trying to test-install Windchill Intralink 9.1 M060, using Active Directory for the Enterprise LDAP.
Unfortunately, I know little about AD. It is managed by others.
When specifying the "Base Distinguished Name for Enterprise Users", I tried:
cn=Users,dc=williams-int,dc=com
The above worked, but this branch contains only administrative users.
Our general users are under multiple branches, one for each of our locations/facilities.
For example, I could specify the following for a facility:
cn=Users,cn=Site1,dc=williams-int,dc=com
or cn=Users,cn=Site2,dc=williams-int,dc=com
etc.
How can I specify a single Base Distinguished Name for all sites?
Are wild-cards allowed?
