summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/ad_ldap-checkcredentials.html
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-06 13:15:36 +0100
committerSimon Rettberg2017-12-06 13:15:36 +0100
commita4d89852ce9517d4b2ff00c31603ba75a84a937f (patch)
treeddf230575eb6fa396b2456a70aa20bd7fa4d7bfa /modules-available/sysconfig/templates/ad_ldap-checkcredentials.html
parent[sysconfig] Make checkbox labels clickable (diff)
downloadslx-admin-a4d89852ce9517d4b2ff00c31603ba75a84a937f.tar.gz
slx-admin-a4d89852ce9517d4b2ff00c31603ba75a84a937f.tar.xz
slx-admin-a4d89852ce9517d4b2ff00c31603ba75a84a937f.zip
[sysconfig] Support customizing LDAP attributes
Diffstat (limited to 'modules-available/sysconfig/templates/ad_ldap-checkcredentials.html')
-rw-r--r--modules-available/sysconfig/templates/ad_ldap-checkcredentials.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/sysconfig/templates/ad_ldap-checkcredentials.html b/modules-available/sysconfig/templates/ad_ldap-checkcredentials.html
index bf151da3..4f822a9b 100644
--- a/modules-available/sysconfig/templates/ad_ldap-checkcredentials.html
+++ b/modules-available/sysconfig/templates/ad_ldap-checkcredentials.html
@@ -22,6 +22,9 @@
<input name="ssl" value="on" type="hidden">
<input type="hidden" name="certificate" value="{{certificate}}">
{{/ssl}}
+ {{#mapping}}
+ <input type="hidden" name="mapping[{{field}}]" value="{{value}}">
+ {{/mapping}}
<input name="fixnumeric" value="{{fixnumeric}}" type="hidden">
<button type="submit" class="btn btn-primary">&laquo; {{lang_back}}</button>
</form>
@@ -42,6 +45,9 @@
<input name="ssl" value="on" type="hidden">
<input type="hidden" name="certificate" value="{{certificate}}">
{{/ssl}}
+ {{#mapping}}
+ <input type="hidden" name="mapping[{{field}}]" value="{{value}}">
+ {{/mapping}}
<input name="fixnumeric" value="{{fixnumeric}}" type="hidden">
<input name="fingerprint" value="{{fingerprint}}" type="hidden">
<input name="originalbinddn" value="{{binddn}}" type="hidden">