File: README

package info (click to toggle)
gsasl 2.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,604 kB
  • sloc: ansic: 16,551; sh: 1,739; makefile: 677; xml: 301; php: 172; perl: 4
file content (19 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (2)
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.