This commit is contained in:
Paula V. Quispe
2015-11-25 11:37:14 -04:00
parent 75a19353c9
commit d942e7b67c
2 changed files with 2 additions and 4 deletions

View File

@@ -553,7 +553,7 @@ LoadAuthForm = function(){
authForm.getForm().findField('usr_uid').setValue(user.data.USR_UID);
authForm.getForm().findField('auth_source').setValue(user.auth.AUTH_SOURCE_NAME);
authForm.getForm().findField('auth_dn').setValue(user.data.USR_AUTH_USER_DN);
if (user.auth.AUTH_SOURCE_NAME=='ProcessMaker'){
if (user.auth.AUTH_SOURCE_NAME=='ProcessMaker (MYSQL)'){
authForm.getForm().findField('auth_dn').disable();
}else{
authForm.getForm().findField('auth_dn').enable();