FSSO-polling from AD over LDAP and AD groups
Hello
We have Fortigate 300D HA cluster 5.2.9
By Fortinet guide configured LDAP server, 2 AD DC (Windows server 2012 R2) in SSO and User group.
When in SSO settings selected only AD group IPv4 policy do not recognize AD users (members of that AD group) and deny all traffic. If users also selected in SSO settings and added to Forti usergroup anything working ok, policy permits traffic.
My config:
config user ldap
edit "in.axis.lt"
set server "in.axis.lt"
set cnid "sAMAccountName"
set dn "DC=in,DC=axis,DC=lt"
set type regular
set username "xxx"
set secure ldaps
set port 636
next
end
config user fsso-polling
edit 1
set server "una.in.axis.lt"
set user "xxx"
set ldap-server "in.axis.lt"
config adgrp
edit "CN=Forti_test_gr_1,OU=Security Groups,OU=Special,DC=in,DC=axis,DC=lt"
end
next
edit 2
set server "sula.in.axis.lt"
set user "xxx"
set ldap-server "in.axis.lt"
config adgrp
edit "CN=Forti_test_gr_1,OU=Security Groups,OU=Special,DC=in,DC=axis,DC=lt"
next
end
next
end
config user group
edit "SSO_Guest_Users"
next
edit "AD_Forti_test_gr_1"
set group-type fsso-service
set member "CN=Forti_test_gr_1,OU=Security Groups,OU=Special,DC=in,DC=axis,DC=lt"
next
end
Do i need select all AD users in SSO settings and add them to Forti usergroups one by one?
Another question - do i have to select all groups/users on both AD DC servers in fsso-polling settings?