A stab at my python user creator, will probably explode
This commit is contained in:
5
python/templates/group_add.ldif
Normal file
5
python/templates/group_add.ldif
Normal file
@ -0,0 +1,5 @@
|
||||
dn: cn={{ cn }},ou=groups,dc=itap,dc=com
|
||||
changetype: modify
|
||||
add: memberuid
|
||||
memberuid: {{ username }}
|
||||
|
Reference in New Issue
Block a user