s.com)
-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Gerald Wichmann
Sent: Thursday, May 16, 2002 10:15 AM
To: [EMAIL PROTECTED]
Subject: Re: dsmc sched as another user
Ya good point and I thought of that. Fortunately it's not a big issue here.
The later
Hello,
You can use sudo to grant root access to the dsmc command to any user
you define, or I think you can use the Users directive on the dsmc.sys
file and put there all the users you allow to execute the command.
=
"Do or Do Not, there is no try"
-Yoda. The Empire Strikes Back
_
evelopment Engineer
Zantaz, Inc.
925.598.3099 (w)
-Original Message-
From: Thomas Denier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 8:34 AM
To: [EMAIL PROTECTED]
Subject: Re: dsmc sched as another user
> Try using sudo.
> You can allow your non-root user execute only the dsmc
rsday, May 16, 2002 8:36 AM
To: [EMAIL PROTECTED]
Subject: Re: dsmc sched as another user
I've never tried this on a LINUX client, but
try putting the USERS option in the dsm.sys file:
USERS myname yourname etc
For *X clients, USERS specifies who (besides root) can execute dsm or dsmc.
It&
ge-
From: Gerald Wichmann [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 9:14 PM
To: [EMAIL PROTECTED]
Subject: dsmc sched as another user
On linux when starting the dsmc sched process you need to be root. Otherwise
it says "ANS1817E Schedule function can only be run by a T
> Try using sudo.
> You can allow your non-root user execute only the dsmc command as root.
I think this would allow the non-root user to execute dsmc as root with
any operands, not just the 'sched' operand. This would be a serious
security exposure. The non-root user could replace any file on th
Try using sudo.
You can allow your non-root user execute only the dsmc command as root.
=
"Do or Do Not, there is no try"
-Yoda. The Empire Strikes Back
___
Do You Yahoo!?
Yahoo! Messenger
Comunicacisn instantanea gratis con tu gent
On linux when starting the dsmc sched process you need to be root. Otherwise
it says "ANS1817E Schedule function can only be run by a TSM authorized
user."
I'm trying to write a script that gets run by a non-root user to start the
scheduler. Is it possible to get around this limitation somehow? I