-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
People expects to reach the DC by typing the node name instead.
For instance,
- node FQDN is node1.example.org
- IP address is 192.168.1.1
- DC FQDN is dc2.ad.example.org
- share
myshare
Share UNC paths are now:
\\dc2\myshare
\\192.168.1.1\myshare (could not work any more)
We should allow also
\\node1\myshare
Requirements:
- SPNs are added to the computer account entry in LDAP
- Set
netbios aliasesin smb.conf - The network DNS resolves the alias correctly (e.g. with a CNAME record)
Tasks:
- Validate NBALIAS for uniqueness in AD
- Change the Server name alias (NBALIAS) in
netbios aliasessmb.conf parameter - Add NBALIAS as computer SPN, remove previous NBALIAS from computer SPN
- Add NBALIAS as DNS CNAME in the AD zone
- Implement NBALIAS in DC role
- Implement NBALIAS in MEMBER role
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done