Scroll to navigation

UPDATE-DPSYCO-USERS-SUDOERS(1) User Contributed Perl Documentation UPDATE-DPSYCO-USERS-SUDOERS(1)

NAME

update-dpsyco-users-sudoers

USAGE

update-dpsyco-users-sudoers

DESCRIPTION

Searches for 'sudo' files in /usr/share/dpsyco/users. Each sudo file contains a line with information about what that user can do.
A line can look like this:
ALL=(ALL) ALL
And the generated line (that will be applied to /etc/sudoers) will look like
$USERNAME ALL=(ALL) ALL
The $USERNAME is the name of the apropriate user.

AUTHOR

Ola Lundqvist <opal@debian.org>

SEE ALSO

update-dpsyco(1) sudo(1) /etc/dpsyco/sudoers
Fri Aug 8 18:28:05 CEST 2008 Dpsyco