Jump to content

389-Directory Server User ACL Modification

From TetraWiki
Revision as of 06:31, 15 November 2015 by Ayush (talk | contribs) (Created page with "<center>TCS 389-Directory Server “Only Attribute Modification Rights” </center> LDAP ACL:- (targetattr = "*") (target = "ldap:///dc=pramod,dc=com")(version 3.0;acl "p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
TCS 389-Directory Server “Only Attribute Modification Rights”


LDAP ACL:-


(targetattr = "*") (target = "ldap:///dc=pramod,dc=com")(version 3.0;acl "pramod aci";

allow (write)(userdn = "ldap:///uid=pkumar,ou=linux,dc=pramod,dc=com");)


Change the acl values as target, uid, ou,dc values according to the client.


How to Apply:-


Using Lam(Ldap Account Manager) :-

URL= http://192.168.122.20/lam


Login From Directory Manager:-

[[Image:]]


Click on Tree-View:-


[[Image:]]


Click on Base DN:-

[[Image:]]


Click on Add Value under aci field:-


[[Image:]]


Paste ACL in Text BOX:-


ACL -

(targetattr = "*") (target = "ldap:///dc=pramod,dc=com")(version 3.0;acl "pramod aci";

allow (write)(userdn = "ldap:///uid=pkumar,ou=linux,dc=pramod,dc=com");)


[[Image:]]


Click on Update Object:-

[[Image:]]


Again Click on Update Object:-


[[Image:]]


Now Login By User on LAM:-


[[Image:]]


This user will be able to Modify any entry of 389-Directory server.

Note:- This user can't Add and Delete user but can modify any value of exist user.