Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148606620
D24997.id73686.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
544 B
Referenced Files
None
Subscribers
None
D24997.id73686.diff
View Options
Index: head/crypto/openssh/auth2.c
===================================================================
--- head/crypto/openssh/auth2.c
+++ head/crypto/openssh/auth2.c
@@ -317,8 +317,6 @@
#ifdef HAVE_LOGIN_CAP
if (authctxt->pw != NULL &&
(lc = PRIVSEP(login_getpwclass(authctxt->pw))) != NULL) {
- logit("user %s login class %s", authctxt->pw->pw_name,
- authctxt->pw->pw_class);
from_host = auth_get_canonical_hostname(ssh, options.use_dns);
from_ip = ssh_remote_ipaddr(ssh);
if (!auth_hostok(lc, from_host, from_ip)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 20, 2:48 AM (20 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29993613
Default Alt Text
D24997.id73686.diff (544 B)
Attached To
Mode
D24997: Don't log normal login_getpwclass(3) result.
Attached
Detach File
Event Timeline
Log In to Comment