Changes between Initial Version and Version 5 of Ticket #8918


Ignore:
Timestamp:
Jul 25, 2012, 10:01:39 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8918

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #8918 – Description

    initial v5  
    11There is an error in the source code, auth.py, line 165.  I believe the line should read:
    22
     3{{{
     4#!python
    35for e in attrs['proxyAddress'''es'''']:
     6}}}
    47
    5 Currently, I am getting a KeyError since the attribute from Active Directory should be proxyAdresses not proxyAdress.
     8Currently, I am getting a !KeyError since the attribute from Active Directory should be proxyAddresses not proxyAddress.
    69
     10{{{
    711Error log:
    812
     
    4953    for e in attrs['proxyAddress']:
    5054KeyError: 'proxyAddress'
     55}}}