1827741 Members
3091 Online
109969 Solutions
New Discussion

Disable xdmcp

 
Dave Thompson_7
Occasional Advisor

Disable xdmcp

The auditor has recommended that we disable xdmcp. I'm just looking for a simple answer to the "how." We're not using X-Windows. I can't seem to get my hands around what I've been reading--must be one of those days.
3 REPLIES 3
Ivan Krastev
Honored Contributor

Re: Disable xdmcp

Hi Dave,

see this doc http://www8.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00927429-1

"preventing dtlogin from listening for XDMCP"

Doc ID is HCDEKBRC00015081.


regards,
ivan
nishith
Frequent Advisor

Re: Disable xdmcp

Hi Dave,

To disable XDCMP
Copy /usr/dt/config/Xconfig to /etc/dt/config/Xconfig, if this files doesn't exist.

Uncomment the following line.

# ##################################################################
#######
# To disable listening for XDMCP requests from X-terminals.
#
# Dtlogin.requestPort: 0




regds,

nishith


Dave Thompson_7
Occasional Advisor

Re: Disable xdmcp

Ivan, for some reason, I couldn't access the page you referenced.

I copied the /usr/dt/config/Xconfig file to /etc/dt/config as it didn't exist, then uncommented the Dtlogin.requiesPort: 0 line.

Thanks.