Revision 6599,
1.3 KB
checked in by acoutinho, 12 years ago
(diff) |
Ticket #2899 - Problema ao criar um evento de uma mensagem
|
Line | |
---|
1 | ; [service] |
---|
2 | ; OpenLDAP = '' |
---|
3 | ; PostgreSQL = external |
---|
4 | ; |
---|
5 | ; [service.conflict] |
---|
6 | ; checkExternal = modules/calendar/interceptors/DBMapping.php |
---|
7 | |
---|
8 | service = OpenLDAP |
---|
9 | PostgreSQL.concept = calendar_ex_participant |
---|
10 | |
---|
11 | [model.hasMany] |
---|
12 | participants = participant.user |
---|
13 | |
---|
14 | [PostgreSQL.before.create] |
---|
15 | insertOwnerLink = 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] |
---|
22 | encodeFindUser = modules/calendar/interceptors/LDAPMapping.php |
---|
23 | |
---|
24 | [OpenLDAP.after.find] |
---|
25 | findExternalPaticipants = modules/calendar/interceptors/DBMapping.php |
---|
26 | |
---|
27 | [before.update] |
---|
28 | encodeServiceUser = modules/calendar/interceptors/DBMapping.php |
---|
29 | |
---|
30 | [before.create] |
---|
31 | encodeServiceUser = modules/calendar/interceptors/DBMapping.php |
---|
32 | |
---|
33 | [PostgreSQL.mapping] |
---|
34 | id = id |
---|
35 | name = name |
---|
36 | mail = mail |
---|
37 | owner = owner |
---|
38 | |
---|
39 | [OpenLDAP.mapping] |
---|
40 | id = uidNumber |
---|
41 | name = cn |
---|
42 | mail = mail |
---|
43 | uid = uid |
---|
44 | givenName = givenName |
---|
45 | sn = sn |
---|
46 | dn = dn |
---|
47 | vacationInfo = vacationInfo |
---|
48 | vacationActive = vacationActive |
---|
49 | displayName = displayName |
---|
50 | mailAlternateAddress = mailAlternateAddress |
---|
51 | phpgwAccountStatus = phpgwAccountStatus |
---|
52 | accountStatus = accountStatus |
---|
53 | objectClass = objectClass |
---|
54 | phpgwAccountType = phpgwAccountType |
---|
55 | phpgwAccountVisible = phpgwAccountVisible |
---|
56 | gidNumber = gidNumber |
---|
57 | telephoneNumber=telephoneNumber |
---|
Note: See
TracBrowser
for help on using the repository browser.