From: Peter Palfrader Date: Fri, 26 Sep 2008 12:21:52 +0000 (+0200) Subject: Do not support del requests for sshDSAAuthKey - there is no such attribute X-Git-Tag: userdir-ldap-0.3.44~3 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=10b02ea8a3390312e224a7e4fb64b93439c7d327 Do not support del requests for sshDSAAuthKey - there is no such attribute --- diff --git a/debian/changelog b/debian/changelog index 8fff4e4..1ce12b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +userdir-ldap (0.3.XX) unstable; urgency=low + + * ud-mailgate: Do not support del requests for sshDSAAuthKey - there is no + such attribute. + + -- Peter Palfrader Fri, 26 Sep 2008 14:21:26 +0200 + userdir-ldap (0.3.43) unstable; urgency=low * FQHNs sometimes, well always, include dots. diff --git a/ud-mailgate b/ud-mailgate index 6baf2c4..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,