Bastien Sevajol hace 9 años
padre
commit
fd4fbbd973
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tracim/tracim/lib/auth/ldap.py

+ 0 - 1
tracim/tracim/lib/auth/ldap.py Ver fichero

@@ -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'