Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Fixes #6584: Tests broken with wrong inventory schema #64

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@ attributeTypes: ( 1.3.6.1.4.1.35061.1.1.300.13
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
attributeTypes: ( 1.3.6.1.4.1.35061.1.1.300.17
NAME 'keyStatus'
DESC 'Status of security key of the Node'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
#
# A node can have some complex "logical" elements:
# * network interfaces
Expand Down Expand Up @@ -663,7 +669,7 @@ objectClasses: ( 1.3.6.1.4.1.35061.1.2.14
software $ localAccountName $ osServicePack $
nodeTechniques $ ram $ swap $ confirmed $
inventoryDate $ receiveDate $ ipHostNumber $ osFullName $
osArchitectureType $ lastLoggedUser $ lastLoggedUserTime ) )
osArchitectureType $ lastLoggedUser $ lastLoggedUserTime $ keyStatus) )
objectClasses: ( 1.3.6.1.4.1.35061.1.2.15
NAME 'windowsNode'
DESC 'A node running Microsoft Windows as an operating system'
Expand Down