MobileBlur

Diff
Login

Differences From Artifact [a193ec84c7]:

To Artifact [bf4169c283]:


164
165
166
167
168
169
170

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