[sudo-commits] sudo changeset 13684:5f5bdf9010d7

Todd C. Miller Todd.Miller at sudo.ws
Sat Dec 11 08:57:46 MST 2021


changeset:	13684:5f5bdf9010d7 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5f5bdf9010d7
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Dec 11 08:35:14 2021 -0700

Log Message:
	Sudo parsed "deref" and "tls_reqcert" in ldap.conf but didn't set the options.
	The switch() in the sudo_ldap_set_options_table() function needed to be
	updated to treat CONF_DEREF_VAL and CONF_REQCERT_VAL data types as int.
	Fix from Dennis Filder.  Bug #1013.

diffstat:

 plugins/sudoers/ldap_conf.c      |  20 ++++++++++++++++++++
 plugins/sudoers/sudo_ldap_conf.h |   7 ++++++-
 2 files changed, 26 insertions(+), 1 deletions(-)



More information about the sudo-commits mailing list