summaryrefslogtreecommitdiffstats
path: root/contrib/fedora/ipsilon.spec
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-04-14 11:49:00 -0400
committerRob Crittenden <rcritten@redhat.com>2015-04-14 13:31:52 -0400
commit59056a3d3771e19809f67b1f6b231788aced4b9e (patch)
treed085438af642afe06a38e4b6821ca7e3af8a75c6 /contrib/fedora/ipsilon.spec
parentf73332fb7d55bd5753a8bafc2493172203fcf377 (diff)
downloadipsilon.git-gssapi.tar.gz
ipsilon.git-gssapi.tar.xz
ipsilon.git-gssapi.zip
Use mod_auth_gssapi instead of mod_auth_kerbgssapi
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>
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 a8d3707..eb4dd2f 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}