We now always show the external ldap settings

This commit is contained in:
Johannes Zellner
2019-11-07 12:11:48 +01:00
parent c6d2e6cda3
commit 30769b5992
2 changed files with 2 additions and 4 deletions

View File

@@ -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' },