diff options
author | 2005-09-24 21:35:01 +0000 | |
---|---|---|
committer | 2005-09-24 21:35:01 +0000 | |
commit | 7878b037c6f7a10c9b8858d984bc3b390ad1f711 (patch) | |
tree | ba65f04aa9cddee7b7bc2ede07c3952945140576 /www-apps/open-xchange | |
parent | version bump 3.2.5_alpha5, bug 71205 (diff) | |
download | historical-7878b037c6f7a10c9b8858d984bc3b390ad1f711.tar.gz historical-7878b037c6f7a10c9b8858d984bc3b390ad1f711.tar.bz2 historical-7878b037c6f7a10c9b8858d984bc3b390ad1f711.zip |
Added note about index and groupware settings attributes added.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'www-apps/open-xchange')
-rw-r--r-- | www-apps/open-xchange/Manifest | 8 | ||||
-rw-r--r-- | www-apps/open-xchange/files/slapd.ox.inc | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-apps/open-xchange/Manifest b/www-apps/open-xchange/Manifest index 71e7d24197e7..e5a0d39a7111 100644 --- a/www-apps/open-xchange/Manifest +++ b/www-apps/open-xchange/Manifest @@ -4,7 +4,7 @@ Hash: SHA1 MD5 aa333946b92b009f73c374ceeb7c33f0 open-xchange-0.8.1.2.ebuild 21555 MD5 59d559390ca6a6d365a5d6c3012c0343 metadata.xml 387 MD5 3763a6f30682cee252c57a59b68f7585 ChangeLog 719 -MD5 a1e4d5902885d7e403a97612a676b92c files/slapd.ox.inc 1582 +MD5 9de0231fe36883ba3090b146081eddc5 files/slapd.ox.inc 1734 MD5 ec8d72f6da3dbefde48787a53fa071bf files/digest-open-xchange-0.8.1.2 138 MD5 5388f979621c5e4d333aef5cd37f0062 files/init.d.open-xchange 1877 MD5 cfa72c4f5e62b779052acf1cd629234b files/88_mod_jk.ox.conf 1228 @@ -12,7 +12,7 @@ MD5 7d1504e4241974d3583575b3827b0f5a files/open-xchange-htaccess 174 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDNcSnArHZZzCEUG0RAkXUAJ49zMm0jx1hmfkdUyL5OjinQrTb4ACeLXzf -WX/oarI+2vPp1pXMVtji3FI= -=IWZr +iD8DBQFDNcaQArHZZzCEUG0RAl5yAKCARVbnGw5c+BpxI3Gj1w4NWLgHXQCfXnxd +22o32EkuQzznKEezTfxbG4Q= +=NNU4 -----END PGP SIGNATURE----- diff --git a/www-apps/open-xchange/files/slapd.ox.inc b/www-apps/open-xchange/files/slapd.ox.inc index 8596c7df9c54..0d649c4abe9d 100644 --- a/www-apps/open-xchange/files/slapd.ox.inc +++ b/www-apps/open-xchange/files/slapd.ox.inc @@ -27,7 +27,7 @@ access to dn.regex="^uid=([^,]+),ou=addr,(uid=([^,]+),ou=Users,ou=OxObjects,dc=g # # This is not secure and thus hasn't been set here. To enable it, add # uid to the following list -access to attrs=birthDay,cn,description,facsimileTelephoneNumber,gecos,givenName,homePhone,initials,l,labeledURI,mobile,o,ou,OXAppointmentDays,OXTaskDays,OXTimeZone,pager,postalCode,preferredLanguage,sn,st,street,telephoneNumber,title,userCountry +access to attrs=birthDay,cn,description,facsimileTelephoneNumber,gecos,givenName,homePhone,initials,l,labeledURI,mobile,o,ou,OXAppointmentDays,OXDayViewInterval,OXDayViewEndTime,OXDayViewStartTime,OXTaskDays,OXTimeZone,pager,postalCode,preferredLanguage,sn,st,street,telephoneNumber,title,userCountry by self write by users read @@ -35,4 +35,6 @@ access to * by dn="uid=root,ou=Users,ou=OxObjects,dc=gen-ux,dc=com" write by * read -index uid,mailEnabled,cn,sn,givenname,lnetMailAccess,alias,loginDestination eq,sub +# This is supposed to give a performance boose, but it just breaks things for +# me -- eradicator +#index uid,mailEnabled,cn,sn,givenname,lnetMailAccess,alias,loginDestination eq,sub |