Fix errors introduced when sudoNotBefore, sudoNotAfter and sudoOrder

were added.  From David Hicks.
This commit is contained in:
Todd C. Miller
2012-07-27 14:25:48 -04:00
parent 6ce246f0b0
commit ab64e36e54

View File

@@ -158,62 +158,62 @@ name: sudoRunAsGroup
schemaIDGUID:: xJhSt/Yd3RGJPTB1VtiVkw== schemaIDGUID:: xJhSt/Yd3RGJPTB1VtiVkw==
objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=X objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=X
dn: CN=sudoNotBefore,CN=Schema,CN=Configuration,DC=X dn: CN=sudoNotBefore,CN=Schema,CN=Configuration,DC=X
changetype: add changetype: add
objectClass: top objectClass: top
objectClass: attributeSchema objectClass: attributeSchema
cn: sudoNotBefore cn: sudoNotBefore
distinguishedName: CN=sudoNotBefore,CN=Schema,CN=Configuration,DC=X distinguishedName: CN=sudoNotBefore,CN=Schema,CN=Configuration,DC=X
instanceType: 4 instanceType: 4
attributeID: 1.3.6.1.4.1.15953.9.1.8 attributeID: 1.3.6.1.4.1.15953.9.1.8
attributeSyntax: 1.3.6.1.4.1.1466.115.121.1.24 attributeSyntax: 2.5.5.11
isSingleValued: TRUE isSingleValued: TRUE
showInAdvancedViewOnly: TRUE showInAdvancedViewOnly: TRUE
adminDisplayName: sudoNotBefore adminDisplayName: sudoNotBefore
adminDescription: Start of time interval for which the entry is valid adminDescription: Start of time interval for which the entry is valid
oMSyntax: 22 oMSyntax: 24
lDAPDisplayName: sudoNotBefore lDAPDisplayName: sudoNotBefore
name: sudoNotBefore name: sudoNotBefore
schemaIDGUID:: xJhSt/Yd3RGJPTB1VtiVkw== schemaIDGUID:: dm1HnRfY4RGf4gopYYhwmw==
objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=X objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=X
dn: CN=sudoNotAfter,CN=Schema,CN=Configuration,DC=X dn: CN=sudoNotAfter,CN=Schema,CN=Configuration,DC=X
changetype: add changetype: add
objectClass: top objectClass: top
objectClass: attributeSchema objectClass: attributeSchema
cn: sudoNotAfter cn: sudoNotAfter
distinguishedName: CN=sudoNotAfter,CN=Schema,CN=Configuration,DC=X distinguishedName: CN=sudoNotAfter,CN=Schema,CN=Configuration,DC=X
instanceType: 4 instanceType: 4
attributeID: 1.3.6.1.4.1.15953.9.1.9 attributeID: 1.3.6.1.4.1.15953.9.1.9
attributeSyntax: 1.3.6.1.4.1.1466.115.121.1.24 attributeSyntax: 2.5.5.11
isSingleValued: TRUE isSingleValued: TRUE
showInAdvancedViewOnly: TRUE showInAdvancedViewOnly: TRUE
adminDisplayName: sudoNotAfter adminDisplayName: sudoNotAfter
adminDescription: End of time interval for which the entry is valid adminDescription: End of time interval for which the entry is valid
oMSyntax: 22 oMSyntax: 24
lDAPDisplayName: sudoNotAfter lDAPDisplayName: sudoNotAfter
name: sudoNotAfter name: sudoNotAfter
schemaIDGUID:: xJhSt/Yd3RGJPTB1VtiVkw== schemaIDGUID:: OAr/pBfY4RG9dBIpYYhwmw==
objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=X objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=X
dn: CN=sudoOrder,CN=Schema,CN=Configuration,DC=X dn: CN=sudoOrder,CN=Schema,CN=Configuration,DC=X
changetype: add changetype: add
objectClass: top objectClass: top
objectClass: attributeSchema objectClass: attributeSchema
cn: sudoOrder cn: sudoOrder
distinguishedName: CN=sudoOrder,CN=Schema,CN=Configuration,DC=X distinguishedName: CN=sudoOrder,CN=Schema,CN=Configuration,DC=X
instanceType: 4 instanceType: 4
attributeID: 1.3.6.1.4.1.15953.9.1.10 attributeID: 1.3.6.1.4.1.15953.9.1.10
attributeSyntax: 1.3.6.1.4.1.1466.115.121.1.27 attributeSyntax: 2.5.5.9
isSingleValued: TRUE isSingleValued: TRUE
showInAdvancedViewOnly: TRUE showInAdvancedViewOnly: TRUE
adminDisplayName: sudoOrder adminDisplayName: sudoOrder
adminDescription: an integer to order the sudoRole entries adminDescription: an integer to order the sudoRole entries
oMSyntax: 22 oMSyntax: 2
lDAPDisplayName: sudoOrder lDAPDisplayName: sudoOrder
name: sudoOrder name: sudoOrder
schemaIDGUID:: xJhSt/Yd3RGJPTB1VtiVkw== schemaIDGUID:: 0J8yrRfY4RGIYBUpYYhwmw==
objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=X objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=X
dn: dn:
changetype: modify changetype: modify
@@ -239,9 +239,9 @@ mayContain: sudoRunAs
mayContain: sudoRunAsUser mayContain: sudoRunAsUser
mayContain: sudoRunAsGroup mayContain: sudoRunAsGroup
mayContain: sudoUser mayContain: sudoUser
mayContain: sudoNotBefore mayContain: sudoNotBefore
mayContain: sudoNotAfter mayContain: sudoNotAfter
mayContain: sudoOrder mayContain: sudoOrder
rDNAttID: cn rDNAttID: cn
showInAdvancedViewOnly: FALSE showInAdvancedViewOnly: FALSE
adminDisplayName: sudoRole adminDisplayName: sudoRole