Browse Source

TODO remove

Bastien Sevajol 9 years ago
parent
commit
fd4fbbd973
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tracim/tracim/lib/auth/ldap.py

+ 0 - 1
tracim/tracim/lib/auth/ldap.py View File

@@ -13,7 +13,6 @@ from tracim.model import DBSession, User
13 13
 class LDAPAuth(Auth):
14 14
     """
15 15
     LDAP auth management.
16
-    TODO: Group connection
17 16
 
18 17
     """
19 18
     name = 'ldap'