source: trunk/LATMOS-Accounts/sample/latmos-accounts.ini @ 2393

Last change on this file since 2393 was 1042, checked in by nanardon, 12 years ago
  • load acl and allowed values automatically if config exists
File size: 1.2 KB
Line 
1# $Id: latmos-accounts.ini 3150 2010-08-29 14:47:00Z nanardon $
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# smtp: the server used to send mail
10smtp = localhost
11# the From mail header for mail
12mailFrom = svp@localhost
13# An address always receiving mails as cc
14allwayscc = 
15# The base templates directory
16templatespath = /usr/share/latmos-accounts/templates
17# The directory where status get writen, directory must exists
18state_dir =
19
20
21[_defattr_]
22# default attribute/value to set
23# OBJECT.ATTR = value
24# user.min_uid is min uid for automatic assigment
25# user.max_uid is max uid for automatic assigment
26# group.min_gid is min gid for automatic assigment
27# group.max_gid is max gid for automatic assigment
28# user.homebase directory where Home will be created
29
30# An accounts base:
31[base1]
32# Type of driver
33type=sql
34# data from this base are push to:
35push=unix
36# all other param are passed to driver
37db_conn=host=localhost;dbname=base1
38# A command to run after commit
39# postcommit =
40
41[unix]
42type=unix
43
44# A synchronisation definition
45[sync:name]
46# source
47from = base1
48# destination, can be multiple
49to = unix
50#to = others
Note: See TracBrowser for help on using the repository browser.