Hello mate
maybe this topic was discussed in other posts.
after 1 year of my testing and SR to the TAC, I don't find a solution, in enviroment where I have multiple authentication option in VPN, to force the users to use a specific authentication option and not others.
in case one authentication option is "username & password" based on ldap users, EVERY user who is defined into LDAP server, is able to authenticate into VPN.
it means even the user mustn't access to VPN, he is able to authenticate but he is not authorized to get access to any resources because the firewall policy blocks the request. In any case the user is able to authenticate.
it is possible because the authentication option searches the user along all LDAP branches.
I'd like to implement a filter based on LDAP group where only users member of a specific ldap group are able to authenticate. in case the user is not a member of that LDAP group, the authentication must fail.
In the authentication properties I can choose only the LDAP ACCOUNT UNIT and I cannot enable the authentication, for a specific login option, to a specific LDAP group.
how could I implement this filter on authentication?