Re: LDAP setup with 1.5.4

2011-03-25 Thread Dan Young
in with. You'll want to examine your LDAP object to make sure it has objectClass=User and mailNickname=foo, of course. -- Dan Young dyo...@mesd.k12.or.us Multnomah ESD - Technology Services 503-257-1562 -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user

Re: LDAP configuration

2011-02-04 Thread Dan Young
the LDAP URL syntax where the port number _is_ set using a colon trailing the hostname, like this: l = ldap.initialize(ldap://x.x.x.x:389/dc=example,dc=org;) For reference: http://www.python-ldap.org/doc/html/ldap.html#functions -- Dan Young dyo...@mesd.k12.or.us Multnomah ESD - Technology Services