[sudo-commits] sudo changeset 11238:ddf513e2778f

Todd C. Miller Todd.Miller at sudo.ws
Thu Feb 22 09:54:54 MST 2018


changeset:	11238:ddf513e2778f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/ddf513e2778f
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Feb 22 09:53:12 2018 -0700

Log Message:
	Initial support for parsing sudoers LDIF files in cvtsudoers.
	This makes it possible to convert from LDAP sudoers to a traditional
	sudoers file.  Semantic differences between file sudoers and LDAP
	sudoers mean that LDIF -> sudoers is not completely equivalent.

diffstat:

 doc/cvtsudoers.cat                |   31 +-
 doc/cvtsudoers.man.in             |   41 ++-
 doc/cvtsudoers.mdoc.in            |   32 +-
 plugins/sudoers/Makefile.in       |   38 +-
 plugins/sudoers/cvtsudoers.c      |  103 +++++--
 plugins/sudoers/cvtsudoers_json.c |   93 ++++--
 plugins/sudoers/cvtsudoers_ldif.c |  511 ++++++++++++++++++++++++++++++++++++-
 plugins/sudoers/ldap.c            |    5 +-
 plugins/sudoers/ldap_common.c     |  163 +++++++++--
 plugins/sudoers/sssd.c            |    6 +-
 plugins/sudoers/sudo_ldap.h       |    2 +-
 11 files changed, 858 insertions(+), 167 deletions(-)


More information about the sudo-commits mailing list