FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Jorge_Ayala_FTNT
Article Id 195689

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

 
A UPN is an Internet-style login name for the user based on the Internet standard RFC 822.
 
To use UPNs in an LDAP server, run the following configuration:

 

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