Gerald Krause wrote:
after upgrading our server from 2.0.4 to 2.1.10
Please use 2.1.12. It's better.
we see a change in the auth logic - e.g. when processing proxied requests to a home server and their replies. We need this feature to append some special attributes to the accept-packet from the home server before sending it to the NAS.
Yes. The "post-proxy authorize" functionality has been removed. It was horrible and unnecessary.
users file: =========== DEFAULT User-Name =~ "test@foo" MS-Primary-DNS-Server = "192.168.203.6", MS-Secondary-DNS-Server = "192.168.203.1", MS-Primary-NBNS-Server = "192.168.203.6"
You can just list "files.authorize" in the "post-proxy" section. It will run the "users" file, add those attributes. Alan DeKok.