We now always show the external ldap settings
This commit is contained in:
@@ -463,13 +463,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-left" style="margin-top: 50px;" ng-show="showExternalLdap">
|
||||
<div class="text-left" style="margin-top: 50px;">
|
||||
<h1>LDAP
|
||||
<sup><a ng-href="{{ config.webServerOrigin }}/documentation/user-management/#external-ldap" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div class="card card-large" ng-show="showExternalLdap">
|
||||
<div class="card card-large">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<p>Cloudron will authenticate users against the configured LDAP server.</p>
|
||||
|
||||
@@ -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