[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Problems with a new schema
- To: openldap-software@OpenLDAP.org
- Subject: Problems with a new schema
- From: Juan Carlos Sanchez Recio <tupijallegar@gmail.com>
- Date: Sun, 11 Sep 2005 03:27:10 +0200
- 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; b=hGINy2lsjpL8re6w8ftnMYng/85naGBvtSRIcDuxPFz7eiU93gEZznawEUwjaZ10PmPZpnMIBWFyXuhnZJcn4b9sW1kF93OIE1rElX/JCyIcrB3y59IRPHwn/kvgtexMP5qCID1A7U8A9+hV5VqUx5u0zqRfsfZ/4W3InfbZ6VU=
Hi all,
I have created new schema file, and it is giving me some problems.
this is the schema file:
# As this is an experimental definition we'll use OIDs under 1.1
# Attribute type jfvPerms
attributetype ( 1.1.50.1.1
NAME 'jfvPerms'
DESC 'Permissions value for JFreeVote Users'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27{32767}
SINGLE-VALUE
NO-USER-MODIFICATION )
#objectClass to store some additional info for JFreeVote Users
objectClass ( 1.1.50.2.1
NAME 'jfreevoteUser'
DESC 'objectClass to store some aditional info for JFreeVote Users'
AUXILIARY MUST jfvPerms )
the problem is when I turn ON the ldap server:
$ /etc/init.d/ldap start
Iniciando slapd: /etc/openldap/schema/jfreevote.schema: line 16:
AttributeType inappropriate USAGE: "jfvPerms"
The jfvPerms attribute is defined, what's the matter?
J. Carlos Sanchez Recio