# $Id: latmos-accounts.ini 3150 2010-08-29 14:47:00Z nanardon $ # section for default values: [_default_] # The master base, if unset the first one base = latmosc # Default synchro to apply sync = name # smtp: the server used to send mail smtp = localhost # the From mail header for mail mailFrom = svp@localhost # An address always receiving mails as cc allwayscc = # The base templates directory templatespath = /usr/share/latmos-accounts/templates # The directory where status get writen, directory must exists state_dir = [_defattr_] # default attribute/value to set # OBJECT.ATTR = value # user.min_uid is min uid for automatic assigment # user.max_uid is max uid for automatic assigment # group.min_gid is min gid for automatic assigment # group.max_gid is max gid for automatic assigment # user.homebase directory where Home will be created # An accounts base: [base1] # Type of driver type=sql # data from this base are push to: push=unix # all other param are passed to driver db_conn=host=localhost;dbname=base1 # A command to run after commit # postcommit = [unix] type=unix # A synchronisation definition [sync:name] # source from = base1 # destination, can be multiple to = unix #to = others