#4107 sudoOrder missing in sudoers
Closed: Fixed None Opened 10 years ago by mkosek.

sudoers compat plugin configuration missed the sudoOrder attribute and it thus does not show up in the ou=sudoers.

To hotfix it, I did:

# ldapmodify -h `hostname` -D "cn=Directory Manager" -x -W
dn: cn=sudoers,cn=Schema Compatibility,cn=plugins,cn=config
changetype: modify
add: schema-compat-entry-attribute
schema-compat-entry-attribute: sudoOrder=%{sudoOrder}

modifying entry "cn=sudoers,cn=Schema Compatibility,cn=plugins,cn=config"

sudoOrder was then fixed.


Patch freeipa-mkosek-446-sudoorder-missing-in-sudoers.patch sent for review

Metadata Update from @mkosek:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 3.3.x - 2014/01 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata