1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
GNU SASL examples/README -- Information about files in examples/ directory.
Copyright (C) 2003-2025 Simon Josefsson
See the end for copying conditions.
This directory contains examples on how to use GNU SASL.
client: Example SASL client.
client-serverfirst: Same as previous, but server get to send data first.
client-mech: Same as previous, but you get to chose which mechanism is used.
client-callback: Same as client-serverfirst, but user info is retrieved
using a callback, instead of hard coded.
----------------------------------------------------------------------
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
|