summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2017-03-31 12:16:00 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2017-04-04 08:51:00 +0200
commitd67645b0d1a8da6f788e3fa73d125fe3e85e56aa (patch)
tree45b3f5912b3866e1d2b258a1766e7341ade300bb /README
parent630c7f4818f5078027ee1619ac35830c7b104cc2 (diff)
downloadmod_lookup_identity-d67645b0d1a8da6f788e3fa73d125fe3e85e56aa.tar.gz
mod_lookup_identity-d67645b0d1a8da6f788e3fa73d125fe3e85e56aa.tar.xz
mod_lookup_identity-d67645b0d1a8da6f788e3fa73d125fe3e85e56aa.zip
Make LookupUserGECOS optional (no default) to support non-POSIX user identities.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index 0413e36..bf76334 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ method org.freedesktop.sssd.infopipe.Users.FindByCertificate.
It also allows retrieval of list of group names the user belongs to
using org.freedesktop.sssd.infopipe.GetUserGroups call and any
custom attributes configured in /etc/sssd/sssd.conf using with
-org.freedesktop.sssd.infopipe.GetUserAttr call. It also retrieves
+org.freedesktop.sssd.infopipe.GetUserAttr call. It can also retrieve
the GECOS information using the getpwnam call. The retrieved values
get stored in notes/environment variables.
@@ -101,11 +101,14 @@ The default behaviour can be changed with the following directives:
note/environment variable is not set yet, otherwise the
value is overwritten.
+ Setting this option requires for the user identity to be
+ POSIX identity, retrievable with getpwnam.
+
Example: LookupUserGECOS REMOTE_USER_FULLNAME
Example: LookupUserGECOS +REMOTE_USER_GECOS
- Default is REMOTE_USER_GECOS.
+ Default is not set.
LookupUserGroups name [separator]
@@ -348,7 +351,7 @@ in and will not be available.
License
-------
-Copyright 2013--2016 Jan Pazdziora
+Copyright 2013--2017 Jan Pazdziora
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.