Displaying 1 result from an estimated 1 matches for "133c145".
Did you mean:
133715
2000 Aug 29
0
AllowUsers and AllogGroups problem...
...in
> allow users list
> */
> if (i >= options.num_allow_users && !options.num_allow_groups)
131a140,143
> *
> * If user was listed in AllowUsers and not mentioned on
> * deny lists then we do not need to check against
> * AllowGroups definition
133c145
< if (options.num_allow_groups > 0) {
---
> if (options.num_allow_groups > 0 && !user_in_allow_list) {