X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=4c697ae4f8c85b0582c18a3eb97f3ca4c776f45e;hb=5c8ffe664df674fe5f5331f6445019e6bfe13673;hp=5ca427241c7b049d9f92c7950f2d598b45b4b2f2;hpb=4102d95bf434baaf92b1a8db63d1f7396c8e469f;p=yaz-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index 5ca4272..4c697ae 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -18,7 +18,7 @@ ZOOM_options_get_bool(opt, name, defa) ZOOM_options_get_int(opt, name, defa) ZOOM_options_set_int(opt, name, value) --> - + ZOOM &zoom; is an acronym for 'Z39.50 Object-Orientation Model' and is @@ -109,6 +109,17 @@ ZOOM_options_set_int(opt, name, value) The scheme http selects SRW over HTTP. + You can prefix the scheme-qualified host-string with one or more + comma-separated + key=value + sequences, each of which represents an option to be set into the + connection structure before the + protocol-level connection is forged and the initialisation + handshake takes place. This facility can be used to provide + authentication credentials, as in host-strings such as: + user=admin,password=halfAm4n,tcp:localhost:8017/db + + Connection objects should be destroyed using the function ZOOM_connection_destroy.