sec_rgy_site_open(3sec)Binds to a registry site Synopsis
#include <dce/binding.h> Parameters Input
site_name · To bind to an arbitrary security server site in a named cell, specify a cell name randomly choose (for example, /.../r_d.com or /.: for the local cell) · To bind to a specific security server site in a specific cell, specify either the cell name and the server name (for example, /.../r_d.com/subsys/dce/sec/rs_server_250_2) or the server's network address (for example, ncadg_ip_udp:15.22.144.248). If the server name is not valid, the routine binds to an arbitrary security site in the named cell. Note that the routine ignores anything after the cellname that does not refer to an item in the Cell Directory Service (CDS) namespace. If the specified CDS namespace item does not resolve to a security server, the call fails. Output
context
status
Description
Notes Like sec_rgy_site_open_query( ) routine, this routine binds arbitrarily to either an update or query site. Although update sites can accept queries, query sites cannot accept updates. To specifically select an update site, use sec_rgy_site_open_update( ). Files
/usr/include/dce/binding.idl Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
sec_login_s_no_current_context
sec_rgy_server_unavailable
error_status_ok
Related Information sec_rgy_site_is_readonly(3sec) sec_rgy_site_open_update(3sec)
|