Compare commits
2 Commits
main
...
8142-samba
Author | SHA1 | Date |
---|---|---|
Xavi Lleó | 4a3f312c53 | |
Xavi Lleó | b5941d36c4 |
|
@ -1,3 +1,15 @@
|
||||||
|
# Provisioning of Samba. Samba is able to serve as an Active Directory (AD) domain controller (DC).
|
||||||
|
# The entire process of setting up a Samba domain controller consists of 5 steps which are relatively straight forward. These steps are as follows:
|
||||||
|
# 1. Installation of Samba and associated packages
|
||||||
|
# 2. Deletion of pre-configured Samba and Kerberos placeholder configuration files
|
||||||
|
# 3. Provisioning of Samba using the automatic provisioning tool
|
||||||
|
# 4. Editing of the smb.conf as needed (enabling of Group Policy and/or other features as needed) see Group Policy for more information
|
||||||
|
# 5. Any environmental configuration based on Unix/Linux Distribution
|
||||||
|
#
|
||||||
|
# https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/active-directory-domain-join-troubleshooting-guidance
|
||||||
|
# https://learn.microsoft.com/en-us/windows/win32/api/lmjoin/nf-lmjoin-netvalidatename
|
||||||
|
|
||||||
|
|
||||||
- name: Install adSamba packages
|
- name: Install adSamba packages
|
||||||
package:
|
package:
|
||||||
name: "{{ dcsamba_base_packages }}"
|
name: "{{ dcsamba_base_packages }}"
|
||||||
|
|
Loading…
Reference in New Issue