1. Run dsquery on the Microsoft LDAP server and find the line of username "Administrator". The output should look like:
CN=Administrator,CN=Users,DC=example,DC=com
2. Login using SSH to the FG unit and setup the following attributes:
3. Enter to the LDAP config:
FGT# config user ldap
4. Name of the LDAP Server profile:
FGT# edit "LDAP-Server"
5. IP of the LDAP server
FGT# set server "192.168.11.10"
6. Set the cnid always with "sAMAccountName"
FGT# set cnid "sAMAccountName"
7. Set the dn attribute where to search the LDAP users (usually under OU=Users)