Hi,
profiles are evaluated for authorization, not for authentication.
I'll think about adding a script option at user and/or group
level, but this will take some time.
Cheers,
Marc
--
You received this message because you are subscribed to the Google Groups "Event-Driven Servers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-driven-ser...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/event-driven-servers/4af56981-8e46-4075-a43f-346b3b611e95n%40googlegroups.com.
Hi,
commit c0a2483efd05b336a261f38ec46f8efb03825f4c adds support for
adding a profile ACL that will be applied for both authc and
authz:
profile {
acl {
# Check if the client
IP is allowed
if (client.address !=
"192.168.1.100") {
deny
permit
}
...
}
This still needs to find its way into the docs.
Cheers,
Marc
To view this discussion visit https://groups.google.com/d/msgid/event-driven-servers/574b05f7-5e6f-4a2e-a04b-8820f528c14a%40googlemail.com.