Hi,I used my 1200D with LDAP auth SSLVPN, I need activate two factor
auth my device but fortigate cant fetch email address in LDAP server.
How can I add automatic add/fetch email address my users for two factor
auth? Thanks,
I wrote also reddit fortigate page message is here It would roughly boil
down to something like (pseudocode):ad_users = query_ad(mydomain) for
user in ad_user: fgt.api.post(/user/local/).body({ ‘name’:
user[‘sAMAccountName’], ‘type’: ‘ldap’, ‘two-fac...