X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-mailgate;h=a8c1090153d23d5aafc730e13ec09605122c7636;hb=10b02ea8a3390312e224a7e4fb64b93439c7d327;hp=b743c8bf969f0d7a84b6aae5552d9856a44f2b79;hpb=bf33916925e94340f2a241238e1bb0cee15d5ab4;p=mirror%2Fuserdir-ldap.git diff --git a/ud-mailgate b/ud-mailgate index b743c8b..a8c1090 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -82,7 +82,6 @@ DelItems = {"c": None, "jpegPhoto": None, "dnsZoneEntry": None, "sshRSAAuthKey": None, - "sshDSAAuthKey": None, "birthDate" : None, "mailGreylisting": None, "mailCallout": None, @@ -453,7 +452,7 @@ def DoRBL(Str,Attrs): # 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