Is it possible to restrict access to specific shares by IP? The "Hosts Allow" directive is a global one, but is there something similar to be more restrictive for "admin" type shares? Philip
On Thu, May 15, 2008 at 11:51:12PM +0200, Philip Kloppers wrote:> Is it possible to restrict access to specific shares by IP? The "Hosts Allow" directive is a global one, but is there > something similar to be more restrictive for "admin" type shares?Shares can have ACLs, which restricts by user, but not by IP address. Jeremy.
Thanks. I was hoping for some sort of .htaccess to be able to allow or deny unauthenticated users (XP Home clients - cannot join the domain) based on their IP. Would be a nice addition... Philip> On 2008-05-15 Jeremy Allison wrote: > Shares can have ACLs, which restricts by user, but not by IP address.> > On Thu, May 15, 2008 at 11:51:12PM +0200, Philip Kloppers wrote: > > Is it possible to restrict access to specific shares by IP? The "Hosts > > Allow" directive is a global one, but is there something similar to be more restrictive for "admin" type shares?