gavincarr / mod_auth_tkt

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

TKTAuthGuestEmpty feature #6

Closed sshambar closed 12 years ago

sshambar commented 12 years ago

Hey Gavin,

I've updated mod_auth_tkt to support an empty guest username so applications can fallback to their native auth systems for guest logins (this is useful for apps like wordpress, gallery2, or mediawiki as they can support http-auth with fallback to their internal user dbs).

I also fixed a few compiler issues, the query_separator config, and the test suite (was missing a key file).

Let me know if you have any questions about my implementation :)

Thanks, Scott

sshambar commented 12 years ago

I'll probably redo this as a branch off your master (so it doesn't include my version #s)