Skip to main content
Jorge_Ayala_FTNT
Staff
Staff
August 6, 2015

Technical Tip: How to use user@domain on LDAP

  • August 6, 2015
  • 0 replies
  • 10088 views

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