Actions
Feature #10583
openMissing XDMCP entries in /etc/services
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2019-03-25
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The file /etc/services does not contain entries for XDMCP. This prevents using the
symbolic name "xdmcp" in /etc/hosts.allow (instead, one must use the numeric
value 177).
Suggestion: add the two following lines in /etc/services
xdmcp 177/tcp # X Display Mgr. Control Proto xdmcp 177/udp
Updated by Michal Nowak over 2 years ago
- Project changed from OpenIndiana Distribution to illumos gate
/etc/services
, aka /etc/inet/services
, belongs to SUNWcs
package. Moving to illumos.
Actions