Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
windows_advanced_ldap [2019/11/04 11:22] – created andonovj | windows_advanced_ldap [2019/11/07 00:32] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 23: | Line 23: | ||
- Active Directory Domain Services (AD DS) -> Next | - Active Directory Domain Services (AD DS) -> Next | ||
- Confirmation -> Restart the destination server automatically if required. | - Confirmation -> Restart the destination server automatically if required. | ||
- | - Results -> Wait :) | + | - Results -> Wait to complete |
- | | + | |
+ | ======Configure the LDAP====== | ||
+ | Nice, so we have enabled the LDAP, now we have to promote our server to domain controller: P.S. the server which will CONTROL the authentication. | ||
+ | |||
+ | - Server Manager -> AD AS -> More -> Promote This server to Domain Controller | ||
+ | - Deployment Configuration -> Create new forecast -> Enter Domain Name (e.g. sqldom.com) -> Next | ||
+ | - Domain Controller Options -> Enter DSRM Password -> Next | ||
+ | - Additional Options -> Next | ||
+ | - Paths -> Next | ||
+ | - Review Options -> Next | ||
+ | - Prerequisites Checks -> Install -> Wait -> It will restart automatically | ||
+ | |||
+ | After you add couple servers (below more instructions) You will have something like that: | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | ======Add server to Domain====== | ||
+ | After we have domain controller, let's see how our architecture looks like: | ||
+ | |||
+ | * winnodea - Domain Controller, IP: 10.20.14.6 | ||
+ | * winnodeb - Not part of the domain, IP: 10.20.14.5 | ||
+ | |||
+ | To add winnodeb to the domain, go to the server you wish to add and insure that the DNS server points to the domain controller: | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | After that, follow these steps to add the computer to the domain: | ||
+ | - Right Click on Computer -> Properties -> Change Settings | ||
+ | - System Properties -> Press the " | ||
+ | - Computer Name/Domain Changes -> Press the Domain radio Button and Enter the Domain Name | ||
+ | - Provide the credentials for the DOMAIN CONTROLER | ||
+ | - The computer will restart automatically and upon login, you will be able to use the domain account :) |