Configure LDAP
To configure LDAP, perform the following steps :
- Copy $VOVDIR/etc/config/ldap/ldap.cfg to /<path>/licmon.swd/config/ldap.cfg
- Edit /<path>/licmon.swd/config/ldap.cfg with your specific LDAP server info. You will need help from your IT to enter the needed info.
-
From the command line, run
% vovproject enable licmon % vovproject sanity
-
To validate the query run:
%vovldap_query ua <your_user_name> -v -v -v
If the command returns valid LDAP user info, that means the LDAP configuration is completed correctly. -
To enable LDAP authentication for LM Web UI login, edit
/<path>/licmon.swd/policy.tcl and update
set config(enableLdap)
value to 1. -
To enable LDAP lookup for users’ email address, go to the
Admin tab and select and set LDAP address to 1.
Figure 1. LDAP Configuration