system_configuration/root/etc/httpd/conf.d/lookup_identity.conf
2023-04-15 01:23:32 -07:00

13 lines
372 B
Plaintext

# Load the module in /etc/httpd/conf.modules.d/55-lookup_identity.conf
# <Location /login>
# LookupUserAttr mail REMOTE_USER_EMAIL " "
# LookupUserAttr givenname REMOTE_USER_FIRSTNAME
# LookupUserAttr sn REMOTE_USER_LASTNAME
# LookupUserAttrIter custom REMOTE_USER_CUSTOM
# LookupUserGroups REMOTE_USER_GROUPS ":"
# LookupUserGroupsIter REMOTE_USER_GROUP
# </Location>