Fill the usernameField

This commit is contained in:
Girish Ramakrishnan
2019-10-31 11:39:42 -07:00
parent 44cf25b447
commit 34cedbdadc
2 changed files with 3 additions and 2 deletions

View File

@@ -611,6 +611,7 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
$scope.externalLdap.filter = result.filter;
$scope.externalLdap.bindDn = result.bindDn;
$scope.externalLdap.bindPassword = result.bindPassword;
$scope.externalLdap.usernameField = result.usernameField;
}
Client.getLatestTaskByType('syncExternalLdap', function (error, task) {