This library provides a few useful scripts that can map a supplied
authenticated username to a local system username. This is typically used to
map the Apache proxy’s REMOTE_USER
to a local system user when proxying the
client to the correct backend per-user NGINX process listening on a Unix domain
socket.
For more information please visit the Documentation.
- Fork it ( https://github.com/OSC/ood_auth_map/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request