source: LATMOS-Accounts/sample/latmos-account.ini @ 402

Last change on this file since 402 was 175, checked in by nanardon, 15 years ago
  • improve gecos field
  • fix: trap error on user creation
  • set default home
  • Property svn:keywords set to Id Rev
File size: 782 bytes
RevLine 
[24]1# $Id$
2
3# section for default values:
4[_default_]
5# The master base, if unset the first one
6base = latmosc
[137]7# Default synchro to apply
8sync = name
[24]9
[137]10[_defattr_]
11# default attribute/value to set
12# OBJECT.ATTR = value
13# user.min_uid is min uid for automatic assigment
14# user.max_uid is max uid for automatic assigment
15# group.min_gid is min gid for automatic assigment
16# group.max_gid is max gid for automatic assigment
[175]17# user.homebase directory where Home will be created
[137]18
[24]19# An accounts base:
20[base1]
21# Type of driver
22type=sql
23# data from this base are push to:
24push=unix
25# all other param are passed to driver
26db_conn=host=localhost;dbname=base1
27
28[unix]
29type=unix
[137]30
31# A synchronisation definition
32[sync:name]
33# source
34from = base1
35# destination, can be multiple
36to = unix
37#to = others
Note: See TracBrowser for help on using the repository browser.