bindcache.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:privacyidea-ldap-proxy 作者: NetKnights-GmbH 项目源码 文件源码
def __init__(self, timeout=5):
        """
        :param timeout: Number of seconds after which the entry is removed from the bind cache
        """
        self.timeout = timeout
        #: Map of tuples (dn, app_marker, password) to insertion timestamps (determined using ``reactor.seconds``)
        self._cache = {}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号