stable

Clone or download

Read-only

Deal with LDAP binding and synchronization

This is part of request #10044 Problem in user group binding Now, during the LDAP binding and synchrnonization, we deal with project visibility: * Public => nothing changes * Private => Only project members are added / kept (even if preserve members is checked) Change-Id: I8287ebc8d764e54eb5d5e3b0d43917a255add6ed

Modified Files

Name
M plugins/ldap/include/LDAP_GroupManager.class.php +15 −16 Go to diff View file
M plugins/ldap/include/LDAP_UserGroupDao.class.php +8 −3 Go to diff View file
M plugins/ldap/include/LDAP_UserGroupManager.class.php +84 −12 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +36 −21 Go to diff View file
M plugins/ldap/www/ugroup_add_user.php +2 −2 Go to diff View file
M plugins/ldap/www/ugroup_edit.php +4 −6 Go to diff View file
M src/common/project/Admin/ProjectUGroup/Controller/Binding.class.php +7 −10 Go to diff View file
M src/common/project/Admin/ProjectUGroup/View/ShowBinding.class.php +8 −4 Go to diff View file