blob: f135e0ab1ecff6729ca8377d8f8a547cfee1115c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# Definition of useful attribute sets
# from X.521 section 5
#
# TelecommunicationAttributeSet ATTRIBUTE ::= {
# facsimileTelephoneNumber |
# internationalISDNNumber |
# telephoneNumber |
# teletexTerminalIdentifier |
# telexNumber |
# preferredDeliveryMethod |
# destinationIndicator |
# registeredAddress |
# x121Address }
#
# PostalAttributeSet ATTRIBUTE ::= {
# physicalDeliveryOfficeName |
# postalAddress |
# postalCode |
# postOfficeBox |
# streetAddress }
#
# LocaleAttributeSet ATTRIBUTE ::= {
# localityName |
# stateOrProvinceName |
# streetAddress }
#
# OrganizationalAttributeSet ATTRIBUTE ::= {
# description |
# LocaleAttributeSet |
# PostalAttributeSet |
# TelecommunicationAttributeSet |
# businessCategory |
# seeAlso |
# searchGuide |
# userPassword }
|