aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/plugins/ldapusers.py
Commit message (Collapse)AuthorAgeFilesLines
* Introduced the plugin "ldapusers".Bogdano Arendartchuk2007-05-021-0/+118
This plugin allows to obtain the user names and e-mails from a LDAP server. See repsys --help-plugin ldapusers for the configuration options. This plugin also required one small change in the ConfigParser: the class Config should allow one to get one option value in "raw" format, so that python format strings can be used as configuration values.