source: branches/2.4/prototype/config/group.ini @ 5804

Revision 5804, 582 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Implementada funcionalidade de criacao de agenda para contas compartilhadas e imposicao de agendas

Line 
1; [service]
2; OpenLDAP = ''
3; PostgreSQL = external
4;
5; [service.conflict]
6; checkExternal = modules/calendar/interceptors/DBMapping.php
7
8service = OpenLDAP
9
10[OpenLDAP.before.find]
11encodeFindGroup = modules/calendar/interceptors/LDAPMapping.php
12
13[OpenLDAP.before.read]
14encodeFindGroup = modules/calendar/interceptors/LDAPMapping.php
15
16[OpenLDAP.mapping]
17id = gidNumber
18name = cn
19mail = mail
20description = description
21users = memberUid
22objectClass = objectClass
23phpgwAccountType = phpgwAccountType
24phpgwAccountVisible = phpgwAccountVisible
25mailAlternateAddress = mailAlternateAddress
Note: See TracBrowser for help on using the repository browser.