From f1ed59a35e3fe44d841bb8ca024094305a437a1a Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 5 Sep 2012 22:18:31 +1000 Subject: [PATCH] SF Bug #3518548 - Missing attributes on some custom forms --- lib/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Template.php b/lib/Template.php index 4b4a28b..a9f7a17 100644 --- a/lib/Template.php +++ b/lib/Template.php @@ -1342,7 +1342,7 @@ class Template extends xmlTemplate { continue; if (! $this->isAttrType($objectclassattr,'may')) - $this->setAttrLDAPtype($sattr->getName(false),'optional'); + $this->setAttrLDAPtype($sattr->getName(false),'may'); if (! in_array($objectclassattr,$allattrs)) array_push($allattrs,$objectclassattr);