summaryrefslogtreecommitdiffstats
path: root/contrib/fedora/ipsilon.spec
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-04-14 11:49:00 -0400
committerSimo Sorce <simo@redhat.com>2015-04-17 16:05:11 -0400
commit7e33a3a2df613ecdfd49d621f7cc7a6424d4f96f (patch)
treec0a977e398b95306de3ffa939dcfc5989c5062e9 /contrib/fedora/ipsilon.spec
parenteaaffe854977912f9a4c0cc477197bd8ba96230f (diff)
downloadipsilon-7e33a3a2df613ecdfd49d621f7cc7a6424d4f96f.tar.gz
ipsilon-7e33a3a2df613ecdfd49d621f7cc7a6424d4f96f.tar.xz
ipsilon-7e33a3a2df613ecdfd49d621f7cc7a6424d4f96f.zip
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 <rcritten@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'contrib/fedora/ipsilon.spec')
-rw-r--r--contrib/fedora/ipsilon.spec10
1 files changed, 5 insertions, 5 deletions
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}