Documentation ¶
Overview ¶
The dssp package implements the DSSP client protocol.
Introduction ¶
The Directory Services Setup Remote Protocol is a client/server-based remote procedure call (RPC) protocol. The protocol exposes an RPC interface that a client can call to obtain domain-related computer state and configuration information.
Overview ¶
This protocol provides a remote procedure call (RPC) interface for querying domain-related computer state and configuration data. The client end of the Directory Services Setup Remote Protocol is an application that issues method calls on the RPC interface. The server end of the Directory Services Setup Remote Protocol obtains and replies to the client with the requested data about the computer on which the server is running. If the client connects to and requests information about a domain controller (DC) for the directory service, this data includes the status of any pending promotion or demotion of that DC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var (
// import guard
GoPackage = "dssp"
)
Functions ¶
This section is empty.
Types ¶
This section is empty.