unix.cfg 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ##############################################################
  2. # UNIX USER PLUGIN SETTINGS
  3. #
  4. # Any of these directives that are required, are only required if the
  5. # userplugin parameter is set to unix.
  6. # Charset used in /etc/passwd for the fullname of a user. Normally this
  7. # is us-ascii, but this can differ according to your setup.
  8. # The charset specified here must be supported by your iconv(1)
  9. # setup. See iconv -l for all charsets.
  10. fullname_charset = iso-8859-15
  11. # Default email domain for constructing new users
  12. # Required, no default
  13. default_domain = kopano.com
  14. # The lowest user id that is considered a regular user
  15. # Optional, default = 1000
  16. min_user_uid = 1000
  17. # The highest user id that is considered a regular user
  18. # Optional, default = 10000
  19. max_user_uid = 10000
  20. # A list of user ids that are not considered to be regular users
  21. # Optional, default = empty
  22. # except_user_uids =
  23. # The lowest group id that is considered a regular group
  24. # Optional, default = 1000
  25. min_group_gid = 1000
  26. # The highest group id that is considered a regular group
  27. # Optional, default = 10000
  28. max_group_gid = 10000
  29. # A list of group ids that are not considered to be regular groups
  30. # Optional, default = empty
  31. # except_group_gids =
  32. # Create a user as non-active when it has this Unix shell
  33. non_login_shell = /bin/false