stable
Clone or download
Read-only
Closes request #35488 Add a command to create and modify LDAP group
Example of usage: ``` ./tools/utils/tuleap-dev.php ldap:add-group FooBar ldap_user_6 ldap_user_5 ``` Change-Id: I543a06bd2088b104944aaf9418bbdc333c5502ee
Modified Files
Name | ||||
---|---|---|---|---|
A | tools/utils/TuleapDev/AddLDAPGroupCommand.php | +141 | −0 | Go to diff View file |
M | tools/utils/TuleapDev/AddLDAPUserCommand.php | +2 | −1 | Go to diff View file |
A | tools/utils/TuleapDev/LDAPHelper.php | +62 | −0 | Go to diff View file |
M | tools/utils/TuleapDev/ModLdapUserCommand.php | +33 | −53 | Go to diff View file |
M | tools/utils/tuleap-dev.php | +1 | −0 | Go to diff View file |