Skip to content

Instantly share code, notes, and snippets.

@AdamSaleh
Created June 2, 2014 14:28
Show Gist options
  • Select an option

  • Save AdamSaleh/4a114169dffaced4b190 to your computer and use it in GitHub Desktop.

Select an option

Save AdamSaleh/4a114169dffaced4b190 to your computer and use it in GitHub Desktop.
LoadModule lookup_identity_module modules/mod_lookup_identity.so
<LocationMatch ^/users/(ext)?login$>
LookupUserAttr email REMOTE_USER_EMAIL " "
LookupUserAttr firstname REMOTE_USER_FIRSTNAME
LookupUserAttr lastname REMOTE_USER_LASTNAME
LookupUserGroupsIter REMOTE_USER_GROUP
</LocationMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment