source: trunk/LATMOS-Accounts/man/man8/latmos-accounts-base-zimbra.pod @ 2260

Last change on this file since 2260 was 1389, checked in by nanardon, 9 years ago

Add doc about aliases

File size: 1.1 KB
Line 
1# $Id$
2
3=head1 DESCRIPTION
4
5The C<Zimbra> driver provide a way to create and delete account using Zimbra
6Soap interface
7
8=head1 SPECIFIC SETUP PARAMTERS
9
10=head2 url
11
12The url to the zmstore server:
13
14    Example: url=https://zmstore.domain:7071/service/admin/soap
15
16=head2 login
17
18The administrator login to use
19
20=head2 password
21
22The password of the administrator account
23
24=head2 domain
25
26The Zimbra domain to manage, account in other domains are not touched
27
28=head1 ATTRIBUTES
29
30=head2 USER
31
32=head3 uid
33
34The C<uid> attribute is used as to identify account then to identify accross
35others bases
36
37=head3 zimbraMailAliases
38
39This attribute is declared as a read-only attribute. Aliases can be setup
40through the C<aliases> attribute. Unlike C<zimbraMailAliases> it will accept
41domain-less aliases, it will add the zimbra domain if need.
42
43=head3 zimbraCOSId
44
45It must contains the class of service B<ID> (not the name) to apply the to the account.
46
47This attribute is not really managed but a default value can be applied from the
48configuration:
49
50Example:
51
52    [_defattr_]
53    user.zimbraCOSId = bcb918ad-d2e0-4adf-8329-c46c65bbc9d6
Note: See TracBrowser for help on using the repository browser.