mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Fix multiple NAME example
This commit is contained in:
parent
b5020aa16d
commit
f914c0545c
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ in {{F:core.schema}} as:
|
|||
> EQUALITY caseIgnoreMatch
|
||||
> SUBSTR caseIgnoreSubstringsMatch
|
||||
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
|
||||
> attributeType ( 2.5.4.3 NAME ( 'cn' $ 'commonName' )
|
||||
> attributeType ( 2.5.4.3 NAME ( 'cn' 'commonName' )
|
||||
> DESC 'common name(s) assciated with the object'
|
||||
> SUP name )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue