Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 47253 invoked from network); 27 Feb 2007 21:12:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2007 21:12:01 -0000 Received: (qmail 45144 invoked by uid 500); 27 Feb 2007 21:12:09 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 45105 invoked by uid 500); 27 Feb 2007 21:12:09 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 45094 invoked by uid 99); 27 Feb 2007 21:12:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 13:12:08 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of enriquer9@gmail.com designates 64.233.162.229 as permitted sender) Received: from [64.233.162.229] (HELO nz-out-0506.google.com) (64.233.162.229) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 13:11:57 -0800 Received: by nz-out-0506.google.com with SMTP id i28so1571933nzi for ; Tue, 27 Feb 2007 13:11:36 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sf12kpiBy5lMDMsVDD2ng5GFDPEasTcKeUZfLBH8MpyRNuVw5or71sFTD3b7XLMy66sNqsp1J6Uty0TKf7sx1UQ2XLdPbFmBzd1r+4Ocl5Cise+O3geG/hFPgEchPgt0WkdxLn9tzKtyG90d+toMPT7OyXuAZyLPwxy92A+QdFg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hY4NkOecF3D0TdCbmMNGGHSV9VgZZhCPj3CVdw/VBDR8zz0CK13qMxPVeKOT+DKO/tFUwCEB1KsQJOjSr8OCXU7HLYGm6s5uNk/R8HBjEK7G8lCXXDvWX8gggHz/w74AUupoj0vTcqCk53W7w5KWYiCPxn3u5qO2v0cpSbPvl4U= Received: by 10.114.135.1 with SMTP id i1mr2706768wad.1172610692495; Tue, 27 Feb 2007 13:11:32 -0800 (PST) Received: by 10.115.111.11 with HTTP; Tue, 27 Feb 2007 13:11:32 -0800 (PST) Message-ID: <568753d90702271311l429cd864g3bfd9d6f078623c7@mail.gmail.com> Date: Tue, 27 Feb 2007 13:11:32 -0800 From: "Enrique Rodriguez" Reply-To: erodriguez@apache.org To: "Apache Directory Developers List" Subject: [Kerberos] Kerberos + OpenLDAP MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, Directory developers, As part of documenting practical uses of Apache Directory for Kerberos authentication, I got Kerberos authentication to OpenLDAP working. This uses the "SASL+GSS-API+Kerberos V5" mechanism. The "three-headed" Kerberos setup I tested was (1) OpenLDAP clients (2) OpenLDAP server and (3) Apache Directory. In this configuration, Apache Directory is being used as the KDC while OpenLDAP is a "service" or "relying party." The clients are the usual 'ldapsearch', etc. I put the notes I have so far in DIRxSBOX at: http://cwiki.apache.org/confluence/display/DIRxSBOX/Kerberos+Authentication+to+OpenLDAP I still need to clean up my sample LDIFs. Enrique