[sudo-users] Active Directory Schema incomplete? (and SUDOERS_TIMED attributes not working)

Todd C. Miller Todd.Miller at courtesan.com
Mon Jul 30 09:00:21 EDT 2012


On Mon, 30 Jul 2012 13:33:30 BST, David.HICKS at rbs.com wrote:

> However I think something else might need tweaking in order for your ldap.c m
> od to work, because I get 'unable to format timestamp: Success' errors now, a
> nd the time limit appears to be ignored :

Whoops, the line:

    timebuffer[16];

now needs to be:

    timebuffer[18];

due to the two additional characters.

 - todd



More information about the sudo-users mailing list