Skip to content
Snippets Groups Projects
Commit 16a0e52e authored by Barbara B. Frosik's avatar Barbara B. Frosik
Browse files

deploy config

parent 4eaa4d44
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ DM_DB_HOST=127.0.0.1
DM_DB_PORT=11136
DM_DB_ADMIN_USER=postgres
DM_DB_ADMIN_PASSWORD=
DM_DB_ADMIN_HOSTS="127.0.0.1 bluegill1.aps.anl.gov gaeaimac.aps.anl.gov visa%.aps.anl.gov"
DM_DB_ADMIN_HOSTS="127.0.0.1"
DM_DB_CHARACTER_SET=utf8
DM_DB_SCRIPTS_DIR=
DM_CONTEXT_ROOT=dm
......
......@@ -35,7 +35,7 @@ public class LdapUtility
*
* @return true if valid, false otherwise
*/
public static boolean validateCredentials(String username, String password) {
public final static boolean validateCredentials(String username, String password) {
// dump out immediately if not given password
if (password.isEmpty()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment