Simple Authentication Security Layer Library Functions
saslerrors(3SASL)
NAME
saslerrors - SASL error codes
SYNOPSIS
#include
DESCRIPTION
This man page describes the general error codes that can be
returned by calls into the SASL library. The meaning of the
error code can vary slightly based upon the context of the
call from which it is returned.
ERORS
Common Result Codes
SASLOK The call was successful.
SASLCONTINUE Another step is required for authentica-
tion.
SASLFAILURE Generic failure.
SASLNOMEM Memory shortage failure.
SASLBUFOVER Overflowed buffer.
SASLNOMECH The mechanism was not supported, or no
mechanisms matched the requirements.
SASLBADPROT The protocol was bad, invalid or cancelled.
SASLNOT DONE Cannot request information. Not applicable
until later in the exchange.
SASLBADPARAM An invalid parameter was supplied.
SASLTRYAGAIN Transient failure, for example, a weak key.
SASLBADMAC Integrity check failed.
SunOS 5.11 Last change: 14 Oct 2003 1
Simple Authentication Security Layer Library Functions
saslerrors(3SASL)
SASLNOTINIT SASL library not initialized.
Client Only Result Codes
SASLINTERACT Needs user interaction.
SASLBADSERV Server failed mutual authentication step.
SASLWRONGMECH Mechanism does not support the requested
feature.
Server Only Result Codes
SASLBADAUTH Authentication failure.
SASLNOAUTHZ Authorization failure.
SASLTOWEAK The mechanism is too weak for this user.
SASLENCRYPT Encryption is needed to use this mechanism.
SASLTRANS One time use of a plaintext password will
enable requested mechanism for user.
SASLEXPIRED The passphrase expired and must be reset.
SASLDISABLED Account disabled.
SASLNOUSER User not found.
SASLBADVERS Version mismatch with plug-in.
SASLNOVERIFY The user exists, but there is no verifier
for the user.
Password Setting Result Codes
SASLPWLOCK Passphrase locked.
SunOS 5.11 Last change: 14 Oct 2003 2
Simple Authentication Security Layer Library Functions
saslerrors(3SASL)
SASLNOCHANGE The requested change was not needed.
SASLWEAKPAS The passphrase is too weak for security
policy.
SASLNOUSERPAS User supplied passwords are not permit-
ted.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 14 Oct 2003 3
Simple Authentication Security Layer Library Functions
saslerrors(3SASL)
SunOS 5.11 Last change: 14 Oct 2003 4
|