summaryrefslogtreecommitdiffstats
path: root/ipaserver/updates/host.update
blob: dfc9723cf106ef9d8a2e666ed7a12db7f5a62ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Schema for IPA Hosts
#
dn: cn=schema
add: attributeTypes:
  ( 2.16.840.1.113730.3.8.3.10  NAME 'ipaClientVersion' 
    DESC 'Text string describing client version of the IPA software installed' 
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
    X-ORIGIN 'IPA v2' )
  
add: attributeTypes:
  ( 2.16.840.1.113730.3.8.3.11  NAME 'enrolledBy' 
    DESC 'DN of administrator who performed manual enrollment of the host' 
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.12  
    X-ORIGIN 'IPA v2' )
add: objectClasses:
  ( 2.16.840.1.113730.3.8.4.2 NAME 'ipaHost' 
    AUXILIARY 
    MAY ( userPassword $ ipaClientVersion $ enrolledBy) 
    X-ORIGIN 'IPA v2' )