Browse Source

changt radius password

balbekova 7 years ago
parent
commit
459ea3393a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/settings_api.c

+ 1 - 1
modules/settings_api.c

@@ -189,7 +189,7 @@ void SETTINGS_SetRADIUSDef(void)
   strcpy(sSettings.sRADIUS.ServerIP, "0.0.0.0");
   sSettings.sRADIUS.port = 1812;
   sSettings.sRADIUS.key_access = 123;
-  strcpy(sSettings.sRADIUS.rds_password, "R02ekR4MP2");
+  strcpy(sSettings.sRADIUS.rds_password, "R04ekR4MP2");
 }
   
 /**