Revision 5437,
1.2 KB
checked in by cristiano, 11 years ago
(diff) |
Ticket #2434 - Atualização modulo agenda e API
|
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 | [links] |
---|
12 | participants = participant |
---|
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 | displayName = displayName |
---|
47 | mailAlternateAddress = mailAlternateAddress |
---|
48 | phpgwAccountStatus = phpgwAccountStatus |
---|
49 | accountStatus = accountStatus |
---|
50 | objectClass = objectClass |
---|
51 | phpgwAccountType = phpgwAccountType |
---|
52 | phpgwAccountVisible = phpgwAccountVisible |
---|
Note: See
TracBrowser
for help on using the repository browser.