stable

Clone or download

Read-only

feat(ldap): Modify LDAP common name of users

I needed this command to test the changes in request #32289 so here we are. Only realname is targeted so far. The other attributes will be added on the go when needed. How to test ----------- tools/utils/tuleap-dev.php mod-ldap-user --realname "Jooooe" jdoe Closes request #32291 Add a dev command to modify LDAP users Change-Id: Ia3c2d3c4e32e29a88c2ad95060d83b07342aac04

Modified Files

Name
M tools/utils/TuleapDev/AddLDAPUserCommand.php +1 −1 Go to diff View file
M tools/utils/TuleapDev/GerritSetupCommand.php +1 −1 Go to diff View file
A tools/utils/TuleapDev/ModLdapUserCommand.php +128 −0 Go to diff View file
M tools/utils/TuleapDev/RegisterIPCommand.php +1 −1 Go to diff View file
M tools/utils/tuleap-dev.php +4 −6 Go to diff View file