bugzilla-daemon at bugzilla.mindrot.org
2007-May-20 06:59 UTC
[Bug 1298] Use of Allow/DenyGroups leads to slow login
http://bugzilla.mindrot.org/show_bug.cgi?id=1298 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au --- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2007-05-20 16:59:07 --- sshd uses getgrouplist for this which queries only for the specified user. If the platform doesn't have getgrouplist then the compat code does enumerate all groups. Is your configuration using a native getgrouplist (check config.h for HAVE_GETGROUPLIST)? If so, why doesn't getgrouplist do the same optimization as initgroups? -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
Maybe Matching Threads
- [Bug 1298] Use of Allow/DenyGroups leads to slow login
- [Bug 1081] AIX port does not support group allow/ deny via nss_ldap
- NGROUPS_MAX on Linux
- OpenSSH 7.8p1 drops SSH connection with "Broken Pipe" IMMEDIATELY after successful login
- [Bug 831] Allow agent forwarding in sftp & scp