Jorge_Ayala_FTNT
Staff
Created on
08-05-2015
05:18 PM
Edited on
06-09-2023
04:01 AM
By
Stephen_G
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
Labels: