[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: old attribute type not supported ?



OpenLDAP V2 won't accept attribute or objectclass definitions in V1
format, which is what you are trying to use. They have to be converted
to V2 schema format:

	http://www.openldap.org/doc/admin/schema.html



On 13 Feb, Sibon Barman wrote:
> Hi all,
> I have a config file called slapd.at.conf which contains the following
> content:
> attribute	nmsusertree		ces
> attribute	nmspermissiontree	ces
> attribute	nms_perm_level		ces
> attribute	users_permission	dn
> attribute	dn_name			ces
> attribute	short_name		ces
>  
> I include this file in my slapd.conf using 
> include "d:/QcSlapd/bin/slapd.at.conf"
> 
> But when I run my slapd from my solaris machine I get the following error:
> old attribuet type not supported
> 
> The same error happens with objectclass from another configuration file
> called slapd.oc.conf which contains:
> 
> objectclass nmsloggers
> 	requires
> 		objectClass,
> 		sn,
> 		cn,
> 		groupname,
> 		users_permission
> 	allows
> 		description,
> 		telephoneNumber,
> 		userPassword
> 
> objectclass nmsgroups
> 	requires
> 		objectClass,
> 		sn,
> 		cn,
> 		groupname,
> 		users_permission
> 	allows
> 		description,
> 		telephoneNumber,
> 		userPassword
> 
> objectclass nmsperms
> 	requires
> 		objectClass,
> 		dn_name,
> 		short_name
>  
> 
> 
> What can I do to get rid of these errors --- I am running slapd 2.0.7 with
> gdbm