Changeset 17336


Ignore:
Timestamp:
Feb 6, 2019, 9:04:41 PM (6 years ago)
Author:
Ryan J Ollos
Message:

LdapAuthStore 0.4.0dev: Fix syntax error in r17335

Refs #13530.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ldapauthstoreplugin/trunk/ldapauthstore/ldap_store.py

    r17335 r17336  
    261261                        SELECT * from session_attribute
    262262                        WHERE name=%s AND sid=%s
    263                         """, (attr, user_attr))
     263                        """, (attr, user_attr)):
    264264                    break
    265265                else:
Note: See TracChangeset for help on using the changeset viewer.