Displaying 1 result from an estimated 1 matches for "225c225".
Did you mean:
225,225
2005 Mar 29
1
[Bug 1005] installing openssh on AIX takes a long time when there are many users
...l script of the AIX install uses something like 'lsusers ALL |
grep ssh' to see if the privsep user has been created.
The trouble is that invoking 'lsusers ALL' takes TWO HOURS to complete at a
particular site with thousands of users!
The simple fix to contrib/aix/buildbff.sh was:
225c225
< if lsuser ALL | cut -f1 -d: | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
---
> if lsuser "$SSH_PRIVSEP_USER" >/dev/null
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.