stable
Clone or download
Read-only
It was used only in development environement and for link between tuleap.net and gerrit. The later is now managed with OIDC and the former can be managed with `tuleap-dev add-ldap-user` and `mod-ldap-user`. Let's remove some code. Closes request #31528 Remove LDAP Write part of tuleap LDAP plugin Change-Id: I8088345fae11be145c7aa997ae315613c291af38
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/ldap/bin/ldap_feed_user.php | +0 | −36 | Go to diff View file |
M | plugins/ldap/etc/ActiveDirectory.inc.dist | +0 | −17 | Go to diff View file |
M | plugins/ldap/etc/OpenLDAP.inc.dist | +0 | −17 | Go to diff View file |
M | plugins/ldap/include/LDAP.class.php | +0 | −55 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserManager.class.php | +0 | −1 | Go to diff View file |
D | plugins/ldap/include/LDAP_UserWrite.class.php | +0 | −228 | Go to diff View file |
D | plugins/ldap/include/exception/AddException.class.php | +0 | −27 | Go to diff View file |
D | plugins/ldap/include/exception/DeleteException.class.php | +0 | −27 | Go to diff View file |
D | plugins/ldap/include/exception/NoWriteException.class.php | +0 | −23 | Go to diff View file |
D | plugins/ldap/include/exception/RenameException.class.php | +0 | −27 | Go to diff View file |
D | plugins/ldap/include/exception/UpdateException.class.php | +0 | −27 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.php | +6 | −81 | Go to diff View file |
M | tools/docker/tuleap-aio-dev/ldap.inc | +0 | −11 | Go to diff View file |