source: trunk/prototype/config/user.ini @ 6528

Revision 6528, 1.3 KB checked in by gustavo, 12 years ago (diff)

Ticket #2766 - Merge do branch das novas funcionalidaes para o trunk

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
17[OpenLDAP.before.create]
18encodeURIUser = modules/calendar/interceptors/DBMapping.php
19encodeCreateConcept = 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]
[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
[6459]46dn = dn
47vacationInfo = vacationInfo
48vacationActive = vacationActive
[5437]49displayName = displayName
50mailAlternateAddress = mailAlternateAddress
51phpgwAccountStatus = phpgwAccountStatus
52accountStatus = accountStatus
53objectClass = objectClass
54phpgwAccountType = phpgwAccountType
55phpgwAccountVisible = phpgwAccountVisible
[6528]56gidNumber = gidNumber
57telephoneNumber=telephoneNumber
Note: See TracBrowser for help on using the repository browser.