From 7e33a3a2df613ecdfd49d621f7cc7a6424d4f96f Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 14 Apr 2015 11:49:00 -0400 Subject: Use mod_auth_gssapi instead of mod_auth_kerb Change configuration on new installs only. Enable GssapiLocalName so we have access to the local name in REMOTE_USER and the full principle in GSS_NAME. Enable GssapiSSLonly even though SSLRequireSSL is also set. The belt and suspenders principla. https://fedorahosted.org/ipsilon/ticket/89 Signed-off-by: Rob Crittenden Reviewed-by: Simo Sorce --- contrib/fedora/ipsilon.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'contrib/fedora/ipsilon.spec') diff --git a/contrib/fedora/ipsilon.spec b/contrib/fedora/ipsilon.spec index 8be5f40..335c61b 100644 --- a/contrib/fedora/ipsilon.spec +++ b/contrib/fedora/ipsilon.spec @@ -183,20 +183,20 @@ Provides a login plugin to authenticate against the local PAM stack %package authkrb -Summary: mod_auth_kerb based login plugin +Summary: mod_auth_gssapi based login plugin Group: System Environment/Base License: GPLv3+ Requires: %{name} = %{version}-%{release} -Requires: mod_auth_kerb +Requires: mod_auth_gssapi BuildArch: noarch %description authkrb -Provides a login plugin to allow authentication via the mod_auth_kerb Apache -module. +Provides a login plugin to allow authentication via the mod_auth_gssapi +Apache module. %package authldap -Summary: mod_auth_kerb based login plugin +Summary: LDAP info and login plugin Group: System Environment/Base License: GPLv3+ Requires: %{name} = %{version}-%{release} -- cgit