1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
[DEFAULT]
DSN=dbname=bluelinux user=blvhost password=xxx
[test1]
class=PgListener
notifications=['asdf','fsda']
query=select webdomainname,homedir from vhost_hosts
format=%%s %%s\n
destination=vhost.test
posthooks=[]
[test2]
class=FlatFileListener
DSN=dbname=bluelinux user=blvhost password=xxx
notifications=['asdf','fsda']
query=select webdomainname,homedir from vhost_hosts
destination=vhost.test
posthooks=[]
[passwd]
class=NssPasswdDb
DSN=dbname=bluelinux user=blnss password=xxx
notifications=['customers']
query=select name,passwd,uid,gid,gecos,dir,shell from nss_passwd
destination=nss/passwd.db
posthooks=[]
[group]
class=NssGroupDb
DSN=dbname=bluelinux user=blnss password=xxx
notifications=['customers']
query=select name,passwd,gid,member from nss_group
destination=nss/group.db
posthooks=[]
[shadow]
class=NssShadowDb
DSN=dbname=bluelinux user=blpam password=xxx
notifications=['customers']
query=select name,passwd from nss_shadow
destination=nss-shadow/shadow.db
posthooks=[]
|