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

Last change on this file since 458 was 456, checked in by nanardon, 15 years ago
  • add acls comment in sample config file
  • Property svn:keywords set to Id Rev
File size: 1.1 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# smtp: the server used to send mail
12smtp = localhost
13# the From mail header for mail
14mailFrom = svp@localhost
15# An address always receiving mails as cc
16allwayscc = 
17# The base templates directory
18templatespath = /usr/share/latmos-accounts/templates
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
39[unix]
40type=unix
41
42# A synchronisation definition
43[sync:name]
44# source
45from = base1
46# destination, can be multiple
47to = unix
48#to = others
Note: See TracBrowser for help on using the repository browser.