From 0a0edc64bc2c0cbd3de936d1ffea1f678e234cc4 Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Sun, 18 May 2008 11:26:17 +0000 Subject: [PATCH] Disable GSSAPIAuthentication in ud-replicate --- debian/changelog | 6 +++++- ud-replicate | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55cf883..ea940a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ userdir-ldap (0.3.25+common1) unstable; urgency=low + [ Martin Zobel-Helas ] * Fix userdir-ldap.schema (objectClass now contains MAY: VoIP) - -- Martin Zobel-Helas Sun, 18 May 2008 13:03:42 +0200 + [ Andreas Barth ] + * Disable GSSAPIAuthentication in ud-replicate (safes time) + + -- Andreas Barth Sun, 18 May 2008 11:25:31 +0000 userdir-ldap (0.3.25) unstable; urgency=low diff --git a/ud-replicate b/ud-replicate index d2a065f..93fb3a7 100755 --- a/ud-replicate +++ b/ud-replicate @@ -5,6 +5,7 @@ # Copyright (c) 2004-2005 Joey Schulze # Copyright (c) 2008 Peter Palfrader # Copyright (c) 2008 Stephen Gran +# Copyright (c) 2008 Andreas Barth # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -58,7 +59,7 @@ $LOCALSYNCON) ;; 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 PreferredAuthentications=publickey -o GSSAPIAuthentication=no' -rp "${udhost}/var/cache/userdir-ldap/hosts/$HOST" . makedb "$HOST/passwd.tdb" -o passwd.db.t if [ -s "$HOST/shadow.tdb" ] -- 2.20.1