gavincarr / mod_auth_tkt

Lightweight single-signon authentication module for Apache
Other
37 stars 22 forks source link

Added TKTAuthGuestEmpty configuration option #7

Closed sshambar closed 9 years ago

sshambar commented 12 years ago

Added TKTAuthGuestEmpty to allow fallback to native application authorization on guest logins. If set to on, then guests will have a REMOTE_USER of "" (empty string). Many http-auth systems will then allow authentication to be handled by the next highest authenticator (or a built-in default).

Updated doc and test suites as well.

gavincarr commented 9 years ago

Thanks for your work on this Scott. I'm finally doing some more work on mod_auth_tkt and have merged this in. Cheers!