Home | History | Annotate | Download | only in radius

Lines Matching refs:config_file

51 static char *config_file = NULL;
60 { "radius-config-file", o_string, &config_file },
116 char config_file[MAXPATHLEN];
165 strlcpy(rstate.config_file, "/etc/radiusclient/radiusclient.conf",
166 sizeof(rstate.config_file));
1216 if (config_file && *config_file) {
1217 strlcpy(rstate.config_file, config_file, MAXPATHLEN-1);
1222 if (rc_read_config(rstate.config_file) != 0) {
1224 rstate.config_file);