diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2007-05-02 19:01:18 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2007-05-02 19:01:18 +0000 |
commit | a0db56024d803cbe112ce31d8de2aa2701a5d79c (patch) | |
tree | bdb1b359743cc2162171308cef6831fdf1a0cc84 /RepSys | |
parent | 489c2e387450a86a8bc8260995d39d2af93e6daf (diff) | |
download | mgarepo-b550e7220b1c6e57dedff0b5b62e3c4de0d1a14f.tar mgarepo-b550e7220b1c6e57dedff0b5b62e3c4de0d1a14f.tar.gz mgarepo-b550e7220b1c6e57dedff0b5b62e3c4de0d1a14f.tar.bz2 mgarepo-b550e7220b1c6e57dedff0b5b62e3c4de0d1a14f.tar.xz mgarepo-b550e7220b1c6e57dedff0b5b62e3c4de0d1a14f.zip |
Yet another typo: "options IN the [global] section"V1_6_16
Diffstat (limited to 'RepSys')
-rw-r--r-- | RepSys/plugins/ldapusers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepSys/plugins/ldapusers.py b/RepSys/plugins/ldapusers.py index 43d8745..0c7a6e3 100644 --- a/RepSys/plugins/ldapusers.py +++ b/RepSys/plugins/ldapusers.py @@ -2,7 +2,7 @@ A Repsys plugin for obtaining users from a LDAP server. In order to enable the plugin, the user must define the following -options the [global] section of repsys.conf: +options in the [global] section of repsys.conf: ldap-server [required] the host name of the LDAP server |