acl DSTNET dst_ip 10.73/16
acl DSTDOM dstdom pnof

group noauthaccess {
    networks_acl DSTNET
    networks_acl DSTDOM
    http {
        allow   dstdomain * ;
    }
}


Ok, I think I found the problem. Your example didn't work with oops from debian woody (the stable one, which uses oops 1.5.19.cvs.20010818-0.1). It wasn't possible to connect to http://10.73.5.200 e.g. Trying to connect to a site with an ip address always required a password. Since I didn't find anything about a problem in the acl code in the ChangeLog I thought an update is not required. But after spending 30 minutes more time I decided to give the debian sid (=unstable) oops version a try. After recompling this one (which is 1.5.23.cvs-1) for woody your example worked as it should.


oops gives me that msg on woody: "oops: dburl: btree version 6 requires a version upgrade". Simply deleting to old dburl file and restarting oops helps to solve this problem.

If anyone tries your example please note that

acl DSTNET dst_ip 10.73/16
acl DSTDOM dstdom pnof

needs to be


acl DSTNET dst_ip 10.73/16 ;
acl DSTDOM dstdom pnof ;

note the ";".

PS: Many thanks for your fast response.

---
Claas Hilbrecht
http://www.jucs-kramkiste.de

=====================================================================
If you would like to unsubscribe from this list send message to
[EMAIL PROTECTED] with "unsubscribe oops-eng" in message body.
Archive is accessible on http://lists.paco.net/oops-eng/

Дати відповідь електронним листом