stable

Clone or download

Read-only

Add synchronize checkbox

This is part of story #9396 have project members automatically synchronized with LDAP In projet admin page, under the "Preserve members" checkbox for project members LDAP binding, a new checkbox is added. The value is stored in DB, but the synchronization action is not done for now. Change-Id: Ie98edf9da73b1863c4dd979a5a3c894fe9227ed8

Modified Files

Name
M plugins/ldap/db/install.sql +1 −0 Go to diff View file
A plugins/ldap/db/mysql/updates/2016/201609281613_add_synchro_column.php +38 −0 Go to diff View file
M plugins/ldap/include/LDAP_ProjectGroupDao.class.php +27 −13 Go to diff View file
M plugins/ldap/include/LDAP_ProjectGroupManager.class.php +4 −2 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +10 −2 Go to diff View file
M plugins/ldap/www/admin.php +7 −3 Go to diff View file