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 --- 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 +++ 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,6 +4,19 @@ use esmith::AccountsDB ############################################################## # UNIX USER PLUGIN SETTINGS # +# Any of these directives that are required, are only required if the +# userplugin parameter is set to unix. + +# Charset used in /etc/passwd for the fullname of a user. Normally this +# is us-ascii, but this can differ according to your setup. +# The charset specified here must be supported by your iconv(1) +# setup. See iconv -l for all charsets. +fullname_charset = iso-8859-15 + +# Default email domain for constructing new users +# Required, no default +default_domain = { ${'zarafa-server'}{DomainName} || $DomainName; } + # The lowest user id that is considered a regular user # Optional, default = 1000 min_user_uid = 101