From 7479c60adf3b372733e1f63bd2b554031dc351a0 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Sun, 27 Nov 2005 20:20:10 +0000 Subject: [PATCH] Page for admins to change the DN for LDAP-authenticated users. --- templates/ktstandard/authentication/ldapedituser.smarty | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) create mode 100644 templates/ktstandard/authentication/ldapedituser.smarty diff --git a/templates/ktstandard/authentication/ldapedituser.smarty b/templates/ktstandard/authentication/ldapedituser.smarty new file mode 100644 index 0000000..8d238df --- /dev/null +++ b/templates/ktstandard/authentication/ldapedituser.smarty @@ -0,0 +1,10 @@ +
+ + +{foreach from=$fields item=oWidget} + {$oWidget->render()} +{/foreach} +
+ +
+
-- libgit2 0.21.4