Changes between Initial Version and Version 1 of Ticket #10932


Ignore:
Timestamp:
Mar 13, 2013, 6:00:51 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10932 – Description

    initial v1  
    55
    66Line is the raise statement:
     7{{{
     8#!py
    79try:
    810            self._ldap.simple_bind_s(self.dir_binddn, self.dir_bindpw)
     
    1113            raise TracError('cannot bind to %s: %s' % (self.dir_uri , en))
    1214
    13 
    14 
    15 
     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