|
Lines 12-19
if baseConfig.has_key('ldap/acl/user/password/change') and baseConfig['ldap/acl/
Link Here
|
| 12 |
print ' by self %s' % ( usr ) |
12 |
print ' by self %s' % ( usr ) |
| 13 |
print ' by * none break' |
13 |
print ' by * none break' |
| 14 |
|
14 |
|
| 15 |
# grant write access to users' own UMC properties |
15 |
print '# grant write access to users own UMC properties' |
| 16 |
print 'access to attrs="univentionUMCProperty,objectClass"' |
16 |
print 'access to attrs="univentionUMCProperty" filter="objectClass=organizationalPerson"' |
|
|
17 |
print ' by self %s' % usr |
| 18 |
print ' by * none break' |
| 19 |
print 'access to attrs=objectClass val=univentionPerson filter="objectClass=organizationalPerson"' |
| 17 |
print ' by self %s' % usr |
20 |
print ' by self %s' % usr |
| 18 |
print ' by * none break' |
21 |
print ' by * none break' |
| 19 |
|
22 |
|