/*++ /* NAME /* xsasl_cyrus_security 3 /* SUMMARY /* convert Cyrus SASL security properties to bit mask /* SYNOPSIS /* #include <xsasl_cyrus_common.h> /* /* int xsasl_cyrus_security_parse_opts(properties) /* const char *properties; /* DESCRIPTION /* xsasl_cyrus_security_parse_opts() converts a list of security /* properties to a bit mask. The result is zero in case of error. /* /* Arguments: /* .IP properties /* A comma or space separated list of zero or more of the /* following: /* .RS /* .IP noplaintext /* Disallow authentication methods that use plaintext passwords. /* .IP noactive /* Disallow authentication methods that are vulnerable to /* non-dictionary active attacks. /* .IP nodictionary /* Disallow authentication methods that are vulnerable to /* passive dictionary attack. /* .IP forward_secrecy /* Require forward secrecy between sessions. /* .IP noanonymous /* Disallow anonymous logins. /* .RE /* DIAGNOSTICS: /* Warning: bad input. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.