Fill the usernameField

This commit is contained in:
Girish Ramakrishnan
2019-10-31 11:39:42 -07:00
parent 44cf25b447
commit 34cedbdadc
2 changed files with 3 additions and 2 deletions

View File

@@ -311,8 +311,8 @@
</div>
<div class="form-group" ng-class="{ 'has-error': externalLdap.error.usernameField }">
<label class="control-label" for="inputExternalLdapConfigUsernameField">Username Field</label>
<input type="text" class="form-control" ng-model="externalLdap.usernameField" id="inputExternalLdapConfigUsernameField" name="usernameField" ng-disabled="externalLdap.busy" placeholder="uid">
<label class="control-label" for="inputExternalLdapConfigUsernameField">Username Field (case sensitive)</label>
<input type="text" class="form-control" ng-model="externalLdap.usernameField" id="inputExternalLdapConfigUsernameField" name="usernameField" ng-disabled="externalLdap.busy" placeholder="uid or sAMAcountName">
</div>
<div class="form-group" ng-class="{ 'has-error': externalLdap.error.credentials }">