diff -r 000000000000 -r 3906ca745819 packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/useredit.tpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/useredit.tpl Tue Jan 08 23:13:29 2013 -0500 @@ -0,0 +1,43 @@ +{assign var="title" value="Edit user"} +{include file="header.tpl"} + +

Edit account: {$this_user['cn']|escape:'html'}

+ +
+
+ +
+ +

This string is used if you want to bind directly to LDAP as this user. You might find it useful, + for example, if you are configuring LDAP for use in an address book on a mobile device or in an e-mail client.

+

It is possible to bind as this DN using either a simple (password) bind or via a Kerberos ticket + via the GSSAPI SASL mechanism.

+
+
+ + {foreach $this_user as $key=>$values} + {if is_array($values)} + {foreach $values as $value} +
+ +
+ +
+
+ {/foreach} + {else} +
+ +
+ +
+
+ {/if} + {/foreach} +
+ + Cancel +
+
+ +{include file="footer.tpl"}