Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-52) was last changed on 10-Sep-2010 17:52 by Maianti Alberto  

This page was created on 14-Apr-2010 14:30 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed 8 lines
!!Installazione
- Installare i seguenti pacchetti:
- postgresql
- postgresql-server a
%%prettify
{{{
rcpostgresql start
chkconfig postgresql on
Installare i pacchetti postgresql postgresql-client postgresql-contrib
At line 10 changed 2 lines
su postgres
psql postgres
su postgres psql postgres
At line 19 added 25 lines
#abilitare connessioni in entrata
sudo edit /etc/postgresql/8.3/main/postgresql.conf
listen_addresses = '*'
password_encryption = on
#editare /etc/postgresql/8.3/main/pg_hba.conf (client authentication)
# TYPE DATABASE USER CIDR-ADDRESS METHOD
local database user auth-method [auth-option]
host database user CIDR-address auth-method [auth-option]
hostssl database user CIDR-address auth-method [auth-option]
hostnossl database user CIDR-address auth-method [auth-option]
host database user IP-address IP-mask auth-method [auth-option]
hostssl database user IP-address IP-mask auth-method [auth-option]
hostnossl database user IP-address IP-mask auth-method [auth-option]
#auth-method
trust accetta connessioni senza pwd
reject non accetta connessioni
md5 MD5-encrypted password for authentication
password pwd scambiata in chiaro
krb5 usa kerberos 5 per autenticare il client
ident ottiene il nome utente del sistema operativo dal client e controla se è abilitato alla connessione
ldap autentica usando server LDAP
pam Pluggable Authentication Modules
Version Date Modified Size Author Changes ... Change note
52 10-Sep-2010 17:52 7.124 kB Maianti Alberto to previous
51 10-Sep-2010 17:51 7.084 kB Maianti Alberto to previous | to last
50 10-Sep-2010 17:50 7.176 kB Maianti Alberto to previous | to last
49 14-Apr-2010 14:30 5.957 kB RaffaelePedrini to previous | to last
48 14-Apr-2010 14:30 5.694 kB RaffaelePedrini to previous | to last
47 14-Apr-2010 14:30 5.564 kB RaffaelePedrini to previous | to last
46 14-Apr-2010 14:30 5.555 kB RaffaelePedrini to previous | to last
45 14-Apr-2010 14:30 5.441 kB RaffaelePedrini to previous | to last
44 14-Apr-2010 14:30 5.52 kB RaffaelePedrini to previous | to last
43 14-Apr-2010 14:30 5.145 kB RaffaelePedrini to previous | to last
42 14-Apr-2010 14:30 4.95 kB RaffaelePedrini to previous | to last
41 14-Apr-2010 14:30 4.949 kB RaffaelePedrini to previous | to last
« This page (revision-52) was last changed on 10-Sep-2010 17:52 by Maianti Alberto