LDAP Label assigned to computers using Department attribute in LDAP. What search filter should I use?
What am I trying to do: Trying to do a targeted deployment by using the AD department attribute in an LDAP label.
Current configuration:
Machine
Base DN: OU=Sunnyvale,DC=Usa,DC=Arm,DC=Com
Search Filter: ????
Is this possible? Thank you for your support.
-Jon
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
chucksteel
12 years ago
Are your machines in OUs that are based on labels? If so, then here's the search filter we use:
(&(name=KBOX_COMPUTER_NAME)(distinguishedName=CN=KBOX_COMPUTER_NAME,OU=Biology,OU=Departments,OU=GPO Exceptions,DC=FAS,DC=LCL))
This is for the Biology department, you would need to adjust the OU segments to match your AD structure.
Comments:
-
Figured this one out but thank you for the answer! - jonle01 12 years ago
-
How did you do it? I'm facing the same dilema. - jpierre@ra.org 9 years ago