Description
This article describes how to use a LDAP server on FortiADC for an administrator user.
Solution
To use a LDAP server for any FortiADC administrator, follow these steps:
1) Create a LDAP server on FortiADC:
For example:
# config user ldap
edit MyLdap
get
server: 172.15.29.112
port: 389
cnid: uid
dn: cn=Users,dc=tac,dc=mex
vdom: rootThe FortiADC is using the 'cn' for the username. That means that FortiADC does not work with any other attribute yet.
The user 'cn' contains blank spaces and FortiADC does not permit to create this kind of users
To have 'cn' field without this blank spaces on ldap server, as below:
CN=usuario1,CN=Users,DC=tac,DC=mex
Go to System -> Administrator and create a new user:
# config system admin
edit "usuario1"
set vdom root
set auth-strategy ldap
set ldap-server MyLdap
set access-profile super_admin_prof
next
endUse this Ldap user to log on FortiADC.
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2023 Fortinet, Inc. All Rights Reserved.