stable
Clone or download
Read-only
Merge commit 'refs/changes/29/4229/8' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #8207: use Active Directory as an LDAP directory Change-Id: Ic1c9e11ec3888760ca2aaa053a3d962fe71f1067
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/README.txt | +5 | −4 | Go to diff View file |
A | plugins/ldap/etc/ActiveDirectory.inc.dist | +124 | −0 | Go to diff View file |
R | plugins/ldap/etc/ldap.inc | Go to diff View file | ||
M | plugins/ldap/include/LDAP.class.php | +11 | −2 | Go to diff View file |
A | plugins/ldap/include/LDAP_AdministrationPresenter.class.php | +44 | −0 | Go to diff View file |
M | plugins/ldap/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/ldap/include/constants.php | +2 | −1 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +41 | −1 | Go to diff View file |
A | plugins/ldap/templates/ldap-administration.mustache | +14 | −0 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationViews.class.php | +2 | −0 | Go to diff View file |
M | src/common/plugin/Plugin.class.php | +4 | −0 | Go to diff View file |