|
From: Jamie C. <jca...@we...> - 2005-09-30 00:04:24
|
On Fri, 2005-09-30 at 09:56, boricua wrote: > > > > The localauth feature completely bypasses the need to login, by checking > > the Unix user that is connecting and authenticating as him. That is why > > you couldn't logout .. > > > > - Jamie > > > > > > > does that mean that if you want to logout you would have to disable localauth..... Yes.. > would that occur also from the outside? via url? That would only happen if you are using some kind of local proxy, such as an Apache ProxyPass directive. Then usermin would auto-login as the Apache user! Personally, I recommend against using that localauth feature, except in very limited circumstances, such as a non-network box that is only running a browser locally. - Jamie |