Sets credentials for interacting with a node.
SDK
- macOS 10.6+
Framework
- Open
Directory
Declaration
Parameters
inNode
The node.
inRecordType
The record type that uses the credentials. Can be
NULL
. The default value isk
.ODRecord Type Users inRecordName
The username to use to authenticate with the node.
inPassword
The password to use to authenticate with the node.
outError
An error reference for error details. Can be
NULL
.
Return Value
true
if the credentials are successfully set; otherwise, false
.
Discussion
If this function fails, the previous credentials for the node are used.
This function sets credentials for all references to the node. If you only want to set credentials for a single record referencing the node, use ODRecord
instead.