LDAP authentication

2016-06-17 10:24:03
azalea
12103
Last edited by Hongyan on 2022-01-30 08:50:14
Share links

LDAP authentication is dependent on the LDAP extension in PHP, so it has to load the LDAP extension first. Please refer to Chapter 2.7 Install LDAP extension.


1. Introduction

By configuring LDAP, auto login to LDAP server is integrated with ZenTao. User accounts can also be imported from LDAP.


2. General configuration

Go to Admin->LDAP.


Click LDAP and you will see the page to do LDAP settings. If the configuration is successful and correct, you can use the LDAP username and password to log in and ZenTao will automatically verify the login and add the user to its database.


Check Anonymous, admin account and password will be hidden. Then you do not have to fill that in.


Fill in Base DN as shown below,


The login name is the username in the LDAP server as shown below,


3. Active Directory configuration

Select “Active Directory" in Server Type. Because the active directory does not allow anonymous login, so you have to fill in the Admin account and password.


Note: The admin account must have privileges to do administration work on the domain, otherwise it might be an error when you request the data.


4. Import users from LDAP

After the configuration is done, you can click "Import users from LDAP".


4.1 Search

Go to Company->User, and click "Import users from LDAP". You can find the Search button on the page of Import.

SCREENSHOT


Click Search and you will search the imported users accordingly.

SCREENSHOT


You can also search by conditions, including Real Name, Email Address, and customized conditions.


Take the search in the screenshot above as an example. If you want to search a sn that is not wang, enter !(sn=wang) in the Custom column. IIf you want to search a sn that is wang, enter sn=wang.


4.2 Differentiate duplicated users

When importing users from LDAP, you can choose to differentiate duplicated names. For real names in LDAP that is the same as the one in ZenTao, you can


  • add a number to the real name, e.g. John Teng, and John Teng2; or
  • add the department name to the real name, e.g. John Teng(Dev), and John Teng(QA).


The default setting is to add a number to the real name.

SCREENSHOT


If you choose to add the department name to the real name, choose the department when importing users. If you did not choose a department for the user, it will be John Teng(0).

SCREENSHOT


The imported users with real names as others are shown in the screenshot below.

SCREENSHOT





Write a Comment
Comment will be posted after it is reviewed.