summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
66a6c76)
service name would not start the purpose field. Fix this.
+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 <weasel@debian.org> Fri, 01 May 2009 17:10:05 +0200
+
userdir-ldap (0.3.65) unstable; urgency=low
* userdir-ldap.conf: remove from default keyrings:
userdir-ldap (0.3.65) unstable; urgency=low
* userdir-ldap.conf: remove from default keyrings:
EmailCheck = re.compile("^([^ <>@]+@[^ ,<>@]+)?$");
BSMTPCheck = re.compile(".*mx 0 (gluck)\.debian\.org\..*",re.DOTALL);
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(":")
DNSZone = ".debian.net"
Keyrings = ConfModule.sync_keyrings.split(":")