浏览代码

TODO remove

Bastien Sevajol 9 年前
父节点
当前提交
fd4fbbd973
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tracim/tracim/lib/auth/ldap.py

+ 0 - 1
tracim/tracim/lib/auth/ldap.py 查看文件

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