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

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

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

Line 
1; [service]
2; OpenLDAP = ''
3; PostgreSQL = external
4;
5; [service.conflict]
6; checkExternal = modules/calendar/interceptors/DBMapping.php
7
8service = OpenLDAP
9PostgreSQL.concept = calendar_ex_participant
10
11[model.hasMany]
12participants = participant.user
13
14[PostgreSQL.before.create]
15insertOwnerLink = modules/calendar/interceptors/DBMapping.php
16
17;[OpenLDAP.before.create]
18;encodeURIUser = modules/calendar/interceptors/DBMapping.php
19;encodeCreateConcept = modules/calendar/interceptors/DBMapping.php
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]
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
53gidNumber = gidNumber
54
55[Applications.mapping]
56mail = expressoMail1_2
57catalog = contactcenter
58calendar = calendar
Note: See TracBrowser for help on using the repository browser.