From: rmurray <> Date: Thu, 16 Aug 2007 14:12:38 +0000 (+0000) Subject: fix change password variable name, too X-Git-Tag: converted-from-CVS-20071209T215300+0000~1 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=8b615deb35e176d752f1784ada1ad529b43fa9fd fix change password variable name, too --- diff --git a/ud-mailgate b/ud-mailgate index 6e24f10..60baacd 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -416,7 +416,7 @@ def HandleChPass(Reply,DnRecord,Key): # Check for a locked account Attrs = l.search_s(BaseDn,ldap.SCOPE_ONELEVEL,"uid="+GetAttr(DnRecord,"uid")); if (string.find(GetAttr(Attrs[0],"userPassword"),"*LK*") != -1) \ - or GetAttr(x,"userPassword").startswith("!"): + or GetAttr(Attrs[0],"userPassword").startswith("!"): raise Error, "This account is locked"; # Modify the password