nss-pam-ldapd commit: r1453 - nss-pam-ldapd/pynslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1453 - nss-pam-ldapd/pynslcd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1453 - nss-pam-ldapd/pynslcd
- Date: Sun, 1 May 2011 14:18:10 +0200 (CEST)
Author: arthur
Date: Sun May 1 14:18:06 2011
New Revision: 1453
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1453
Log:
remove unneeded import
Modified:
nss-pam-ldapd/pynslcd/pam.py
Modified: nss-pam-ldapd/pynslcd/pam.py
==============================================================================
--- nss-pam-ldapd/pynslcd/pam.py Sun May 1 14:14:54 2011 (r1452)
+++ nss-pam-ldapd/pynslcd/pam.py Sun May 1 14:18:06 2011 (r1453)
@@ -45,7 +45,6 @@
def validate_request(self):
"""This method checks the provided username for validity and fills
in the DN if needed."""
- from passwd import PasswdRequest
# check username for validity
common.validate_name(self.username)
# look up user DN if not known
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1453 - nss-pam-ldapd/pynslcd,
Commits of the nss-pam-ldapd project