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

Last change on this file since 861 was 683, checked in by nanardon, 14 years ago
  • implement a basic attribute value check, at time allow just to limit to a set of value
  • Property svn:keywords set to Id Rev
File size: 1.2 KB
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# The acls file to use to limit access
10#acls =
11# An inifile containing per attributes values restriction
12# allowed_values =
13# smtp: the server used to send mail
14smtp = localhost
15# the From mail header for mail
16mailFrom = svp@localhost
17# An address always receiving mails as cc
18allwayscc = 
19# The base templates directory
20templatespath = /usr/share/latmos-accounts/templates
21# The directory where status get writen, directory must exists
22state_dir =
23
24
25[_defattr_]
26# default attribute/value to set
27# OBJECT.ATTR = value
28# user.min_uid is min uid for automatic assigment
29# user.max_uid is max uid for automatic assigment
30# group.min_gid is min gid for automatic assigment
31# group.max_gid is max gid for automatic assigment
32# user.homebase directory where Home will be created
33
34# An accounts base:
35[base1]
36# Type of driver
37type=sql
38# data from this base are push to:
39push=unix
40# all other param are passed to driver
41db_conn=host=localhost;dbname=base1
42# A command to run after commit
43# postcommit =
44
45[unix]
46type=unix
47
48# A synchronisation definition
49[sync:name]
50# source
51from = base1
52# destination, can be multiple
53to = unix
54#to = others
Note: See TracBrowser for help on using the repository browser.