Created
November 13, 2012 19:51
-
-
Save ksexton/4067965 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://oreilly.com/openbook/samba/book/ch04_07.html |
Aaand here's a super complicated samba way: https://wiki.samba.org/index.php/Multiple_Server_Instances
So, that works, now we need to integrate those into AD to test: https://wiki.samba.org/index.php/Samba_&_Active_Directory#How_much_AD_integration_do_you_want.3F
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
As far as I know, Registry Key optionalnames still works on Windows Server 2008.
Actually, if you run "netdom computername PCNAME /add" command, it will add alias to optionalnames Key.
You may have to create the following too.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters
Value name: DisableStrictNameChecking
Data type: REG_DWORD
Radix: Decimal
Value: 1
If there is any error, please let us know the detailed error message/symptom.
Thanks.