T.R | Title | User | Personal Name | Date | Lines |
---|
1733.1 | | VIA::FINNEGAN | All of the best intentions are less than one good act. | Tue Nov 14 1989 09:49 | 11 |
| The obvious question is can you run any other application as normal user?
I have had problems with my DS3100 where I had to define the DISPLAY environment
variable just to run locally:
> setenv DISPLAY :0.0
Also, check the protection on the files and your security, I have yrdarm and
yrdarm:: authorized.
Neal
|
1733.2 | | HACKIN::MACKIN | Are crazed ice weasels PC? | Tue Nov 14 1989 22:01 | 8 |
| Security bit me when trying to have a VMS system be the server for an
ULTRIX DECwindows client. I got it to work by *not* specifying the
username in text in the security dialogue box, but instead either
specifying the ULTRIX number for my username or, alternatively and less
secure, simply specifying an "*" in the username field. Apparently
when an ULTRIX system is making a DECnet connection it doesn't pass the
username of the process making the connection, but instead passes the
authorization number for that user.
|
1733.3 | Ultrix user names | OXNARD::HAYNES | Ice weasels are PC only in the privacy of your own home | Wed Nov 15 1989 23:50 | 8 |
| Ultrix sends the real user name if the program is "setuid" (like dcp).
Otherwise it sends the "uid" from the password file. (Don't ask... or
better yet, ask in the ULTRIX DECNET notes file.) If you want to be
safe AND secure, you should probably specify BOTH, and not "*", which
would allow anyone from that host to connect. Note that host based
authentication is the default on our Ultrix machines (for now.)
-- Charles
|