From users-return-493-apmail-directory-users-archive=directory.apache.org@directory.apache.org Thu May 24 17:35:10 2007 Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 30796 invoked from network); 24 May 2007 17:35:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2007 17:35:10 -0000 Received: (qmail 2201 invoked by uid 500); 24 May 2007 17:35:15 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 2169 invoked by uid 500); 24 May 2007 17:35:15 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 2154 invoked by uid 99); 24 May 2007 17:35:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 10:35:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [212.27.42.35] (HELO smtp5-g19.free.fr) (212.27.42.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 10:35:08 -0700 Received: from [192.168.0.1] (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by smtp5-g19.free.fr (Postfix) with ESMTP id A1B0845052 for ; Thu, 24 May 2007 19:34:47 +0200 (CEST) Message-ID: <4655CCB7.5000708@apache.org> Date: Thu, 24 May 2007 19:34:47 +0200 From: Emmanuel Lecharny User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: fr, en MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: [ApacheDS] Proxied Authz control (RFC 4370) References: <1180016922.2973.19.camel@localhost.localdomain> In-Reply-To: <1180016922.2973.19.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Francois Armand a écrit : >Hello ApacheDS ml, > > Hi François, >I'm using Apache DS as an LDAP server for Unit testing an application, >and thanks to >http://directory.apache.org/apacheds/1.0/using-apacheds-for-unit-tests.html , I got my tests working in just minutes (well... almost :). >Many thanks to the redactor of this tutorial (Emmanuel Lecharny ?), it's >very good. > > thanks :) >So, my problem : in my application, I need to use the "proxied auth" >extended control describe in RFC 4370 (oid: 2.16.840.1.113730.3.4.18). >But it seems that it isn't supported by apacheDS, my directory respond : >"Operation failed; nested exception is >javax.naming.OperationNotSupportedException: [LDAP: error code 12 - >Unsupport critical control: 2.16.840.1.113730.3.4.18]; remaining name >'ou=foo, dc=bar, dc=org' ..." > >So, is this control supported by ApacheDS ? > > Well, the message is pretty clear : Unsupport critical control: 2.16.840.1.113730.3.4.18 >If so, obviously I'm doing something wrong... Perhaps the server need >some more configuration compared to what is done the tuto ? >If not, it would be great to put in your site what control are supported >(or perhaps they already are over there and I miss them ?). > > You are not doing someting wrong. If you request ADS rootDSE for the operational attribute supportedControl, you will get the list of currently supported ones. Proxed Auth is not in this list right now. >Another thing, I didn't find the javadoc for the project... Is it >somewhere ? Final request : are the maven src package some where ? If >not, is it envisaged for next release ? > > We don't generate the javadoc, because we are lazzy, and also because this is not a library, but a server. However, generating it should be easy, but we don't have time to dip our fingers into maven to do it. Feel free to help us by adding the missing pieces ;) The very same for the SRC package. >Thanks for you help and the great job you are doing! > > Thank you for using ADS ! Emmanuel