summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2017-04-04 08:26:46 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2017-04-04 08:51:31 +0200
commit885ca33fe9f286e31f3238f6c931c48281750a5b (patch)
tree9ab60b4660de1a34188d4e43cb377040e16d4385
parent7fde592442c22fc6cf59e064215e22b0a1696a4d (diff)
downloadmod_lookup_identity-885ca33fe9f286e31f3238f6c931c48281750a5b.tar.gz
mod_lookup_identity-885ca33fe9f286e31f3238f6c931c48281750a5b.tar.xz
mod_lookup_identity-885ca33fe9f286e31f3238f6c931c48281750a5b.zip
Fixing LookupUserByCertificateParamName directive name in docs.
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index bf76334..97c6ebc 100644
--- a/README
+++ b/README
@@ -10,9 +10,9 @@ certificate via SSSD D-Bus call, setting up the r->user request
structure.
Method org.freedesktop.sssd.infopipe.Users.FindByNameAndCertificate
is used by default and value of query string parameter configured
-with directive LookupCertmapHintParam is passed to SSSD together with
-certificate to allow mapping of single certificate to multiple user
-accounts.
+with directive LookupUserByCertificateParamName is passed to SSSD
+together with certificate to allow mapping of single certificate to
+multiple user accounts.
Setting NO_CERTIFICATE_MAPPING_SUPPORT at build time changes the
module so it does not check the query string and calls SSSD D-Bus
method org.freedesktop.sssd.infopipe.Users.FindByCertificate.