[sudo-workers] LDAP secret issue

Todd C. Miller Todd.Miller at courtesan.com
Wed Apr 23 08:31:22 EDT 2008


Whoops, there is a typo/thinko in sudo_ldap_read_secret().  The line:
	estrdup(cp);

Should be:
	estrdup(buf);

 - todd



More information about the sudo-workers mailing list