Enable graceful slave shutdown option in WebUI for authorized user
[buildbot.git] / phase1 / master.cfg
index 744ae559064e06446cff48f9b19ddd12bc172078..5e51466b46a44808ed5f33169488bf35c9131573 100644 (file)
@@ -498,7 +498,7 @@ if ini.has_option("status", "bind"):
                        # change any of these to True to enable; see the manual for more
                        # options
                        auth=auth.BasicAuth([(ini.get("status", "user"), ini.get("status", "password"))]),
-                       gracefulShutdown = False,
+                       gracefulShutdown = 'auth',
                        forceBuild = 'auth', # use this to test your slave once it is set up
                        forceAllBuilds = 'auth',
                        pingBuilder = False,