This commit is contained in:
parent
e2e4e550d7
commit
ba1a29ac88
|
@ -45,6 +45,11 @@
|
||||||
ng-model="$ctrl.config.userDn"
|
ng-model="$ctrl.config.userDn"
|
||||||
rule="SambaConfig">
|
rule="SambaConfig">
|
||||||
</vn-textfield>
|
</vn-textfield>
|
||||||
|
<vn-textfield
|
||||||
|
label="Group DN (without domain part)"
|
||||||
|
ng-model="$ctrl.config.groupDn"
|
||||||
|
rule="SambaConfig">
|
||||||
|
</vn-textfield>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Verify certificate"
|
label="Verify certificate"
|
||||||
ng-model="$ctrl.config.verifyCert">
|
ng-model="$ctrl.config.verifyCert">
|
||||||
|
|
Loading…
Reference in New Issue