source: branches/2.4/prototype/config/user.ini @ 7442

Revision 7442, 1.3 KB checked in by eduardow, 12 years ago (diff)

Ticket #3093 - Integrando API Rest (CELEPAR) - commit para o branches.

RevLine 
[5399]1; [service]
2; OpenLDAP = ''
3; PostgreSQL = external
4;
5; [service.conflict]
6; checkExternal = modules/calendar/interceptors/DBMapping.php
7
8service = OpenLDAP
[5437]9PostgreSQL.concept = calendar_ex_participant
[5399]10
[5514]11[model.hasMany]
12participants = participant.user
[5399]13
14[PostgreSQL.before.create]
15insertOwnerLink = modules/calendar/interceptors/DBMapping.php
16
[6644]17;[OpenLDAP.before.create]
18;encodeURIUser = modules/calendar/interceptors/DBMapping.php
19;encodeCreateConcept = modules/calendar/interceptors/DBMapping.php
[5399]20
21[OpenLDAP.before.find]
22encodeFindUser = modules/calendar/interceptors/LDAPMapping.php
23
24[OpenLDAP.after.find]
25findExternalPaticipants = modules/calendar/interceptors/DBMapping.php
26
27[before.update]
28encodeServiceUser = modules/calendar/interceptors/DBMapping.php
29
30[before.create]
[5437]31encodeServiceUser = modules/calendar/interceptors/DBMapping.php
32
33[PostgreSQL.mapping]
34id = id
35name = name
36mail = mail
37owner = owner
38
39[OpenLDAP.mapping]
40id = uidNumber
41name = cn
42mail = mail
43uid = uid
44givenName = givenName
45sn = sn
46displayName = displayName
47mailAlternateAddress = mailAlternateAddress
48phpgwAccountStatus = phpgwAccountStatus
49accountStatus = accountStatus
50objectClass = objectClass
51phpgwAccountType = phpgwAccountType
52phpgwAccountVisible = phpgwAccountVisible
[6644]53gidNumber = gidNumber
[7442]54
55[Applications.mapping]
56mail = expressoMail1_2
57catalog = contactcenter
58calendar = calendar
Note: See TracBrowser for help on using the repository browser.