1832920 Members
3210 Online
110048 Solutions
New Discussion

Re: dtlogin allow/deny

 
Shahul
Esteemed Contributor

dtlogin allow/deny

Hi,

I would like to allow access to my HPUX 11.11 box via dtlogin for some clients and not for others. Can anyone tell me if there is an option in Xconfig file for this? or any other thoughts?

TIA
Shahul
3 REPLIES 3
Kenan Erdey
Honored Contributor

Re: dtlogin allow/deny

Hi,

look at /usr/dt/config/Xaccess file.

Kenan.
Computers have lots of memory but no imagination
Sandeep_Chaudhary
Trusted Contributor

Re: dtlogin allow/deny

In /usr/dt/config/Xaccess u have to do following modification

1)comment "CHOOSER BROADCAST"
2)uncommnet "#%hostlist host-a host-b" line and replace host-a host-b with ur hostname



# so this may not work in all environments.
#

* CHOOSER BROADCAST # any indirect host can get a chooser

#
# If you'd prefer to configure the set of hosts each terminal sees,
# then just uncomment these lines (and comment the CHOOSER line above)
# and edit the %hostlist line as appropriate
#

# %hostlist host-a host-b


# Preceding either a host name or a pattern with a `!' character
causes hosts which match that entry to be excluded.
Kenan Erdey
Honored Contributor

Re: dtlogin allow/deny

Hi again,

copy usr/dt/config/Xaccess to /etc/dt/config/ then edit the file. if you comment the line below you disable all logins:

* # grant service to all remote displays

then give acccess to the host by writing them

host1
host2
etc...

then reload configuration

/usr/dt/bin/dtconfig -reset

Kenan.
Computers have lots of memory but no imagination