summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-10-28 04:17:54 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2013-10-28 15:19:03 +0800
commit3857263340ae6cc877378f91feced64466e59e6b (patch)
treef8a1110b6e9ad3a3040a42b6d5891cd3e3dc46dc
parente1c33d5e6653983430671ebbc0b49f459ac51255 (diff)
downloadmod_lookup_identity-3857263340ae6cc877378f91feced64466e59e6b.tar.gz
mod_lookup_identity-3857263340ae6cc877378f91feced64466e59e6b.tar.xz
mod_lookup_identity-3857263340ae6cc877378f91feced64466e59e6b.zip
Example configuration file for lookup of email and first and last names (IPA schema).
-rw-r--r--lookup_identity.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/lookup_identity.conf b/lookup_identity.conf
new file mode 100644
index 0000000..132d99a
--- /dev/null
+++ b/lookup_identity.conf
@@ -0,0 +1,9 @@
+
+# LoadModule lookup_identity_module modules/mod_lookup_identity.so
+#
+# <Location /login>
+# LookupUserAttr mail REMOTE_USER_EMAIL
+# LookupUserAttr givenname REMOTE_USER_FIRSTNAME
+# LookupUserAttr sn REMOTE_USER_LASTNAME
+# </Location>
+