Remove the Users map now that it is taken care of by MFE
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 28 Dec 2011 19:50:11 +0000 (14:50 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 28 Dec 2011 19:50:11 +0000 (14:50 -0500)
src/config.go

index 5a8a4c1eeeb487e1740cf448596d0d5e4131bf75..536bf2f6177ce3205e0d7bf3350639155f9f29a2 100644 (file)
@@ -25,10 +25,6 @@ type Configuration struct {
        // forward GET requests and return the result.
        ProxyURLs []string
 
-       // A map of usernames to MD5-encoded passwords that will be allowed to log in
-       // via a .htaccess style realm.
-       Users map[string]string
-
        // Whether to include dotfiles (files that begin with a '.'). Users will still
        // be able to access directories that begin with a '.', but they will not be
        // included in the list.