We now always show the external ldap settings
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
angular.module('Application').controller('UsersController', ['$scope', '$location', '$timeout', 'Client', function ($scope, $location, $timeout, Client) {
|
||||
Client.onReady(function () { if (!Client.getUserInfo().admin) $location.path('/'); });
|
||||
|
||||
$scope.showExternalLdap = true;
|
||||
|
||||
$scope.ldapProvider = [
|
||||
{ name: 'Active Directory', value: 'ad' },
|
||||
{ name: 'Jumpcloud', value: 'jumpcloud' },
|
||||
|
||||
Reference in New Issue
Block a user