Skip to content

feat: Kerberos (GSSAPI) domain controller#362

Open
leo9800 wants to merge 1 commit into
mar10:masterfrom
leo9800:kerberos-dc
Open

feat: Kerberos (GSSAPI) domain controller#362
leo9800 wants to merge 1 commit into
mar10:masterfrom
leo9800:kerberos-dc

Conversation

@leo9800
Copy link
Copy Markdown
Contributor

@leo9800 leo9800 commented May 21, 2026

feat: implement Kerberos (GSSAPI) domain controller, with 2 credential caches: in-memory & redis

this patch allows user to log into wsgidav with http basic authentication by implementing the server to internally handle kerberos auth, this allows kerberos-based sso to be implemented without a spnego (http negotiate auth) enabled user-agent (as vast majority webdav clients on android/ios do not support kerberos/spnego

acknowlege: https://github.com/gssapi/mod_auth_gssapi which implements a basic auth fallback in case of SPNEGO is not supported

…l caches: in-memory & redis

this patch allows user to log into wsgidav with http basic authentication
by implementing the server to internally handle kerberos auth,
this allows kerberos-based sso to be implemented without a spnego (http negotiate auth) enabled
user-agent (as vast majority webdav clients on android/ios do not support kerberos/spnego

acknowlege: https://github.com/gssapi/mod_auth_gssapi which implements a basic auth fallback
in case of SPNEGO is not supported

Signed-off-by: Leo <i@hardrain980.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant