Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Escape values used in LDAP search filters using ldap.filter. | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+3 |
| | |||||
* | Unbind the ldapobject after searching. | Bogdano Arendartchuk | 2007-05-04 | 1 | -17/+19 |
| | |||||
* | The option ldap-port was not being converted to integer. Fixed. | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+5 |
| | |||||
* | As noted by Andreas, LDAP search results can have only the needed | Bogdano Arendartchuk | 2007-05-03 | 1 | -1/+15 |
| | | | | | attributes of ldap-resultformat. Fixed it. | ||||
* | Changed the configuration field ldap-format to ldap-resultformat, more | Bogdano Arendartchuk | 2007-05-03 | 1 | -3/+3 |
| | | | | | consistent with ldap-filterformat. | ||||
* | Changed the interpolation method. Now variable are defined with $name. not | Bogdano Arendartchuk | 2007-05-03 | 1 | -15/+20 |
| | | | | | %(name)s. Things may break. | ||||
* | Fixed the option "ldap-port", which was not being used. | Bogdano Arendartchuk | 2007-05-03 | 1 | -2/+2 |
| | |||||
* | As requested by Andreas, handle LDAP exceptions and provide better error | Bogdano Arendartchuk | 2007-05-03 | 1 | -13/+30 |
| | | | | | messages. Also improved format error messages a bit. | ||||
* | Warn when python-ldap is not installed and the user is really trying to use | Bogdano Arendartchuk | 2007-05-03 | 1 | -3/+5 |
| | | | | | the plugin. | ||||
* | Yet another typo: "options IN the [global] section"V1_6_16 | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| | |||||
* | Added reference to the [global] section in the help of ldapusers plugin. | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| | |||||
* | Typo "acess" | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| | |||||
* | Introduced the plugin "ldapusers". | Bogdano Arendartchuk | 2007-05-02 | 1 | -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. | ||||
* | Merged work on plugins support, including the possibility to wrap | Bogdano Arendartchuk | 2007-05-02 | 2 | -0/+41 |
configuration sections. |