Previous Topic: set attr-set Command—Define an Attribute Set

Next Topic: set auth-trap Command—Set the DSA to Raise an SNMP Trap When Authentication Fails

set attribute Command—Define an Attribute

The set attribute command defines an attribute. An attribute is a basic building block in the schema, and it consists of an attribute name, alternate name, syntax, single-valued flag, and a description.

For more information, see Manage Schemas.

This command has the following format:

set attribute OID[:OID_Suffix] = {
	name 		= attribute-name
	ldap-names 	= cn
	equality 	= 
	ordering 	= 
	substr 		= 
	syntax 		= 
	[ single-valued | multi-valued ]
	[ no-user-modification ]
	[ description ] 
};

Example: set attribute Command

set attribute (2.5.4):10 = {
name = commonName
ldap-names = cn
syntax = caseIgnoreString ;

More information:

Set Up Schemas


Copyright © 2009 CA. All rights reserved. Email CA about this topic