[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Using LDAP how to restrict users to certain applications only
- To: openldap-technical@openldap.org
- Subject: Using LDAP how to restrict users to certain applications only
- From: "Geo P.C." <pcgeopc@gmail.com>
- Date: Mon, 6 May 2013 15:51:43 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=gnA04aUa3DA548SO6UO2UFRgepsGo0GqluC72AmZl8c=; b=n12D99P90RwhpkQQAL/RWlrb4R8vYoiMtQkM2LcWh9fIjcYuHJlfS/ucm6VooppIvJ jZLWvIuqcsAxCzOqgz0fFr8+w/GwgbuFgFWASHeLxUdPExIUDp8pR74ulK72XE22t4UX sE/goSgyzFgBDHSUaJiFoYOVSBeTb99vI8nUyxSa+U6B7JjBQXvWcDy9tHpmidlmHuws g4Qn6tBoOnajWcCYF0uiUTPi6IGgMxvUhVux0TgfsdaoZgZS2qL6iSiDR/RDnDmVBib/ cQhCjo9qpxJ9z0eKFdpkS72UOcB0MPPtIIgoju4fnTXttw47CtkNLQa7NFxccOsORlre x9VQ==
Hi
We are using many applications like zabbix, phabricator, AC etc. We need to integrate LDAP in all these applications. These application support LDAP but not group based authentication.
Please let us know is there any option to restrict selected users to login. We created all users under ou ‘users’ .
On these application we need to login certain users only. How we can restrict it as we can’t able to restrict on application side
In these application they provide only “Base DN” and “Search Attribute” so we can’t able to give dn: ou=users,ou=system as it gives access to all users.
So is it possible to give Base DN as “cn=Zabbix,ou=groups,ou=system” and this group contains only user1 and user2. SO it will restrict users.
Please let us know how we can implement this scenario. Thanks in advance please help us to solve this issue.
Thanks
Geo