XDisableAccessControl() XDisableAccessControl()
Name
XDisableAccessControl - allow access from any host.
Synopsis
XDisableAccessControl(display)
Display *display;
Arguments
display Specifies a connection to an X server; returned from XOpenDisplay().
Description
XDisableAccessControl() instructs the server to allow access from clients on any host. This disables use of the host access list.
This routine can only be called from a client running on the same host as the server.
For more information on access control, see Volume One, Chapter 15, Other Programming Techniques.
Errors
BadAccess
See Also
XAddHost(), XAddHosts(), XEnableAccessControl(), XListHosts(), XRemoveHost(), XRemoveHosts(), XSetAccessControl().
Xlib - Host Access XDisableAccessControl()