Browse Source

HUE-287. hue.ini mentions PamBackend erroneously

bc Wong 15 years ago
parent
commit
5c7ff28b74
1 changed files with 0 additions and 5 deletions
  1. 0 5
      desktop/conf.dist/hue.ini

+ 0 - 5
desktop/conf.dist/hue.ini

@@ -62,11 +62,6 @@ http_500_debug_mode=0
 # - desktop.auth.backend.AllowAllBackend (allows everyone)
 # - desktop.auth.backend.AllowFirstUserDjangoBackend
 #     (Default. Relies on Django and user manager, after the first login)
-#
-# Uncomment the next line in order to use PAM for authentication.
-# This will check usernames and passwords against your local system.
-# In this case, you may want to run Hue under SSL for security.
-## backend=desktop.auth.backend.PamBackend
 
 
 # Configuration options for specifying the Desktop Database.  For more info,