Installation
Apply the patch
cd rsync-3.0.3 bunzip2 < rsync-3.0.3.diff.bz2 | patch -p1
configuration and compilation
./configure --with-gssapi make make install
change the rsyncd.conf
In every module you want to protect, add the line :use gssapi = yes
[opensolaris]
use gssapi = yes
auth users = fbacchella@ASYD.NETUsage with MIT Kerberos
The service for krsync is rsync, so you should create a principale and then save the keytabkadmin add_principal -randkey rsync/devel.asyd.net ktadd -k /etc/rsync/rsync.keytab rsync/devel.asyd.net quit chmod 400 /etc/rsync/rsync.keytab chown rsync:rsync /etc/rsync/rsync.keytab
KRB5_KTNAME=/etc/rsync/rsync.keytab rsyncd
Version 21.1 last modified by Fabrice Bacchella on 01/09/2008 at 01:09
Document data
Attachments:
No attachments for this document
Comments: 0