Differences From Artifact [a193ec84c7]:
- File gluon/contrib/login_methods/ldap_auth.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 7026) [annotate] [blame] [check-ins using]
To Artifact [bf4169c283]:
- File gluon/contrib/login_methods/ldap_auth.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 7027) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
164 165 166 167 168 169 170 |
return False
except IndexError, ex: # for AD membership test
return False
if filterstr[0] == '(' and filterstr[-1] == ')': # rfc4515 syntax
filterstr = filterstr[1:-1] # parens added again where used
return ldap_auth_aux
| > | 164 165 166 167 168 169 170 171 |
return False
except IndexError, ex: # for AD membership test
return False
if filterstr[0] == '(' and filterstr[-1] == ')': # rfc4515 syntax
filterstr = filterstr[1:-1] # parens added again where used
return ldap_auth_aux
|