From: pnixon Date: Thu, 24 Mar 2005 09:24:54 +0000 (+0000) Subject: Add Oracle comments X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=2e293419550bea065547e89443744c0dac103528;p=freeradius-dialup-admin.git Add Oracle comments --- diff --git a/conf/admin.conf b/conf/admin.conf index 6d9bf34..784de7b 100644 --- a/conf/admin.conf +++ b/conf/admin.conf @@ -229,9 +229,10 @@ ldap_debug: true # -# can be one of mysql,pg,sqlrelay where: +# can be one of mysql,pg,oracle,sqlrelay where: # mysq: MySQL database (port 3306) # pg: PostgreSQL database (port 5432) +# oracle: Oracle database (port 1521) # sqlrelay: SQL Relay # sql_type: mysql @@ -258,8 +259,10 @@ sql_show_all_groups: true # # This variable is used by the scripts in the bin folder # It should contain the path to the sql binary used to run -# sql commands (mysql, psql and sqlrelay are only supported for now) +# sql commands (mysql, psql, oracle and sqlrelay are only supported for now) sql_command: /usr/local/bin/mysql +#sql_command: /usr/bin/psql +#sql_command: /usr/bin/sqlplus # # This variable is used by the scripts in the bin folder # It should contain the snmp type and path to the binary