<rd-widgetng-repeat="config in $ctrl.settings.AdminGroupSearchSettings | limitTo: (1 - $ctrl.settings.AdminGroupSearchSettings)">
<rd-widget-body>
<divclass="form-group m-b-10" ng-if="$index > 0">
<divclass="form-group mb-3" ng-if="$index > 0">
<spanclass="col-sm-12 text-muted small"> Extra search configuration </span>
</div>
@ -72,7 +72,7 @@
</rd-widget-body>
</rd-widget>
<divclass="form-group m-t-10">
<divclass="form-group mt-3">
<divclass="col-sm-12">
<button
class="label label-default interactive no-border"
@ -84,7 +84,7 @@
<iclass="fa fa-plus-circle"aria-hidden="true"></i> add group search configuration
</button>
</div>
<divclass="col-sm-12 m-t-10">
<divclass="col-sm-12 mt-3">
<button
class="btn btm-sm btn-primary"
type="button"
@ -96,14 +96,14 @@
>
Fetch Admin Group(s)
</button>
<spanng-if="$ctrl.groups && $ctrl.groups.length === 0"class="m-l-30"><iclass="fa fa-exclamation-triangle text-warning"aria-hidden="true"></i> No groups found</span>
<spanng-if="$ctrl.groups && $ctrl.groups.length === 0"class="ml-5"><iclass="fa fa-exclamation-triangle text-warning"aria-hidden="true"></i> No groups found</span>
</div>
</div>
<divclass="form-group">
<divclass="col-sm-12">
<labelfor="admin-auto-populate"class="control-label text-left text-muted"ng-class="{ 'text-muted': !$ctrl.enableAssignAdminGroup }"> Assign admin rights to group(s) </label>
You can configure multiple LDAP Servers for authentication fallback. Make sure all servers are using the same configuration (i.e. if TLS is enabled, they should all use the
<divclass="m-b-10 dispay-flex" ng-repeat="url in $ctrl.settings.URLs track by $index">
<divclass="mb-3 flex" ng-repeat="url in $ctrl.settings.URLs track by $index">
<inputtype="text"class="form-control"id="ldap_url"ng-model="$ctrl.settings.URLs[$index]"placeholder="e.g. 10.0.0.10:389 or myldap.domain.tld:389"required/>