stable
Clone or download
Read-only
story #8207: use Active Directory as an LDAP directory
- see acceptance criteria for all things that are covered - please contact me directly if you need a test server - ldap write is not supported with active directory Change-Id: Ic497535e0161a30846bf43d51d6367c77fc20e6d
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 |