Copyright (C) 1998-2003, Carnegie Mellon Univeristy. All Rights Reserved.
Portions Copyright (C) 2003, Sun Microsystems,
Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
#include <sasl/sasl.h>
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.
The call was successful.
Another step is required for authentication.
Generic failure.
Memory shortage failure.
Overflowed buffer.
The mechanism was not supported, or no mechanisms matched the requirements.
The protocol was bad, invalid or cancelled.
Cannot request information. Not applicable until later in the exchange.
An invalid parameter was supplied.
Transient failure, for example, a weak key.
Integrity check failed.
SASL library not initialized.
Needs user interaction.
Server failed mutual authentication step.
Mechanism does not support the requested feature.
Authentication failure.
Authorization failure.
The mechanism is too weak for this user.
Encryption is needed to use this mechanism.
One time use of a plaintext password will enable requested mechanism for user.
The passphrase expired and must be reset.
Account disabled.
User not found.
Version mismatch with plug-in.
The user exists, but there is no verifier for the user.
Passphrase locked.
The requested change was not needed.
The passphrase is too weak for security policy.
User supplied passwords are not permitted.
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE |
Interface Stability Evolving |
MT-Level Safe |
attributes (7)