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 09EB5F7A6 for ; Mon, 8 Apr 2013 07:32:24 +0000 (UTC) Received: (qmail 99761 invoked by uid 500); 8 Apr 2013 07:32:23 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 99721 invoked by uid 500); 8 Apr 2013 07:32:23 -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 99701 invoked by uid 99); 8 Apr 2013 07:32:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 07:32:23 +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; Mon, 08 Apr 2013 07:32:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9F3062388847; Mon, 8 Apr 2013 07:31:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1465550 - /directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext Date: Mon, 08 Apr 2013 07:31:57 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130408073157.9F3062388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Mon Apr 8 07:31:57 2013 New Revision: 1465550 URL: http://svn.apache.org/r1465550 Log: Added some content Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext?rev=1465550&r1=1465549&r2=1465550&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext Mon Apr 8 07:31:57 2013 @@ -59,6 +59,15 @@ It's of course possible to modify the li :::Text ou=saslMechHandlers,ads-serverId=ldapServer,ou=servers,ads-directoryServiceId=default,ou=config +One can also check the configured **SASL** mchanisms on the server by sending a _SeachRequest_ to the server, on the _RootDSE_, looking for the _supportedSASLMechanisms_. Here is the esult on ApacheDS 2.0.0 : + +![ApacheDS supported SASL mechanisms](images/supported-sasl-mechanisms.png) + +Configuring this list can also be done using **Studio ApacheDS Configuration** plugin : + +![ApacheDS SASL mechanisms configuration](images/sasl-mechanisms-config.png) + + ## Specifications The SASL specifications are defined by an [IETF Working Group](http://datatracker.ietf.org/wg/sasl/) which has published the following proposed standards :