From 77d78200c313ba8a13a9fab3fcb98f05e4772d7a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 1 May 2009 17:10:56 +0200 Subject: [PATCH] We would previously ignore purpose hosts for ssh known hosts purposes if the service name would not start the purpose field. Fix this. --- debian/changelog | 7 +++++++ ud-generate | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ea98b67..ca60ec1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +userdir-ldap (0.3.66) unstable; urgency=low + + * We would previously ignore purpose hosts for ssh known hosts purposes + if the service name would not start the purpose field. Fix this. + + -- Peter Palfrader Fri, 01 May 2009 17:10:05 +0200 + userdir-ldap (0.3.65) unstable; urgency=low * userdir-ldap.conf: remove from default keyrings: diff --git a/ud-generate b/ud-generate index de97265..b4ae223 100755 --- a/ud-generate +++ b/ud-generate @@ -42,7 +42,7 @@ UUID_FORMAT = '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}' EmailCheck = re.compile("^([^ <>@]+@[^ ,<>@]+)?$"); BSMTPCheck = re.compile(".*mx 0 (gluck)\.debian\.org\..*",re.DOTALL); -PurposeHostField = re.compile(r"\[\[([\*\-]?[a-z0-9.\-]*)(?:\|.*)?\]\]") +PurposeHostField = re.compile(r".*\[\[([\*\-]?[a-z0-9.\-]*)(?:\|.*)?\]\]") DNSZone = ".debian.net" Keyrings = ConfModule.sync_keyrings.split(":") -- 2.20.1