[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Extending Schema in OpenLDAP
- To: openldap-software@OpenLDAP.org
- Subject: Extending Schema in OpenLDAP
- From: Erik Mitchell <erik.mitchell@gmail.com>
- Date: Fri, 5 Nov 2004 16:04:39 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=cAfOoJD7tC7QAbCk35xM+1H2hk7D5m50ClxDdaK2XIj1NAzoe7wdmJQ2M2oCQDNuqQKsGTi67CckybvXUOY6h2c/wSPYbUCmQYIN/j5WMfBeiDlEBCLIpR/sqLw0JTPrs3kkucns+0G9TbdQeQRmCOnsXiXfvmcZbFAhEKiu+Xo=
Hello,
I am trying to write a custom schema for my directory for the first
time. I have referred to this doc:
http://www.openldap.org/doc/admin22/schema.html
and I believe I'm doing everything correctly. I have started out
small, but I cannot seem to make the attributetype or objectclass that
I create 'appear' in any client software.
Here is the schema file that I have created:
attributeType ( 1.1.2.1.1
NAME 'logicpdLastLogin'
DESC 'indicates when the user last logged in'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
objectClass ( 1.1.2.2.1
NAME 'logicpdRegisteredUser'
DESC 'registered kit or card engine customer'
SUP inetOrgPerson
STRUCTURAL
MAY ( logicpdLastLogin ) )
And then I include this in my slapd.conf and restart the server. I get
no error messages, but I seem to be unable to use this object class or
attribute from php, or using SoftTerra LDAP Administrator.
I have tried with these dead space numbers, as well as with my
organization's private enterprise number. Neither work.
Is there something I'm missing???
Thanks,
Erik
--
Erik Mitchell
erik.mitchell@gmail.com