Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
personal response for those in the same situation
Using TCL Script with Fortimaneger 5.2, you can define policies object and dynamic mapping
here's an exemple for ldap :
#!
puts [exec_ondb "/adom/root/pkg/policyPackageName" "
config user ldap
edit \"AD-LDAP\"
set server \"10.1.1.1\"
set cnid \"sAMAccountName\"
set dn \"dc=domain,dc=corp\"
set type regular
set username \"cn=admin-fgt,ou=admi,dc=domain,dc=corp\"
set password ENC ***
config dynamic_mapping
edit \"Fortigate01\"-\"root\"
set server \"10.1.1.1\"
set cnid \"sAMAccountName\"
set dn \"dc=domain,dc=corp\"
set type regular
set username \"cn=admin-fgt,ou=admi,dc=domain,dc=corp\"
set password ENC ***
set source-ip 10.5.1.1
next
end
I'm still looking for a loop for all my fortigate
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1732 | |
1106 | |
752 | |
447 | |
240 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.