summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Ldap.py
Commit message (Collapse)AuthorAgeFilesLines
* improve error logging during LDAP query processingTorsten Rehn2011-10-131-7/+14
| | | | | | | | This replaces the mostly useless error messages likes LdapPlugin error: list index out of range with information about which query failed and a traceback for debugging
* log more useful error message if python-ldap is not installedTorsten Rehn2011-05-091-1/+9
|
* add missing sys importTorsten Rehn2011-05-091-0/+1
|
* Plugins: Add full PY3K compatibilitySol Jerome2011-04-261-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Ldap: New server ldap pluginTorsten Rehn2011-01-221-0/+229
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>