]> granicus.if.org Git - sudo/commit
When converting from ldif to sudoers, sudoRole objects with the
authorTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 28 Feb 2018 21:02:50 +0000 (14:02 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 28 Feb 2018 21:02:50 +0000 (14:02 -0700)
commit3a2ae844ecb10fea81e5979627959a5d28d93f83
tree16041fcc911592dd3f51334367ca4e68b5179670
parent56bdde13392c8574f615285be70ea648ae456e83
When converting from ldif to sudoers, sudoRole objects with the
same user if possible.  If both user and host are the same, merge
into a single privilege.  This makes it possible to convert a
sudoers entry like:

    aaron shanty = NOEXEC: /usr/bin/vi, /usr/bin/more, EXEC: /bin/sh

to ldif and then back to sudoers as a single line.  Currently, the
ldif entries to be merged must have the same or adjacent sudoOrder
attributes.
plugins/sudoers/cvtsudoers_ldif.c