30 Nov
2010
30 Nov
'10
5:37 a.m.
Michele Petrazzo <michele.petrazzo@unipex.it> writes:
Only for curiosity, these chars are hard-coded inside the sources or in other place and loaded at startup?
defined like any other module option default in src/modules/rlm_sql/rlm_sql.c : static const CONF_PARSER module_config[] = { /* .. */ {"safe-characters", PW_TYPE_STRING_PTR, offsetof(SQL_CONFIG,allowed_chars), NULL, "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"}, /* .. */ }; Bjørn