xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.
https://extensions.typo3.org/extension/ig_ldap_sso_auth
27 stars 63 forks source link

Note: "libapache2-mod-auth-kerb" not available in Debian 11 (Bullseye) anymore #143

Closed cdaecke closed 1 year ago

cdaecke commented 1 year ago

I have just updated my Debian to version 11 (Bullseye) and realized, that libapache2-mod-auth-kerb is not available anymore. Looking for the reason brought me to this bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976156

I switched now to libapache2-mod-auth-gssapi without any problems.

If you are interested, I would add a note in the documentation of the extension (pull request), about using libapache2-mod-auth-gssapi instead of libapache2-mod-auth-kerb when running Debian Bullseye.

xperseguers commented 1 year ago

Sure.