equal
deleted
inserted
replaced
15 |
15 |
16 # Attributes |
16 # Attributes |
17 attributetype ( schlittermannOfficeAT:1 |
17 attributetype ( schlittermannOfficeAT:1 |
18 NAME 'iusCustomerID' |
18 NAME 'iusCustomerID' |
19 DESC 'Customer ID' |
19 DESC 'Customer ID' |
20 EQUALITY caseIgnoreSubstringsMatch |
20 EQUALITY caseIgnoreMatch |
|
21 SUBSTR caseIgnoreSubstringsMatch |
21 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) |
22 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) |
22 |
23 |
|
24 # fax 1.3.6.1.4.1.1466.115.121.1.22 |
|
25 # tel 1.3.6.1.4.1.1466.115.121.1.50 |
|
26 |
|
27 # ObjectClasses |
|
28 #objectClass ( schlittermannOfficeOC:1 |
|
29 # NAME ( 'iusO' 'iusOrganization' ) |
|
30 # SUP 'organization' |
|
31 # MUST ( c $ postalCode $ l $ st $ iusTel ) |
|
32 # MAY ( iusCustomerID ) ) |
|
33 |
|
34 |
|
35 # vim:sts=4 sw=4 aw ai sm: |