Módosítások

Sablon:AttributeDefEn

1 920 bájt hozzáadva, 2012. január 27., 16:20
creation
<noinclude>
This template aids [[HREFAttributeSpecEN|Attribute specification]]


; Parameters
* '''name''': friendly name of the attribute
* '''OID''': attribute name using Object Identifiers
* '''URI''': attribute name using URI
* '''description''': brief description
* '''semantics''': detailed description
* '''values''': allowed values (default: ''no stipulation'')
* '''implementation''': < mandatory | recommended | optional >
* '''assurer''': < institution | user | undef>
* '''numOfValues''': <single | multi> (default: ''single'')
* '''syntax''': LDAP syntax <Directory String | IA5String | DN | Binary | see also [https://www.ietf.org/rfc/rfc2252.txt RFC 2252] (default: ''Directory String'')
* '''example''': example values (default: ''-'')
</noinclude>

<includeonly>
{| {{prettytable}} {{#switch: {{lc: {{{implementation}}} }}
| mandatory = style="background:#ecbaba"
| recommended = style="background:#f8f8dd"
}}
! colspan=2 | '''{{{name}}}'''
|-
| '''Name''' || '''URI:''' {{#if:{{{URI|}}} | {{{URI}}} | ''n/a''}} <br/>'''OID:''' {{#if:{{{OID|}}} | {{{OID}}} | ''n/a''}}
|-
| '''Description''' || {{#if:{{{description|}}} | {{{description}}} | -}}
|-
| '''Implementation level''' || {{#switch: {{lc: {{{implementation}}} }}
| mandatory = mandatory
| recommended = recommended
| opcionális = optional
| optional = optional
}}
|-
| '''Semantics''' || {{#if:{{{semantics|}}} | {{{semantics}}} | -}}
|-
| '''Allowed values''' || {{#if:{{{values|}}} | {{{values}}} | nincs korlátozás}}
|-
| '''No. of values''' || <code>{{#if:{{{numOfValues|}}} | {{{numOfValues}}} | single}}</code>
|-
| '''Syntax''' || {{#if:{{{syntax|}}} | {{{syntax}}} | Directory String}}
|-
| '''Assurer''' || {{#switch: {{lc: {{{assurer}}} }}
| institution = institution
| inst = institution
| user = user
| undef = not defined
| not defined
}}
|-
| '''Example''' || {{#if:{{{example|}}} | {{{example}}} | -}}
|-
|}
</includeonly>

Navigációs menü