diff options
author | Simon Rettberg | 2015-05-04 19:13:21 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-05-04 19:13:21 +0200 |
commit | af4780e15dd0d18d4591a103a08bd4f5f7d4cd10 (patch) | |
tree | b737e4fc4ba4ab442297e80e3bd7bafd25685d90 /templates/sysconfig | |
parent | fix AD SSL (diff) | |
download | slx-admin-af4780e15dd0d18d4591a103a08bd4f5f7d4cd10.tar.gz slx-admin-af4780e15dd0d18d4591a103a08bd4f5f7d4cd10.tar.xz slx-admin-af4780e15dd0d18d4591a103a08bd4f5f7d4cd10.zip |
Another fix for AD SSL support
Diffstat (limited to 'templates/sysconfig')
-rw-r--r-- | templates/sysconfig/ad-checkcredentials.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/sysconfig/ad-checkcredentials.html b/templates/sysconfig/ad-checkcredentials.html index e8b472c1..e1d15678 100644 --- a/templates/sysconfig/ad-checkcredentials.html +++ b/templates/sysconfig/ad-checkcredentials.html @@ -35,6 +35,7 @@ {{#ssl}} <input name="ssl" value="on" type="hidden"> {{/ssl}} + <input name="fingerprint" value="{{fingerprint}}" type="hidden"> <input name="originalbinddn" value="{{binddn}}" type="hidden"> <button id="nextbutton" type="submit" class="btn btn-primary" style="display:none">{{lang_skip}} »</button> </form> |