diff options
author | me23304 <none@none> | 2006-02-10 13:37:38 -0800 |
---|---|---|
committer | me23304 <none@none> | 2006-02-10 13:37:38 -0800 |
commit | b350d31decc7f16cab4cf83b97f883125b8b875c (patch) | |
tree | 55426790b681ad94f22de5e5fa8ef20548189924 /usr/src | |
parent | 3dcb12c941df15fc72227698263d7e1b4c33576c (diff) | |
download | illumos-joyent-b350d31decc7f16cab4cf83b97f883125b8b875c.tar.gz |
6382076 gss comment in cmd/ssh/sshd/auth-pam.c is bogus
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"; } } |