diff options
author | Rob Crittenden <rcritten@redhat.com> | 2015-04-14 11:49:00 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2015-04-14 13:31:52 -0400 |
commit | 59056a3d3771e19809f67b1f6b231788aced4b9e (patch) | |
tree | d085438af642afe06a38e4b6821ca7e3af8a75c6 /README | |
parent | f73332fb7d55bd5753a8bafc2493172203fcf377 (diff) | |
download | ipsilon.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 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ Prerequisites: - An unprivileged user to run the Ipsilon code (defaults to 'ipsilon') Currently there are only two available authentication modules, Kerberos and -PAM. The Kerberos module uses mod_auth_kerb (which it will configure for you at -install time), the Pam module simply uses the PAM stack with a default service +PAM. The Kerberos module uses mod_auth_gssapi (which it will configure for +you at install time), the Pam module simply uses the PAM stack with a default service name set to 'remote'. NOTE: The PAM module is invoked as an unprivileged user so if you are using the |