- JBoss:Developer's Guide
- Elvadas Nono Woguia
- 94字
- 2021-07-02 18:37:26
Reviewing the domain controller configuration
To indicate that a host is a domain controller, locate the domain-controller section in the configuration file and make sure its content matches the following structure:
<domain-controller>
<local/>
</domain-controller>
The local tag indicates that this is a domain controller, and for other hosts to join the domain, you will need to establish a connection to the socket interface of this controller.
This defines interface ports on which the server is listening. A socket interface is used for CLI administration, and an HTTP interface is used for console webapp access--9990/console.
推薦閱讀
- CMDB分步構建指南
- PyQt從入門到精通
- Learning ArcGIS Pro
- Mastering AndEngine Game Development
- PhpStorm Cookbook
- HTML5從入門到精通 (第2版)
- Swift語言實戰精講
- Express Web Application Development
- C/C++程序員面試指南
- GameMaker Essentials
- Fast Data Processing with Spark(Second Edition)
- Unity 2017 Game AI Programming(Third Edition)
- Yii2 By Example
- Building Apple Watch Projects
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL