[Da-tools-commits] ./debian/userdir-ldap r465: FQHNs sometimes, well always, include dots.

Peter Palfrader peter at palfrader.org
Tue Sep 16 13:07:36 UTC 2008


------------------------------------------------------------
revno: 465
committer: Peter Palfrader <peter at palfrader.org>
branch nick: userdir-ldap
timestamp: Tue 2008-09-16 15:07:36 +0200
message:
  FQHNs sometimes, well always, include dots.
modified:
  debian/changelog
  ud-mailgate
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-09-16 12:31:44 +0000
+++ b/debian/changelog	2008-09-16 13:07:36 +0000
@@ -1,3 +1,9 @@
+userdir-ldap (0.3.43) unstable; urgency=low
+
+  * FQHNs sometimes, well always, include dots.
+
+ -- Peter Palfrader <weasel at debian.org>  Tue, 16 Sep 2008 15:07:21 +0200
+
 userdir-ldap (0.3.42) unstable; urgency=low
 
   * Export all accounts into sudo-passwd, even if they

=== modified file 'ud-mailgate'
--- a/ud-mailgate	2008-09-14 22:40:37 +0000
+++ b/ud-mailgate	2008-09-16 13:07:36 +0000
@@ -453,7 +453,7 @@
 
 # Handle a ConfirmSudoPassword request
 def DoConfirmSudopassword(Str):
-   Match = re.compile('^confirm sudopassword ('+UUID_FORMAT+') ([a-z0-9,*]+) ([0-9a-f]{40})$').match(Str)
+   Match = re.compile('^confirm sudopassword ('+UUID_FORMAT+') ([a-z0-9.,*]+) ([0-9a-f]{40})$').match(Str)
    if Match == None:
       return None
 



More information about the Da-tools-commits mailing list