+2008-03-31 Wolfgang Sourdeau <wsourdeau@inverse.ca>
+
+ * UI/SOGoUI/SOGoACLAdvisory.m ([SOGoACLAdvisory -resourceName]):
+ use the resource display name instead of its "nameInContainer".
+
2008-03-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactLDIFEntry.m ([SOGoContactLDIFEntry
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
-PREFORK=3
+# specify more if you are using a load-balancer
+PREFORK=1
+
SOGO_ARGS=""
PATH=/sbin:/bin:/usr/sbin:/usr/bin
- (NSString *) resourceName
{
- return [aclObject nameInContainer];
+ return [aclObject displayName];
}
- (NSString *) subject