Ticket #1038: user.py.patch
File user.py.patch, 509 bytes (added by makub, 3 years ago) |
---|
-
MaKaC/
old new 40 40 from MaKaC.common.db import DBMgr 41 41 import MaKaC.common.info as info 42 42 from MaKaC.i18n import _ 43 from MaKaC.authentication.LDAPAuthentication import LDAPAuthenticator, ldapFindGroups, ldapUserInGroup 43 from MaKaC.authentication.LDAPAuthentication import LDAPAuthenticator, ldapFindGroups, ldapUserInGroup, ldapFindGroupMemberUids 44 44 45 45 from datetime import datetime, timedelta 46 46