예제 #1
0
 def __init__(self):
     GivenAuth.__init__(self, env_var="HTTP_X_FORWARDED_USER")
     self.log = log.getLogger(__name__)
예제 #2
0
 def __init__(self, *args, **kwargs):
     logging.warning(
         "DEPRECATED use of MoinMoin.auth.http.HTTPAuth, please read instructions there or docs/CHANGES!"
     )
     GivenAuth.__init__(self, *args, **kwargs)
예제 #3
0
파일: http.py 프로젝트: Glottotopia/aagd
 def __init__(self, *args, **kwargs):
     logging.warning("DEPRECATED use of MoinMoin.auth.http.HTTPAuth, please read instructions there or docs/CHANGES!")
     GivenAuth.__init__(self, *args, **kwargs)