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