Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to set up Apache httpd as a proxied service and a proxied NFS client #40

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 21, 2022

  1. examples don't play well together

    The 80-httpd and 99-network-fs-clients examples might be used together
    such as an Apache httpd web server that authenticates web clients but is
    also authenticated itself as an NFS client to access remote content it
    must serve to web clients.
    
    This prevents ticket collisions in the credential caches by making them
    distinct for these two independent use cases so that they might be used
    together.
    
    Signed-off-by: John Florian <[email protected]>
    John Florian committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    f5a0cbe View commit details
    Browse the repository at this point in the history
  2. Cover two independent goals in Apache doc

    GSS-Proxy might be used to authenticate web clients to httpd AND also
    authenticate the apache user running httpd to access networked file
    systems with Kerberos.
    
    Signed-off-by: John Florian <[email protected]>
    John Florian committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8c1da97 View commit details
    Browse the repository at this point in the history