[Da-tools-commits] ./da-tools/userdir-ldap-turmzimmer r398: Disable GSSAPIAuthentication in ud-replicate

Andreas Barth aba at not.so.argh.org
Sun May 18 12:42:24 UTC 2008


------------------------------------------------------------
revno: 398
committer: Andreas Barth <aba at not.so.argh.org>
branch nick: userdir-ldap-turmzimmer
timestamp: Sun 2008-05-18 12:42:24 +0000
message:
  Disable GSSAPIAuthentication in ud-replicate
modified:
  debian/changelog
  ud-replicate
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-18 10:46:21 +0000
+++ b/debian/changelog	2008-05-18 12:42:24 +0000
@@ -1,3 +1,9 @@
+userdir-ldap (10:0.3.24+turmzimmer.5) etch; urgency=low
+
+  * Disable GSSAPIAuthentication in ud-replicate.
+
+ -- Andreas Barth <aba at ayous.org>  Sun, 18 May 2008 12:40:51 +0000
+
 userdir-ldap (10:0.3.24+turmzimmer.4) etch; urgency=low
 
   * Synchost is chione.ayous.org.

=== modified file 'ud-replicate'
--- a/ud-replicate	2008-05-16 18:06:23 +0000
+++ b/ud-replicate	2008-05-18 12:42:24 +0000
@@ -49,7 +49,7 @@
     ;;
 esac
 
-rsync ${verbose} -e 'ssh -i /etc/ssh/ssh_host_rsa_key -o PreferredAuthentications=publickey' -rp "${udhost}/var/cache/userdir-ldap/hosts/$HOST" .
+rsync ${verbose} -e 'ssh -i /etc/ssh/ssh_host_rsa_key -o GSSAPIAuthentication=no -o PreferredAuthentications=publickey' -rp "${udhost}/var/cache/userdir-ldap/hosts/$HOST" .
 
 makedb "$HOST/passwd.tdb" -o passwd.db.t
 if [ -s "$HOST/shadow.tdb" ]



More information about the Da-tools-commits mailing list