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

Last change on this file since 137 was 137, checked in by nanardon, 15 years ago
  • manage default value
  • Property svn:keywords set to Id Rev
File size: 729 bytes
Line 
1# $Id$
2
3# section for default values:
4[_default_]
5# The master base, if unset the first one
6base = latmosc
7# Default synchro to apply
8sync = name
9
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
17
18# An accounts base:
19[base1]
20# Type of driver
21type=sql
22# data from this base are push to:
23push=unix
24# all other param are passed to driver
25db_conn=host=localhost;dbname=base1
26
27[unix]
28type=unix
29
30# A synchronisation definition
31[sync:name]
32# source
33from = base1
34# destination, can be multiple
35to = unix
36#to = others
Note: See TracBrowser for help on using the repository browser.