~ubuntu-branches/ubuntu/wily/gsasl/wily-proposed

« back to all changes in this revision

Viewing changes to doc/gsasl.info-1

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-04-14 07:26:51 UTC
  • mfrom: (2.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100414072651-hoc2231ulo8onq2x
Tags: 1.4.4-1ubuntu1
* Merge from Debian experimental (LP: #548480). Bugfix only release.
  Remaining changes:
  - debian/rules: Include clean-la.mk from cdbs to clean up the
    dependency_libs field in libgsasl.la.
* debian/control: drop libgsasl7 Depends on libgcrypt to what we have in
  Lucid (1.4.4-5). See Debian bug #564661.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This is gsasl.info, produced by makeinfo version 4.13 from gsasl.texi.
2
2
 
3
 
This manual was last updated 6 November 2009 for version 1.4.0 of GNU
 
3
This manual was last updated 15 March 2010 for version 1.4.4 of GNU
4
4
SASL.
5
5
 
6
6
   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon
29
29
GNU Simple Authentication and Security Layer
30
30
********************************************
31
31
 
32
 
This manual was last updated 6 November 2009 for version 1.4.0 of GNU
 
32
This manual was last updated 15 March 2010 for version 1.4.4 of GNU
33
33
SASL.
34
34
 
35
35
   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon
433
433
 
434
434
   `ftp://ftp.gnu.org/pub/gnu/gsasl/'
435
435
 
436
 
   The latest version is stored in a file, e.g., `gsasl-1.4.0.tar.gz'
437
 
where the `1.4.0' value is the highest version number in the directory.
 
436
   The latest version is stored in a file, e.g., `gsasl-1.4.4.tar.gz'
 
437
where the `1.4.4' value is the highest version number in the directory.
438
438
 
439
439
   The package is then extracted, configured and built like many other
440
440
packages that use Autoconf.  For detailed information on configuring
445
445
builds and install the package.  You will need a few basic tools, such
446
446
as `sh', `make' and `cc'.
447
447
 
448
 
     $ wget -q ftp://ftp.gnu.org/pub/gnu/gsasl/gsasl-1.4.0.tar.gz
449
 
     $ tar xfz gsasl-1.4.0.tar.gz
450
 
     $ cd gsasl-1.4.0/
 
448
     $ wget -q ftp://ftp.gnu.org/pub/gnu/gsasl/gsasl-1.4.4.tar.gz
 
449
     $ tar xfz gsasl-1.4.4.tar.gz
 
450
     $ cd gsasl-1.4.4/
451
451
     $ ./configure
452
452
     ...
453
453
     $ make
868
868
       AC_HELP_STRING([--disable-gsasl], [don't use GNU SASL]),
869
869
       gsasl=$enableval)
870
870
     if test "$gsal" != "no" ; then
871
 
       PKG_CHECK_MODULES(GSASL, libgsasl >= 1.4.0,
 
871
       PKG_CHECK_MODULES(GSASL, libgsasl >= 1.4.4,
872
872
         [gsasl=yes],
873
873
         [gsasl=no])
874
874
       if test "$gsasl" != "yes" ; then
2726
2726
 
2727
2727
``GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR''
2728
2728
     GSSAPI error in server while negotiating security context in
2729
 
     gss_init_sec_context() in SASL library.  This is most likely due
 
2729
     gss_accept_sec_context() in SASL library.  This is most likely due
2730
2730
     insufficient credentials or malicious interactions.
2731
2731
 
2732
2732
``GSASL_GSSAPI_UNWRAP_ERROR''