Return-Path: X-Original-To: apmail-directory-users-archive@www.apache.org Delivered-To: apmail-directory-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D250F99D6 for ; Tue, 8 Nov 2011 12:46:22 +0000 (UTC) Received: (qmail 52935 invoked by uid 500); 8 Nov 2011 12:46:22 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 52886 invoked by uid 500); 8 Nov 2011 12:46:22 -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 52878 invoked by uid 99); 8 Nov 2011 12:46:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 12:46:21 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fourat@gmail.com designates 209.85.160.178 as permitted sender) Received: from [209.85.160.178] (HELO mail-gy0-f178.google.com) (209.85.160.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 12:46:13 +0000 Received: by gyf3 with SMTP id 3so518664gyf.37 for ; Tue, 08 Nov 2011 04:45:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=E/dIzAQdrEcqGGl1dm4c33aUsJj2svmLRYSlGzCaLXk=; b=KLzZniloWS1U/s8c4uCJF4gzHxf/Qgwx8dHSjMapt9KfIZKTEJ+YnkU+IoRMRaXAx1 GGe8nZ/Dob5FfASmAD08H1FQX2CR4NXCgvY3o2sHOrcyLLvp1zvuDY7iA2Sl1XeoANt1 VmqxZUhufrH/ryAshKDzedEZqC7lSdyPLIoMA= MIME-Version: 1.0 Received: by 10.236.191.73 with SMTP id f49mr25781901yhn.50.1320756352804; Tue, 08 Nov 2011 04:45:52 -0800 (PST) Received: by 10.150.158.20 with HTTP; Tue, 8 Nov 2011 04:45:52 -0800 (PST) Date: Tue, 8 Nov 2011 13:45:52 +0100 Message-ID: Subject: Problem creating a new object class From: Fourat ZOUARI To: users@directory.apache.org Content-Type: multipart/alternative; boundary=20cf303f6a423e663704b1388d9e X-Virus-Checked: Checked by ClamAV on apache.org --20cf303f6a423e663704b1388d9e Content-Type: text/plain; charset=ISO-8859-1 Hi, I've created a new object class, here's it's source code: objectclass ( 1.3.6.1.4.1.76561.1 > > NAME 'Tux' > > DESC 'Staff' > > SUP top > > STRUCTURAL > > MUST ( description $ displayName $ documentIdentifier $ documentTitle $ >> email $ employeeNumber $ homePhone $ homePostalAddress $ personalTitle $ >> serialNumber $ userPassword ) > > MAY ( photo $ SipExtension $ Departement ) > > ) > > Saved it, and still cannot see it as an option in objectClass attribute of any entry ... Any idea ? --20cf303f6a423e663704b1388d9e--