~ubuntu-branches/debian/sid/openchange/sid

« back to all changes in this revision

Viewing changes to doc/man/man1/mapiprofile.1

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-12 20:07:57 UTC
  • mfrom: (11 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120412200757-k933d9trljmxj1l4
Tags: 1:1.0-4
* openchangeserver: Add dependency on openchangeproxy.
* Rebuild against newer version of Samba 4.
* Use dpkg-buildflags.
* Migrate to Git, update Vcs-Git header.
* Switch to debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" OpenChange Project Tools Man Pages
2
2
.\"
3
3
.\" This manpage is Copyright (C) 2007-2010 Julien Kerihuel;
4
 
.\" This manpage is Copyright (C) 2008-2010 Brad Hards;
 
4
.\" This manpage is Copyright (C) 2008-2011 Brad Hards;
5
5
.\"
6
6
.\" Permission is granted to make and distribute verbatim copies of this
7
7
.\" manual provided the copyright notice and this permission notice are
26
26
.\" Process this file with
27
27
.\" groff -man -Tascii mapiprofile.1
28
28
.\"
29
 
.TH MAPIPROFILE 1 2010-02-27 "OpenChange libmapi 0.10" "OpenChange Users' Manual"
 
29
.TH MAPIPROFILE 1 2011-07-12 "OpenChange libmapi 0.11" "OpenChange Users' Manual"
30
30
 
31
31
.SH NAME
32
32
mapiprofile \- administer OpenChange MAPI Profiles databases
33
33
 
34
34
.SH SYNOPSIS
35
35
.nf
36
 
mapiprofile [-?GSnEcrlV] [-?|--help] [--usage] [-L|--ldif PATH] [-G|--getdefault] [-S|--default]
37
 
        [-n|--newdb] [-f|--database PATH] [-P|--profile PROFILE] [-I|--address xxx.xxx.xxx.xxx]
38
 
        [-M|--workstation WORKSTATION_NAME] [-D|--domain DOMAIN] [-R|--realm REALM] [-E|--encrypt]
39
 
        [-u|--username USERNAME] [-C|--language LANGUAGE] [-s|--pattern USERNAME]
40
 
        [-p|--password PASSWORD] [--nopass] [-c|--create] [-r|--delete] [-R|--rename STRING]
41
 
        [-l|--list] [--listlangs] [--dump] [-a|--attr VALUE] [--dump-data] [-d|--debuglevel LEVEL]
42
 
        [--getfqdn] [-V|--version]
 
36
mapiprofile [-?GSnEcrlV] [-?|--help] [--usage] [-L|--ldif=PATH] [-G|--getdefault] [-S|--default]
 
37
        [-n|--newdb] [-f|--database=PATH] [-P|--profile=PROFILE] [-I|--address=xxx.xxx.xxx.xxx]
 
38
        [-M|--workstation=WORKSTATION_NAME] [-D|--domain=DOMAIN] [-R|--realm=REALM] [-E|--encrypt]
 
39
        [-v|--exchange-version=2000] [-u|--username=USERNAME] [-C|--language=LANGUAGE]
 
40
        [-s|--pattern=USERNAME] [-p|--password=PASSWORD] [--nopass] [-c|--create] [-r|--delete]
 
41
        [-R|--rename=STRING] [-l|--list] [--listlangs] [--dump] [-a|--attr=VALUE] [--dump-data]
 
42
        [-d|--debuglevel=LEVEL] [--getfqdn] [-k|--kerberos={yes|no}] [-V|--version]
43
43
.fi
44
44
 
45
45
.SH DESCRIPTION
106
106
 
107
107
.TP
108
108
.B --listlangs
109
 
.TP
110
 
.B -l
111
109
List the available languages. These can be used to specify the
112
110
language name (--language) when creating a profile.
113
111
 
126
124
.B --ldif LDIF
127
125
.TP
128
126
.B -L
129
 
Path to the ldif files. If no ldif directory is specified then the default one set at compilation time will be used. This option is only used when creating a new profile database.
 
127
Path to the LDIF files. If no LDIF directory is specified then the default one set at compilation time will be used. This option is only used when creating a new profile database.
130
128
 
131
129
.TP
132
130
.B --profile PROFILE
161
159
and Exchange 2007.
162
160
 
163
161
.TP
 
162
.B --exchange-version
 
163
.TP
 
164
.B -v
 
165
Specify which version of the protocol to use. The reasonable options are 2000, 2003/2007 and 2010.
 
166
2000 means use EcDoConnect (0x0) / EcDoRpc (0x2) RPC calls, 2003 or 2007 means use
 
167
EcDoConnectEx (0xA) / EcDoRpcExt2 (0xB) RPC calls, and 2010 means use EcDoConnectEx (0xA) / EcDoRpcExt2
 
168
(0xB) RPC calls over a sealed pipe.
 
169
 
 
170
.TP
 
171
.B --kerberos
 
172
.TP
 
173
.B -k
 
174
Specify whether to force Kerberos (set to yes), not use Kerberos (set to no). If you omit this option,
 
175
Kerberos will be used where practical.
 
176
 
 
177
.TP
164
178
.B --realm REALM
165
179
.TP
166
180
.B -R