]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add authz server.
authorSimon Josefsson <simon@josefsson.org>
Sun, 25 Feb 2007 16:13:58 +0000 (16:13 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sun, 25 Feb 2007 16:13:58 +0000 (16:13 +0000)
doc/gnutls.texi

index d7d3ef96a4b55bfc2596a8765fa2153c5dd275a5..8d27c3fe10f702f178f0b0b215cb7acca714b2d1 100644 (file)
@@ -2035,6 +2035,7 @@ servers, using @acronym{GnuTLS}.
 * Echo Server with OpenPGP authentication::
 * Echo Server with SRP authentication::
 * Echo Server with anonymous authentication::
+* Echo Server with authorization support::
 @end menu
 
 @node Echo Server with X.509 authentication
@@ -2083,6 +2084,14 @@ used to serve the example client for anonymous authentication.
 
 @verbatiminclude examples/ex-serv-anon.c
 
+@node Echo Server with authorization support
+@subsection Echo Server with authorization support
+
+This example server support authorization data, and can be used to
+serve the example client with authorization support.
+
+@verbatiminclude examples/ex-serv-authz.c
+
 @node Miscellaneous examples
 @section Miscellaneous examples