1833527 Members
3311 Online
110061 Solutions
New Discussion

Access by dtlogin

 
SOLVED
Go to solution
Giuseppe_13
Frequent Advisor

Access by dtlogin

Is it possible to configure an access list
to deny or allow the access to the server HP-UX by dtlogin to some client ?

For example, for the telnet or ftp is possible to configure an access list in file /var/adm/inietd.sec.

For dtlogin how is possible ?

Thanks
4 REPLIES 4
Hakan Aribas
Valued Contributor

Re: Access by dtlogin

Hi,

I don't know if it is possible to configure an access list for dtlogin, but if you wish you can entirely enable/disable it via the following commands:

# /sbin/init.d/dtlogin.rc start

# /sbin/init.d/dtlogin.rc stop

# /sbin/init.d/dtlogin.rc reset
(to tell the dtlogin process to reread CDE config files to incorporate any changes)

Robert-Jan Goossens_1
Honored Contributor
Solution

Re: Access by dtlogin

Giuseppe,

Check if you can open next doc.

Title: Several options to prevent login to CDE
Document ID: CDEKBRC00006846
Last Modified Date: 8/6/05

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080093577

Regards,
Robert-Jan
Helen French
Honored Contributor

Re: Access by dtlogin

Well, you can configure some level of authorization through the dtlogin process with the 'Xaccess' file. You can find it in /usr/dt/config directory. Read that file or the man page for dtlogin for details on how to configure it:

# man dtlogin
Life is a promise, fulfill it!
Giuseppe_13
Frequent Advisor

Re: Access by dtlogin

Problem solved