From commits-return-12489-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Tue Feb 13 21:02:03 2007 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 54689 invoked from network); 13 Feb 2007 21:01:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 21:01:58 -0000 Received: (qmail 18208 invoked by uid 500); 13 Feb 2007 21:02:06 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 18178 invoked by uid 500); 13 Feb 2007 21:02:05 -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 18167 invoked by uid 500); 13 Feb 2007 21:02:05 -0000 Delivered-To: apmail-incubator-directory-cvs@incubator.apache.org Received: (qmail 18164 invoked by uid 99); 13 Feb 2007 21:02:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 13:02:05 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 13:01:57 -0800 Received: from eos.apache.osuosl.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id B99E959F71 for ; Tue, 13 Feb 2007 21:01:37 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: directory-cvs@incubator.apache.org Date: Tue, 13 Feb 2007 21:01:37 -0000 Message-ID: <20070213210137.18253.99154@eos.apache.osuosl.org> Subject: [Directory Wiki] Update of "LdapMessage" by CKoppelt X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Directory Wiki" for change notification. The following page has been changed by CKoppelt: http://wiki.apache.org/directory/LdapMessage The comment on the change is: moved to cwiki ------------------------------------------------------------------------------ - = LdapMessage = + deleted - Ldap Message are the basis of all messages. Each request sent to the Ldap server is a Ldap Message. - - == Elements constituting a Ldap Message == - - * Each Ldap Message as a single identifier, called the '''Message Id'''. This number is mandatory, and must also be between 1 and 2^31 -1. - - * A Ldap message contains a specific request : Add, Modify, Search, etc. - - * It also contains a optionnal list of controls. - - == Class Diagram == - - attachment:LdapMessageClassDiagram.png -