Ldap Schema Viewer
ID : bootParameterSyntax
The bootParameterSyntax syntax represents boot parameters:
where:
bootparameter = key "=" server ":" path
key = keystring
server = keystring
path = keystring
X.500 servers may use the following representation of the above syntax:
bootParameterSyntax ::= SEQUENCE {
key IA5String,
server IA5String,
path IA5String
}
Values adhering to these syntaxes are encoded as strings by LDAP servers.
BNC Syntax: nisSchema.0.1 NAME 'bootParameterSyntax' DESC 'Boot parameter'
Comments
|