Re: Date/Birthday fields and LDAP schemas
Anton Bobrov <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Organization | Sun Microsystems, Inc. |
| Message-ID | <[email protected]> |
Evolution project has this schema of their own http://svn.gnome.org/viewvc/evolution-data-server/trunk/addressbook/backends/ldap/evolutionperson.schema?view=markup and there is also Sun Messaging Server and Calendar Server schema http://docs.sun.com/app/docs/doc/819-4437/anobm?a=view http://docs.sun.com/app/docs/doc/819-4437/6n6jckqrt?a=view these are the ones i know that define date of birth and similar additional data. worth having a look and supporting but neither is standard. Microsoft must have something similar of their own defined as well. Mark Banner wrote: > In Thunderbird we have recently added the capability to store/display > birthdays in the address book. What isn't supported yet is using it > within LDAP address books. > > I had a look around at the various LDAP schemas a while back and > couldn't find any date/birthday format already defined. Although having > just thought about it again, I guess the modifytimestamp is a date field. > > Even so, does anyone know of existing schemas that define a birthday > field and/or date format? I'd like to see if we can use something that > already exists rather than define our own. > > Standard8