Is there a way to change the LDAP configuration manually?
How to modify the LDAP configuration from command line?
The following steps can be performed to export the current LDAP configuration, make the necessary changes and then import the updated configuration:
$FMS_HOME/bin/fglcmd.sh -usr foglight -pwd <foglightPWD> -srv <yourServer> -cmd security:exportldapcfg -f ldap.xml
$FMS_HOME\bin\fglcmd.bat -usr foglight -pwd <foglightPWD> -srv <yourServer> -cmd security:exportldapcfg -f ldap.xml
ldap.xml
file will be created in the current directory.bind-credential
can be unencrypted and will be encrypted during the import or it can be encrypted using the keyman
tool listed in the Command-Line Reference Guide.$FMS_HOME/bin/fglcmd.sh -usr foglight -pwd <foglightPWD> -srv <yourServer> -cmd security:importldapcfg -f ldap.xml
$FMS_HOME\bin\fglcmd.bat -usr foglight -pwd <foglightPWD> -srv <yourServer> -cmd security:importldapcfg -f ldap.xml
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center