cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
492
Views
0
Helpful
2
Replies

LDAP profile search context

kamil.bockay
Level 1
Level 1

Hello,

I'd like to set up a LDAP profile on our CUPS with the search context, that will use more OUs on the same level.

example of DNs:

OU=test1,DC=domain,DC=com

OU=test2,DC=domain,DC=com

How can I write these 2 DNs in one expression? I dont want to use only DC=domain,DC=com as we have more OUs there and I want to exclude them from the searching.

Thanks

Kamil

2 Replies 2

htluo
Level 9
Level 9

I would create a new OU named 'test3'. Move test1 and test2 into test3.

Or you may take a look at http://msdn.microsoft.com/en-us/library/aa746475.aspx. I haven't tested it yet.

Michael

http://htluo.blogspot.com

Thanks for your reply.

I'd like to stay away from changes in AD.

- Is there any way to include the two OUs in one expression ?

- Can I put two expressions in one line there? If yes, what's the separator character?

Thanks

kamil