Displaying 1 result from an estimated 1 matches for "user_in_allow_list".
2000 Aug 29
0
AllowUsers and AllogGroups problem...
...list and his group is
listed in deny group list he can't login. I am not sure how you ment it to
work so I didn't include it in this patch. But it is very easy to
implement if wanted so.
-------------- next part --------------
diff openssh-SNAP-20000829/auth.c openssh/auth.c
53a54
> int user_in_allow_list = 0;
109a111,112
> {
> user_in_allow_list = 1;
111,112c114,120
< /* i < options.num_allow_users iff we break for loop */
< if (i >= options.num_allow_users)
---
> }
> /* i < options.num_allow_users if we break for loop
> to allow allow users and a...