aboutsummaryrefslogtreecommitdiffstats
path: root/README.LDAP
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-11 00:35:59 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-11 00:35:59 +0000
commitad7fb7807ceaee96521d779993a5e1b28650723f (patch)
tree2ece42aa7e83b7fdb51702b298aa3eec95da3573 /README.LDAP
parent715e125cc8d0b3fc4a79752e28a8b76a4ce97d5a (diff)
downloadmgarepo-ad7fb7807ceaee96521d779993a5e1b28650723f.tar
mgarepo-ad7fb7807ceaee96521d779993a5e1b28650723f.tar.gz
mgarepo-ad7fb7807ceaee96521d779993a5e1b28650723f.tar.bz2
mgarepo-ad7fb7807ceaee96521d779993a5e1b28650723f.tar.xz
mgarepo-ad7fb7807ceaee96521d779993a5e1b28650723f.zip
rename repsys to mgarepo, RepSys to MgaRepo, and update docs and examples for Mageia
Diffstat (limited to 'README.LDAP')
-rw-r--r--README.LDAP6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.LDAP b/README.LDAP
index c22a7fa..a30ebd0 100644
--- a/README.LDAP
+++ b/README.LDAP
@@ -1,7 +1,7 @@
A Repsys plugin for obtaining users from a LDAP server.
In order to enable the plugin, the user must define the following
-options in the [global] section of repsys.conf:
+options in the [global] section of mgarepo.conf:
ldap-uri [required if ldap-server is unset]
the URI of the server, you can refer to more than one server by
@@ -52,8 +52,8 @@ options in the [global] section of repsys.conf:
Note that only the first value of the attributes will be
used.
-When the searched option is not found, it will try in repsys.conf. All
-the values found. (including from repsys.conf) will be cached between
+When the searched option is not found, it will try in mgarepo.conf. All
+the values found. (including from mgarepo.conf) will be cached between
each configuration access.
This plugin requires the package python-ldap.