2007-06-18 08:31:20 -04:00
|
|
|
The Cyrus SASL (Simple Authentication and Security Layer) Library v2.
|
2002-06-22 04:55:44 -04:00
|
|
|
|
2007-06-18 08:31:20 -04:00
|
|
|
SASL is the Simple Authentication and Security Layer, a method for
|
|
|
|
adding authentication support to connection-based protocols. To use
|
|
|
|
SASL, a protocol includes a command for identifying and authenticating a
|
|
|
|
user to a server and for optionally negotiating protection of subsequent
|
|
|
|
protocol interactions. If its use is negotiated, a security layer is
|
|
|
|
inserted between the protocol and the connection.
|
2007-06-01 11:24:26 -04:00
|
|
|
|
|
|
|
Available flavors:
|
|
|
|
db4 - use Berkeley DB v4 for SASLDB (instead of ndbm)
|
|
|
|
ldap - enable LDAPDB auxprop plugin and LDAP enabled saslauthd
|
2011-09-20 19:01:29 -04:00
|
|
|
mysql pgsql sqlite3 - enable SQL auxprop plugin (choose one)
|