1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

more examples

This commit is contained in:
Kyle Spearrin
2018-05-04 15:33:35 -04:00
parent 954cf2c0ff
commit e1101bdd62

View File

@@ -23,7 +23,7 @@
<div class="form-group"> <div class="form-group">
<label for="rootPath">{{'rootPath' | i18n}}</label> <label for="rootPath">{{'rootPath' | i18n}}</label>
<input type="text" class="form-control" id="rootPath" name="RootPath" [(ngModel)]="ldap.rootPath"> <input type="text" class="form-control" id="rootPath" name="RootPath" [(ngModel)]="ldap.rootPath">
<small class="text-muted form-text">{{'ex' | i18n}} DC=ad,DC=company,DC=com</small> <small class="text-muted form-text">{{'ex' | i18n}} dc=company,dc=com</small>
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="form-check"> <div class="form-check">
@@ -47,7 +47,8 @@
<div class="form-group"> <div class="form-group">
<label for="username">{{'username' | i18n}}</label> <label for="username">{{'username' | i18n}}</label>
<input type="text" class="form-control" id="username" name="Username" [(ngModel)]="ldap.username"> <input type="text" class="form-control" id="username" name="Username" [(ngModel)]="ldap.username">
<small class="text-muted form-text">{{'ex' | i18n}} company/admin</small> <small class="text-muted form-text" *ngIf="ldap.ad">{{'ex' | i18n}} company\admin</small>
<small class="text-muted form-text" *ngIf="!ldap.ad">{{'ex' | i18n}} cn=admin,dc=company,dc=com</small>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="password">{{'password' | i18n}}</label> <label for="password">{{'password' | i18n}}</label>