Emmanuel Lecharny created DIRAPI-343:
----------------------------------------
Summary: The 1.3.6.1.1.1.0.0 and 1.3.6.1.1.1.0.1 syntax do not
exist
Key: DIRAPI-343
URL: https://issues.apache.org/jira/browse/DIRAPI-343
Project: Directory Client API
Issue Type: Task
Affects Versions: 2.0.0.AM3
Reporter: Emmanuel Lecharny
Fix For: 2.0.0.AM4
The {{NIS}} schema defines the {{nisNetGroupTriple}} with a {{1.3.6.1.1.1.0.0}}
syntax, which is not defined in the schema. That forbids this AttributeType to
be used in the server.
Same thing for {{bootParameterSyntax}} which uses the ({1.3.6.1.1.1.0.1}}
syntax.
Here are the part in [RFC 2307http://example.com] :
{norformat}
2.4. Syntax definitions
The following syntax definitions [RFC2252] are used by this schema.
The nisNetgroupTripleSyntax represents NIS netgroup triples:
( nisSchema.0.0 NAME 'nisNetgroupTripleSyntax'
DESC 'NIS netgroup triple' )
Values in this syntax are represented by the following:
nisnetgrouptriple = "(" hostname "," username "," domainname ")"
hostname = "" / "-" / keystring
username = "" / "-" / keystring
domainname = "" / "-" / keystring
...
The bootParameterSyntax syntax represents boot parameters:
( nisSchema.0.1 NAME 'bootParameterSyntax'
DESC 'Boot parameter' )
where:
bootparameter = key "=" server ":" path
key = keystring
server = keystring
path = keystring
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)