diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/ssh/sshd/auth-pam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/ssh/sshd/auth-pam.c b/usr/src/cmd/ssh/sshd/auth-pam.c index f6a708c762..020b37ed7b 100644 --- a/usr/src/cmd/ssh/sshd/auth-pam.c +++ b/usr/src/cmd/ssh/sshd/auth-pam.c @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -123,7 +123,7 @@ derive_pam_svc_name(Authmethod *method) return "sshd-hostbased"; } if (strncmp(method_name, "gss", 3) == 0) { - /* "hostbased" can't really be shortened... */ + /* "gss" is too short, elongate it */ return "sshd-gssapi"; } } |