Comment 8 for bug 946755

Revision history for this message
Chris Boyle (chris-boyle-1978) wrote :

12.04 Beta 2, up to date as of today. The only issue I had was my domain account not being recognized as a sudoer. Here are the details.

/etc/sudoers:
%DOMAIN\\domain^users ALL=(ALL) ALL

I changed it to this instead, which fixed it:

/etc/sudoers:
domain^users ALL=(ALL) ALL

Something must just have changed, which requires a small rewrite of how we recognize AD groups in the sudoers file. Anyway, hope that helps someone else.