[Zope-CVS] SVN: ldapadapter/trunk/utility.py Typo.
Florent Guillaume
fg at nuxeo.com
Sat Oct 9 08:49:00 EDT 2004
Log message for revision 27821:
Typo.
Changed:
U ldapadapter/trunk/utility.py
-=-
Modified: ldapadapter/trunk/utility.py
===================================================================
--- ldapadapter/trunk/utility.py 2004-10-09 12:45:34 UTC (rev 27820)
+++ ldapadapter/trunk/utility.py 2004-10-09 12:48:59 UTC (rev 27821)
@@ -50,7 +50,7 @@
# TODO: conn.set_option(OPT_REFERRALS, 1)
# Bind the connection to the dn
- conn.simple_bind_s(db, password)
+ conn.simple_bind_s(dn, password)
# May raise INVALID_CREDENTIALS, SERVER_DOWN, ...
return LDAPConnection(conn)
More information about the Zope-CVS
mailing list