Previous section.

DCE 1.1: Authentication and Security Services
Copyright © 1997 The Open Group

NAME

sec_rgy_site_is_readonly-Checks whether a registry site is read-only

SYNOPSIS

#include <dce/binding.h>

boolean32 sec_rgy_site_is_readonly(
    sec_rgy_handle_t context);

PARAMETERS

Input

context

An opaque handle indicating (bound to) a registry server. Use sec_rgy_site_open() to acquire a bound handle.

DESCRIPTION

The sec_rgy_site_is_readonly() routine checks whether the registry site associated with the specified handle is a query site or an update site. A query site is a read-only replica of a master registry database. The update site accepts changes to the registry database, and duplicates the changes in its associated query sites.

RETURN VALUES

The routine returns:

FILES

/usr/include/dce/binding.idl

The idl file from which dce/binding.h was derived.

SEE ALSO

Functions: sec_rgy_site_open(), sec_rgy_site_open_query().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index