Changes between Version 2 and Version 3 of LdapSessionSettingsPatch


Ignore:
Timestamp:
Aug 10, 2007, 9:07:14 PM (17 years ago)
Author:
Morris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LdapSessionSettingsPatch

    v2 v3  
    1010 * [http://tgolden.sc.sabren.com/python/active_directory.html active_directory]
    1111 * Trac 0.11dev-r5883 or newer (might work with lower revs, but this is what I tested on);
     12
     13NOTE: this patch adds module-level imports in session.py for the two required modules, {{{pywin32}}} and {{{active_directory}}}.  These imports are wrapped inside (1) a platform sanity-check ({{{platform.system() == 'Windows'}}}) and (2) each import is within its own try/except.  If any of the checks fail, then none of the new code will ever be reached.
     14
    1215
    1316== Bugs/Feature Requests ==