OK....so I probably don't want to be editing the existing file
(cn\=\{3\}zimbra.ldif), or do I? This file has the some of the other GAL
attributes....
...
# sn - last name (sir name)
# st - state
# telephoneNumber - phone
#
olcObjectClasses: ( zimbraAccount
NAME 'zimbraAccount'
DESC 'Account object'
SUP zimbraMailRecipient AUXILIARY
MUST (
uid $
zimbraAccountStatus $
zimbraId
)
MAY (
c $
cn $
co $
company $
...
Which means I should be creating a new ldif file....like
cn\=\{10}mynewattrs.ldif.... I'm guessing. Do I create a whole new
olcObjectClass and put the one attribute in it. Just something like this?
dn: cn={10}mynewattrs
objectClass: olcSchemaConfig
cn: {10}mynewattrs
olcAttributeTypes: ( SOME_NUMBER_HERE NAME 'photoFileName'
DESC 'some description'
SUP myOC )
olcObjectClasses: ( SOME_NUMBER_HERE NAME 'myOC'
DESC 'some description'
SUP zimbraMailRecipient AUXILIARY
MAY (
photoFileName $ )
)
Then LDAP stop/start and away I go....or am I way off?
Thanks,
Matt
__________________________________________________
From: "Quanah Gibson-Mount" <quanah@zimbra.com>
To: "Matt Mencel" <MR-Mencel@wiu.edu>, zimbra-hied-admins@sfu.ca
Sent: Wednesday, August 7, 2013 9:24:32 PM
Subject: Re: Photos in the 7.1.x GAL
Hi Matt,
Something like
<http://wiki.zimbra.com/wiki/Installing_custom_ldap_schema>?
--Quanah
--On August 7, 2013 9:02:08 PM -0500 Matt Mencel <MR-Mencel@wiu.edu>
wrote:
Following up on an old thread. I'm working on this now for my 7.2.4
system and am stuck on adding a custom LDAP attribute (photoFileName) to
Zimbra. Are there clear docs out there on how to accomplish this?
Also....anyone know how implementation of this feature changes in version
8?
Matt