[bcfg2] Ajout des droits WebMaster
darcs-hash:20090224150601-ddb99-3411d187056338e9904d648aa0df27f5ebe7f77e.gz
This commit is contained in:
parent
87aace9dd3
commit
2e58033958
4 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,8 @@ else:
|
|||
droits.append("nss_base_passwd ou=data,dc=crans,dc=org?one?|(droits=Nounou)(droits=Apprenti)")
|
||||
if has("imprimeurs"):
|
||||
droits.append("(droits=Imprimeur)")
|
||||
if has("webmasters"):
|
||||
droits.append("(droits=WebMaster)")
|
||||
if has("bureau"):
|
||||
droits.append("(droits=Bureau)")
|
||||
print ''.join(droits)
|
||||
|
|
|
@ -72,6 +72,8 @@ if not has('users'):
|
|||
droits.append("(droits=Nounou)(droits=Apprenti)")
|
||||
if has("imprimeurs"):
|
||||
droits.append("(droits=Imprimeur)")
|
||||
if has("webmasters"):
|
||||
droits.append("(droits=WebMaster)")
|
||||
if has("bureau"):
|
||||
droits.append("(droits=Bureau)")
|
||||
droits.append(')')
|
||||
|
|
|
@ -86,6 +86,8 @@ else:
|
|||
droits.append("nss_base_passwd ou=data,dc=crans,dc=org?one?|(droits=Nounou)(droits=Apprenti)")
|
||||
if has("imprimeurs"):
|
||||
droits.append("(droits=Imprimeur)")
|
||||
if has("webmasters"):
|
||||
droits.append("(droits=WebMaster)")
|
||||
if has("bureau"):
|
||||
droits.append("(droits=Bureau)")
|
||||
print ''.join(droits)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue