Add Oracle comments
authorpnixon <pnixon>
Thu, 24 Mar 2005 09:24:54 +0000 (09:24 +0000)
committerpnixon <pnixon>
Thu, 24 Mar 2005 09:24:54 +0000 (09:24 +0000)
dialup_admin/conf/admin.conf

index 6d9bf34..784de7b 100644 (file)
@@ -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