This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 28 lines
!!! Overview
[{$pagename}] (NameFormDescription) describes the [LDAPSyntaxes] for [NameForms]
[{$pagename}] are defined in [RFC 4512] as written according to the [ABNF]:
{{{
NameFormDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
SP "OC" SP oid ; structural object class
SP "MUST" SP oids ; attribute types
[ SP "MAY" SP oids ] ; attribute types
extensions WSP RPAREN ; extensions
}}}
where:
* [numericoid] - is object identifier that identifies this name form;
* [NAME] <qdescrs> are short names (descriptors) identifying this name form;
* [DESC] <qdstring> is a short descriptive string;
* [OBSOLETE flag] indicates this name form is not active;
* OC identifies the [STRUCTURAL] [objectClasses] this rule applies to,
* [MUST] and [MAY] specify the sets of required and allowed, respectively, naming attributes for this name form; and <extensions> describe extensions.
All [Attribute Types] in the required ("[MUST]") and allowed ("[MAY]") lists shall be different.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]