aboutsummaryrefslogtreecommitdiffstats
path: root/README.LDAP
diff options
context:
space:
mode:
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.