From: Rob McCool
Newsgroups: netscape.devs-nsapi
Subject: Re: how to set REALM from pathcheck in NSAPI
Date: Thu, 31 Oct 1996 12:58:38 -0800
> There's a generated and a genwork acl file in this directory for each
> server (ever created).
> contents :
> a couple of ACL entries like this:
> ...
> ACL httpd-servername_formgen-READ-ACL_allow-4431 (GET, HEAD, POST,
> INDEX) {
> Default deny anyone;
> Default authenticate in {
> Database "d:/Netscape/Server/authdb/default";
> Method basic;
> };
> Default allow all;
> }
> ...
> should I insert for each ACL-entry the following line ?
> Prompt "myRealmName"
I believe that's correct. You may need a semicolon after it. I'm not
familiar with how the genwork versus generated files work, so at some
point you may find your changes being overwritten by the server manager.
--
Rob McCool, robm@netscape.com http://home.netscape.com/people/robm/
Stunt Programmer, Netscape Communications Corporation
It was working ten minutes ago, I swear...
Reproduced by permission of the author.