source: companies/celepar/phpgwapi/doc/ldap/phpgwcontact.oc.conf @ 763

Revision 763, 2.4 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1# (C) 2001-2004 Miles Lott <milos@groupwhere.org>
2# Redistribution and use in original text and binary forms, with or
3# without modification, are permitted provided that the following
4# conditions are met:
5#
6# 1. Redistributions of this schema must retain the above copyright notice,
7#    this list of conditions and the following disclaimer.
8# 2. Redistributions in binary form must reproduce the above copyright notice,
9#    this list of conditions and the following disclaimer in the documentation
10#    and/or other materials provided with the distribution.
11# 3. The name of the author may not be used to endorse or promote products
12#    derived from this software without specific prior written permission.
13#
14# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
18# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
22# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
23# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24# POSSIBILITY OF SUCH DAMAGE.
25
26objectclass     phpgwContact
27        requires
28                uid,
29                uidnumber,
30                phpgwcontacttypeid,
31                phpgwcontactcatid,
32                phpgwcontactaccess,
33                phpgwcontactowner
34        allows
35                cn,
36                givenname,
37                sn,
38                phpgwmiddlename,
39                phpgwprefix,
40                phpgwsuffix,
41                phpgwaudio,
42                phpgwbirthday,
43                phpgwtz,
44                phpgwgeo,
45                phpgwurl,
46                phpgwpublickey,
47                o,
48                ou,
49                title,
50                street,
51                l,
52                st,
53                postalcode,
54                friendlycountryname,
55                c,
56                co,
57                countryname,
58                phpgwadronetype,
59                phpgwaddresslabel,
60                phpgwadrtwostreet,
61                phpgwadrtwolocality,
62                phpgwadrtworegion,
63                phpgwadrtwopostalcode,
64                phpgwadrtwocountryname,
65                phpgwadrtwotype,
66                telephonenumber,
67                homephone,
68                facsimiletelephonenumber,
69                phpgwvoicetelephonenumber,
70                phpgwmsgtelephonenumber,
71                phpgwcelltelephonenumber,
72                phpgwpagertelephonenumber,
73                phpgwbbstelephonenumber,
74                phpgwmodemtelephonenumber,
75                phpgwmobiletelephonenumber,
76                phpgwisdnphonenumber,
77                phpgwvideophonenumber,
78                phpgwpreferphone,
79                mail,
80                phpgwmailtype,
81                phpgwmailhome,
82                phpgwmailhometype
Note: See TracBrowser for help on using the repository browser.