On Sun, Jul 20, 2014 at 6:24 AM, Mark jensen <[email protected]> wrote: > > - so can apache do a sql query to this DB and if the IP of the user is found > in this DB, don't ask him for the authentication? > - Or can apache authenticate the user by it self if it finds the IP of the > user in the DB?
No, because any normal basic auth module will prompt the user immediately. This would require developing a new module that suppresses or mocks basic auth and is DB aware. -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
