From e4806eeaf6d13c80b926588a54472c63feee5aca Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 26 Aug 2014 11:59:40 +0200 Subject: [PATCH] use contactPerson by default --- inc/config.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php.dist b/inc/config.php.dist index 8ace7f5..63a4679 100644 --- a/inc/config.php.dist +++ b/inc/config.php.dist @@ -71,7 +71,7 @@ // LDAP classes to store with contacts. $conf['oclasses'] = array( 'inetOrgPerson', - //'contactPerson', + 'contactPerson', //'OXUserObject', //'evolutionPerson', //'officePerson', -- 2.39.5