Skip to content

Commit 89518d5

Browse files
committed
[irods/irods 8004] Document support for absolute paths for ODBC driver.
1 parent 38b32de commit 89518d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/system_overview/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ iRODS 5 servers only require a working `server_config.json` file. All server pro
302302
// The name of the database used as the catalog.
303303
"db_name": "ICAT",
304304

305-
// The name of the ODBC entry used by the server (normally defined in /etc/odbcinst.ini).
305+
// The name of the ODBC entry used by the server (normally defined in /etc/odbcinst.ini)
306+
// or the absolute path to the a specific ODBC driver (shared library).
306307
"db_odbc_driver": "",
307308

308309
// The password for the "db_username" to connect to the "db_name".

0 commit comments

Comments
 (0)