Created
June 2, 2014 14:28
-
-
Save AdamSaleh/4a114169dffaced4b190 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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