Show
Ignore:
Timestamp:
06/01/06 19:48:30 (18 years ago)
Author:
jerome
Message:

Added an example for ACLs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/ldap/README.ldap

    r2622 r2911  
    8080    the number of records returned by a search operation. Of course 
    8181    you may want to restrict the access to only some attributes, but 
    82     this is up to you to decide. That's why we don't suggest any 
    83     ACL there, at least for now. 
     82    this is up to you to decide. An example giving full write access 
     83    to the pykotaadmin user is : 
     84     
     85        access to dn.subtree="ou=PyKota,dc=example,dc=com"  
     86               by dn="cn=pykotaadmin,dc=example,dc=com" write    
     87                
     88        access to dn.subtree="ou=People,dc=example,dc=com"  
     89               by dn="cn=pykotaadmin,dc=example,dc=com" write    
     90                
     91        access to dn.subtree="ou=Groups,dc=example,dc=com"  
     92               by dn="cn=pykotaadmin,dc=example,dc=com" write    
     93                
     94    Please adapt this to your own needs and configuration. 
    8495     
    8596    Now, stop the OpenLDAP server :