KEYCLOAK-13260 Fix "Test authentication" button for LDAP User Federation
This commit is contained in:
parent
e4baef41d1
commit
a840d6ff9a
1 changed files with 1 additions and 1 deletions
|
@ -1682,7 +1682,7 @@ module.controller('LDAPUserStorageCtrl', function($scope, $location, Notificatio
|
|||
|
||||
$scope.testAuthentication = function() {
|
||||
console.log('LDAPCtrl: testAuthentication');
|
||||
RealmLDAPConnectionTester.save(initConnectionTest("testAuthentication", $scope.instance.config), function() {
|
||||
RealmLDAPConnectionTester.save({realm: realm.realm}, initConnectionTest("testAuthentication", $scope.instance.config), function() {
|
||||
Notifications.success("LDAP authentication successful.");
|
||||
}, function() {
|
||||
Notifications.error("LDAP authentication failed. See server.log for details");
|
||||
|
|
Loading…
Reference in a new issue