Change default username/pass to postgres default and comment.
authorpnixon <pnixon>
Sun, 13 Jul 2003 22:40:48 +0000 (22:40 +0000)
committerpnixon <pnixon>
Sun, 13 Jul 2003 22:40:48 +0000 (22:40 +0000)
raddb/postgresql.conf

index e917b06..f73c2db 100644 (file)
@@ -15,8 +15,11 @@ sql {
 
        # Connect info
        server = "localhost"
-       login = "root"
-       password = "rootpass"
+       # The following credentials will most likely work on a default install of Postgresql
+       # If they do work however, it means that you have a HUGE GAPING SECURITY RISK on your
+       # server! Please change the "postgres" users password and setup a separate radius user.
+       login = "postgres"
+       password = ""
        
        # Database table configuration
        radius_db = "radius"