Ad Widget

Collapse

AD LDAP Authentication: group within OU

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • netsysadmin
    Junior Member
    • Sep 2008
    • 7

    #1

    AD LDAP Authentication: group within OU

    Hello everyone,

    I am quite new to LDAP.

    I only want users in the group gp_ZabbixUsers in AD to have access to Zabbix.
    I created a user ldapsearch in AD in OU myUsers and in Zabbix locally (with the same password) to be used to search AD.

    Now, all the groups in AD are located in OU myGroups, which is at the same level as the Users container.

    When I specify "cn=gp_ZabbixUsers,ou=myGroups,dc=mydomain,dc= lan" as the Base DN and "cn=ldapsearch,ou=myUsers,dc=mydomain,dc=lan" as the Bind DN, Zabbix authentication test says "LDAP: User not found".

    When I specify "ou=myUsers,dc=mydomain,dc=lan" as the Base DN and the same Bind DN as above, Zabbix authentication test is successful.

    Can anyone tell me how I can make only the users in group gp_ZabbixUsers, found in OU myGroups to have access to Zabbix.

    Thanks for any help/suggestion.
Working...