Changes between Version 1 and Version 3 of Ticket #10932


Ignore:
Timestamp:
Mar 13, 2013, 1:25:14 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10932 – Description

    v1 v3  
    88#!py
    99try:
    10             self._ldap.simple_bind_s(self.dir_binddn, self.dir_bindpw)
    11         except ldap.LDAPError, e:
    12             self.log.info('bind_ad: binding failed. %s ' % (e))
    13             raise TracError('cannot bind to %s: %s' % (self.dir_uri , en))
     10    self._ldap.simple_bind_s(self.dir_binddn, self.dir_bindpw)
     11except ldap.LDAPError, e:
     12    self.log.info('bind_ad: binding failed. %s ' % (e))
     13    raise TracError('cannot bind to %s: %s' % (self.dir_uri , en))
     14}}}
    1415
    15 }}}
    1616Also I would like to work on getting memberOf working as we need that functionality in order to use this tool. How would I go about making that level of contribution? I have another python tool that does most of the work already in place. Lastly we have to force referrals off to make this work, currently that means locally forked code. I would like to get that worked in as well to trunk.
    1717