X-Git-Url: https://git.tokkee.org/?p=nagixsc.git;a=blobdiff_plain;f=nagixsc_conf2http.py;h=d5200e09e34102b91729145eeebb8d4988827a23;hp=4200af20a6f0571c44c4528604c87b2342cf6570;hb=6c581e42fdb180c9546e74510fab30e0ecef8f11;hpb=842bc2cc5727b101fe859ba73fb8f717c093bce9 diff --git a/nagixsc_conf2http.py b/nagixsc_conf2http.py index 4200af2..d5200e0 100755 --- a/nagixsc_conf2http.py +++ b/nagixsc_conf2http.py @@ -39,7 +39,7 @@ class Conf2HTTPHandler(BaseHTTPServer.BaseHTTPRequestHandler): raise Exception except: self.send_response(401) - self.send_header('WWW-Authenticate', 'Basic realm="Nag(ix)SC"') + self.send_header('WWW-Authenticate', 'Basic realm="Nag(ix)SC Pull"') self.send_header('Content-Type', 'text/plain') self.end_headers() self.wfile.write('Sorry! No action without login!')