summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Ldap.py
Commit message (Expand)AuthorAgeFilesLines
* Server/Plugins/Ldap: Fix module nameAlexander Sulfrian2017-03-211-1/+2
* Server/Plugins/Ldap: Support arbitrary ldap optionsAlexander Sulfrian2017-03-211-2/+7
* Server/Plugins/Ldap: Support specifying the ldap uriAlexander Sulfrian2017-03-211-6/+12
* Server/Plugins/Ldap: Cache the results of the Ldap queriesAlexander Sulfrian2017-03-211-17/+52
* Server/Plugins/Ldap: Add missing argumentAlexander Sulfrian2017-03-211-1/+2
* Server/Plugins/Ldap: Use CallableDictAlexander Sulfrian2017-03-211-14/+28
* Server/Plugins/Ldap: Module should be importable without the python-ldapAlexander Sulfrian2016-08-171-6/+11
* Add dest= arg to fix LDAP options.Gordon Messmer2016-02-171-0/+2
* Ldap: Complete renew of the Ldap pluginAlexander Sulfrian2015-07-241-165/+159
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
* Pylint/PEP8 fixesSol Jerome2013-09-061-15/+19
* Options: migrated plugins to new options parserChris St. Pierre2013-06-271-1/+0
* added a module-level FAM object to avoid passing it as an argument a billion ...Chris St. Pierre2013-01-171-3/+3
* various pylint fixesChris St. Pierre2012-09-251-4/+7
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-5/+5
* LDAP plugin: special characters in search filters need double escapingTorsten Rehn2012-07-181-1/+1
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+245