1 |
bytegw |
1.1 |
diff -up smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/unix.cfg/unix.cfg.restore_missing_settings smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/unix.cfg/unix.cfg |
2 |
|
|
--- smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/unix.cfg/unix.cfg.restore_missing_settings 2010-05-22 19:05:01.000000000 +0100 |
3 |
|
|
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/unix.cfg/unix.cfg 2010-05-22 19:07:39.000000000 +0100 |
4 |
|
|
@@ -4,6 +4,19 @@ use esmith::AccountsDB |
5 |
|
|
############################################################## |
6 |
|
|
# UNIX USER PLUGIN SETTINGS |
7 |
|
|
# |
8 |
|
|
+# Any of these directives that are required, are only required if the |
9 |
|
|
+# userplugin parameter is set to unix. |
10 |
|
|
+ |
11 |
|
|
+# Charset used in /etc/passwd for the fullname of a user. Normally this |
12 |
|
|
+# is us-ascii, but this can differ according to your setup. |
13 |
|
|
+# The charset specified here must be supported by your iconv(1) |
14 |
|
|
+# setup. See iconv -l for all charsets. |
15 |
|
|
+fullname_charset = iso-8859-15 |
16 |
|
|
+ |
17 |
|
|
+# Default email domain for constructing new users |
18 |
|
|
+# Required, no default |
19 |
|
|
+default_domain = { ${'zarafa-server'}{DomainName} || $DomainName; } |
20 |
|
|
+ |
21 |
|
|
# The lowest user id that is considered a regular user |
22 |
|
|
# Optional, default = 1000 |
23 |
|
|
min_user_uid = 101 |