]> andersk Git - gssapi-openssh.git/commitdiff
GSSAPICleanupCreds is now GSSAPICleanupCredentials
authorjbasney <jbasney>
Thu, 4 Mar 2004 21:24:17 +0000 (21:24 +0000)
committerjbasney <jbasney>
Thu, 4 Mar 2004 21:24:17 +0000 (21:24 +0000)
openssh/sshd_config
openssh/sshd_config.5

index d6f3e3ed858b24337bcbcc35f027bdab06ba9cb0..a81532e8d6846931768c915e5a42bbbc926d48e3 100644 (file)
@@ -70,7 +70,7 @@
 
 # GSSAPI options
 #GSSAPIAuthentication yes
-#GSSAPICleanupCreds yes
+#GSSAPICleanupCredentials yes
 
 # Set this to 'yes' to enable PAM authentication (via challenge-response)
 # and session processing. Depending on your PAM configuration, this may
index f961e73c095c5ee2b2131a552456b9fc6b76e532..168fd23bdaa1d8bf84030f4bd550c96f3ad841cb 100644 (file)
@@ -230,7 +230,7 @@ Specifies whether user authentication based on GSSAPI is allowed.
 The default is
 .Dq yes .
 Note that this option applies to protocol version 2 only.
-.It Cm GSSAPICleanupCreds
+.It Cm GSSAPICleanupCredentials
 Specifies whether to automatically destroy the user's credentials cache
 on logout.
 The default is
This page took 0.136647 seconds and 5 git commands to generate.