Index: trunk/tools/subversion/user-management/ldapsupportlib.py |
— | — | @@ -9,6 +9,7 @@ |
10 | 10 | sys.stderr.write("Unable to import LDAP library.\n") |
11 | 11 | sys.exit(1) |
12 | 12 | |
| 13 | +# TODO: move all configuration to scriptconfig |
13 | 14 | class LDAPSupportLib: |
14 | 15 | |
15 | 16 | def __init__(self): |