Installation and Upgrade Guide > TDV Docker Container > Runtime TDV Container Configuration - Common Examples > Configure LDAP Properties From Docker
 
Configure LDAP Properties From Docker
Query searches for retrieving user and group information are controlled by the ldap properties file. If you add LDAP domains to TDV Server, you should configure the ldap.properties file after installation and prior to adding and configuring the LDAP domain on the Studio Manager Domain Management page. In the docker environment the properties file can be accessed from the following location:
$ docker exec -it <CONTAINER_NAME> /bin/bash
$ cd $TDV_INSTALL_DIR/conf/server
Use the Nano text editor for editing the ldap.properties file:
$ nano ldap.properties
For more information on the structure of the properties file, refer to the Administration Guide, Chapter LDAP Domain Administration.