Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29E21F462 for ; Wed, 3 Apr 2013 12:43:07 +0000 (UTC) Received: (qmail 7777 invoked by uid 500); 3 Apr 2013 12:43:06 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 7733 invoked by uid 500); 3 Apr 2013 12:43:06 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 7722 invoked by uid 99); 3 Apr 2013 12:43:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 12:43:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 12:43:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3E24D2388994; Wed, 3 Apr 2013 12:42:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1463970 - /directory/site/trunk/content/apacheds/advanced-ug/4.1-authentication.mdtext Date: Wed, 03 Apr 2013 12:42:43 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130403124243.3E24D2388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Wed Apr 3 12:42:42 2013 New Revision: 1463970 URL: http://svn.apache.org/r1463970 Log: Fixed the table of content Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1-authentication.mdtext Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1-authentication.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1-authentication.mdtext?rev=1463970&r1=1463969&r2=1463970&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1-authentication.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1-authentication.mdtext Wed Apr 3 12:42:42 2013 @@ -26,19 +26,19 @@ Notice: Licensed to the Apache Software ## Chapter content - * [4.1.1 - Simple authentication](4.1.1-simple-authn.html) - * [4.1.1.1 - Anonymous Authentication](4.1.1.1-anonymous-authn.html) - * [4.1.1.2 - Name/Password Authentication](4.1.1.2-name-password-authn.html) - * [4.1.1.3 - Unauthenticated Authentication](4.1.1.3-unauthenticated-authn.html) - * [4.1.2 - SASL authentication](4.1.2-sasl-authn.html) - * [4.1.2.1 - SASL anonymous Authentication](4.1.2.1-sasl-anonymous-authn.html) - * [4.1.2.2 - SASL plain text Authentication](4.1.2.2-sasl-plain-text-authn.html) - * [4.1.2.3 - SASL GSSAPI Authentication](4.1.2.3-sasl-gssapi-authen.html) - * [4.1.2.4 - SASL CRAM-MD5 Authentication](4.1.2.4-sasl-cram-md5-authen.html) - * [4.1.2.5 - SASL DIGEST-MD5 Authentication](4.1.2.5-sasl-digest-md5-authen.html) - * [4.1.2.6 - SASL EXTERNAL Authentication](4.1.2.6-sasl-external-authen.html) - * [4.1.3 - Kerberos authentication](4.1.3-kerberos-authentication.html) - * [4.1.4 - Client authentication through certificates](4.1.4-certificate-authn.html) +* [4.1.1 - Simple authentication](4.1.1-simple-authn.html) + * [4.1.1.1 - Anonymous Authentication](4.1.1.1-anonymous-authn.html) + * [4.1.1.2 - Name/Password Authentication](4.1.1.2-name-password-authn.html) + * [4.1.1.3 - Unauthenticated Authentication](4.1.1.3-unauthenticated-authn.html) +* [4.1.2 - SASL authentication](4.1.2-sasl-authn.html) + * [4.1.2.1 - SASL anonymous Authentication](4.1.2.1-sasl-anonymous-authn.html) + * [4.1.2.2 - SASL plain text Authentication](4.1.2.2-sasl-plain-text-authn.html) + * [4.1.2.3 - SASL GSSAPI Authentication](4.1.2.3-sasl-gssapi-authen.html) + * [4.1.2.4 - SASL CRAM-MD5 Authentication](4.1.2.4-sasl-cram-md5-authen.html) + * [4.1.2.5 - SASL DIGEST-MD5 Authentication](4.1.2.5-sasl-digest-md5-authen.html) + * [4.1.2.6 - SASL EXTERNAL Authentication](4.1.2.6-sasl-external-authen.html) +* [4.1.3 - Kerberos authentication](4.1.3-kerberos-authentication.html) +* [4.1.4 - Client authentication through certificates](4.1.4-certificate-authn.html) **LDAP** is a connected protocol. That means you should create a session before being able to fetch some data from the server. This session is created through an authentication process.