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

schema question



In the application/service we're building I've created a new
objectclass to describe these services. I.e.,

objectclass service
	requires
		objectClass,
		serviceName
	...

I'd like the serviceName attribute really have the same syntax as
commonName.  Is this accomplished by putting something like the
following in the slapd.at.conf file?

serviceName	cn	cis

And if this is the proper designation, can I use "serviceName=foo" or
"cn=foo" when referring to this attribute in a service entry?

TIA,

Bill Anderson