search for: osshgrouphostip

Displaying 1 result from an estimated 1 matches for "osshgrouphostip".

2007 Nov 02
1
[Patch, enh] Permit host and IP addresses in (Allow|Deny)Groups
...SH users to login from anywhere. This (IMHO) simplifies access management by leveraging group membership more effectively. Anyway, I've attached a patch in case anyone feels it's useful enough to put into a future release. -- Dave Wright -------------- diff -r -u -N openssh-4.7p1/auth.c osshGroupHostIP-4.7p1/auth.c --- openssh-4.7p1/auth.c 2007-03-26 09:35:28.000000000 -0700 +++ osshGroupHostIP-4.7p1/auth.c 2007-11-02 14:52:58.000000000 -0700 @@ -210,8 +210,13 @@ /* Return false if one of user's groups is listed in DenyGroups */ if (options.num_deny_groups > 0) +#ifndef GROUP_MATCH...