Hi,
I'm trying to allow only determinate users acces to one folder in my ACS
3.4 installation.
I want something similar to the Apache's automatic windows the browser show
when you try to enter to a folder with de '.htaccess'(Require valid-user).
Then you put your login and your password and just enter.
The Acces Control provides one similar?
Ive created all the necesary files under modules/nsperm, and this is my
perm file:
allowuser inherit GET /summary summary
denyuser inherit GET /summary nsadmin
, but no windows appears when I try to enter to this folder.
I've defined de summary user, but from a broswer, how can I log in?
Thanks in advanced.