##// END OF EJS Templates
ldap: adde common ldap-ce na ldap-ee structure, and extend options...
ldap: adde common ldap-ce na ldap-ee structure, and extend options - added timeout - make the code more shared - allow specification of tls certdir and certfile manually

File last commit:

r2105:4ad1a937 default
r3235:db5132ef default
Show More
permissions_global.mako
10 lines | 370 B | application/x-mako | MakoHtmlLexer
${h.secure_form(h.route_path('admin_permissions_global_update'), request=request)}
<div class="form permissions-global">
<!-- fields -->
<div class="fields">
<%namespace name="dpb" file="/base/default_perms_box.mako"/>
${dpb.default_perms_radios(global_permissions_template = True)}
</div>
</div>
${h.end_form()}