Rev 23 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
23 |
- |
1 |
#! /bin/sh
|
|
|
2 |
|
|
|
3 |
# Create a Zarafa user for an already existing external user. Create
|
|
|
4 |
# and initialize the user's stores.
|
|
|
5 |
|
|
|
6 |
PATH=$PATH:/sbin:/usr/local/sbin:/usr/sbin
|
|
|
7 |
|
|
|
8 |
# The ZARAFA_USER variable from the server will always be in UTF-8
|
|
|
9 |
# format. The --utf8 option must be set before this value is used,
|
|
|
10 |
# since the current locale isn't necessarily UTF-8.
|
59 |
- |
11 |
zarafa-admin -v --utf8 --create-store "${ZARAFA_USER}" --lang "${ZARAFA_LANG}"
|