Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CMS Shell 3

Status
Not open for further replies.

JDE

Technical User
Aug 13, 2001
36
GB
Morning all,
Any idea on how stop a CMS user launching CMS automatically? Just need this one user to drop straight into UNIX.
Cheers
 
From the CMS console log in as 'root' and execute 'admintool'. That shows you all the users that are defined in /etc/passwd. Select the userid that you want to change and click the 'edit' and 'modify' buttons. Change the login shell from cms to ksh.

Kevin
 
This is caused by the default shell set by CMS when a user is created.
Just create them in SOLARIS with useradd, that way they are not in the CMS member group,or just change the login shell afterwards from /usr/bin/cms to for example /usr/bin/ksh
This can be easily done by using the admintool on the Sun machine.(richtclick on the desktop for menu)


hope this helps


Rob
 
Cool - thanks both.
JDE
 
Just be aware that if you change the shell, you won't be able to log into CMS Supervisor any longer with that user ID.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top