Allowing Users To Set Date

2004-07-09 Thread adstro
Is there a way that I can allow a user to set the system time without allowing them to su to root? I can do things using sudo, but I was wondering if there was a way without using third party software. Thanks Adam ___ [EMAIL PROTECTED] mailing list

Re: Allowing Users To Set Date

2004-07-09 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: Is there a way that I can allow a user to set the system time without allowing them to su to root? I can do things using sudo, but I was wondering if there was a way without using third party software. You can chmod u+s date in order to make it setuid-root, although doing

Re: Allowing Users To Set Date

2004-07-09 Thread Tom McLaughlin
On Fri, 2004-07-09 at 10:50, [EMAIL PROTECTED] wrote: Is there a way that I can allow a user to set the system time without allowing them to su to root? I can do things using sudo, but I was wondering if there was a way without using third party software. Thanks Adam sudo is an