I’ve successfully added users from one base, but I need multiple, since they are not all nested under just one user base dn.
Same problem with the group dn, I need to add more than one.
How is that achieved in the wato ldap configuration?
User Base DN
OU=Information Techs,OU=DeptONE,DC=my,DC=domain,DC=company,DC=com
OU=sys,OU=Users,OU=DeptTWO,DC=my,DC=domain,DC=company,DC=com
Group Base DN
OU=Distribution Groups,OU=DeptONE,DC=my,DC=domain,DC=company,DC=com
OU=DeptTWO,DC=my,DC=domain,DC=company,DC=com
David Pinkoski
Senior Analyst

Office: 586-826-7225
Fax: 586-826-7325
dpinkoski@michigan.com
www.michigan.com
Kris_Lou
(Kris Lou)
2
I think you’ll have to use the Search Filter, with the BaseDN being the root of the tree.
Something like:
(&(memberof=OU=Information Techs,OU=DeptONE,DC=my,DC=domain,DC=company,DC=com)(memberof=OU=sys,OU=Users,OU=DeptTWO,DC=my,DC=domain,DC=company,DC=com))
Not the most efficient, but it’ll probably work.

···
On Fri, Jan 30, 2015 at 9:37 AM, Pinkoski, David dPinkoski@michigan.com wrote:
I’ve successfully added users from one base, but I need multiple, since they are not all nested under just one user base dn.
Same problem with the group dn, I need to add more than one.
How is that achieved in the wato ldap configuration?
User Base DN
OU=Information Techs,OU=DeptONE,DC=my,DC=domain,DC=company,DC=com
OU=sys,OU=Users,OU=DeptTWO,DC=my,DC=domain,DC=company,DC=com
Group Base DN
OU=Distribution Groups,OU=DeptONE,DC=my,DC=domain,DC=company,DC=com
OU=DeptTWO,DC=my,DC=domain,DC=company,DC=com
David Pinkoski
Senior Analyst
Office: 586-826-7225
Fax: 586-826-7325
dpinkoski@michigan.com
www.michigan.com
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en
Kris Lou
klou@themusiclink.net
Kris Lou 30.01.2015 19:08:
I think you'll have to use the Search Filter, with the BaseDN being the
root of the tree.
Something like:
(&(memberof=OU=Information Techs,OU=DeptONE,DC=my,DC=
domain,DC=company,DC=com)(memberof=OU=sys,OU=Users,OU=DeptTWO,DC=
my,DC=domain,DC=company,DC=com))
Shouldn't that be (|(memberof=...))? I do not think that the users are defined in both subtrees.
Not the most efficient, but it'll probably work.
Well, I have a list of about 20 single uids, since my admins are spread all over the tree...
Regards,
Werner
···
--
Kris_Lou
(Kris Lou)
4
My mistake! But you get the point …
···
On Mon, Feb 2, 2015 at 1:12 AM, Werner Flamme werner.flamme@ufz.de wrote:
I think you’ll have to use the Search Filter, with the BaseDN being the
root of the tree.
Something like:
(&(memberof=OU=Information Techs,OU=DeptONE,DC=my,DC=
domain,DC=company,DC=com)(memberof=OU=sys,OU=Users,OU=DeptTWO,DC=
my,DC=domain,DC=company,DC=com))
Not the most efficient, but it’ll probably work.
Kris Lou 30.01.2015 19:08:
Shouldn’t that be (|(memberof=…))? I do not think that the users are defined in both subtrees.
Well, I have a list of about 20 single uids, since my admins are spread all over the tree…
Regards,
Werner
–
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en
Kris Lou
klou@themusiclink.net