Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B5E67421 for ; Tue, 6 Sep 2011 11:29:13 +0000 (UTC) Received: (qmail 35551 invoked by uid 500); 6 Sep 2011 11:29:12 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 35347 invoked by uid 500); 6 Sep 2011 11:29: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 Delivered-To: moderator for dev@directory.apache.org Received: (qmail 13704 invoked by uid 99); 6 Sep 2011 11:17:28 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) X-IronPort-AV: E=McAfee;i="5400,1158,6460"; a="5116875" Message-ID: <4E660128.5080801@stud.hs-zigr.de> Date: Tue, 06 Sep 2011 13:16:56 +0200 From: Mario Reichel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110805 Thunderbird/3.1.12 MIME-Version: 1.0 To: dev@directory.apache.org Subject: Java client to password change protocol Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, I have to produce an authentication and authorisation infrastructure for a web-service oriented architecture. For this I use MIT Kerberos and OpenLDAP. In addition I use JAAS, GSS-API and JNDI. So far so good. Now my problem is to administrate the users from the web-services. I found the "work around" to open a shell and use kadmin or kpasswd. This is not a acceptable solution. Is there a way tu use some classes of the Apache Directory project or other library’s to implement a client for the password change protocol? Can anybody recommend a documentation for this problem? If there is no one and I get enough tip's to solve this problem, I will wrote one. I hope that's the right way to get some help. Regards, Mario