Technical Tip: How to use user@domain on LDAP
Description
This article describes how to set up an LDAP account with the user@domain format that can be used in different domains without issues.
Scope
Any supported version of FortiOS, an LDAP server.
Solution
config user ldap
edit "MSPDCW"
set server "192.168.200.251"
set cnid "userPrincipalName"
set dn "dc= DomainName,dc=cl"
set type regular
set username "cn=Administrador,cn=Users,DC= DomainName,DC=cl"
set password
next
end
