Host can't join AD
-
FogServer : 1.5.10(.4)
FogService : 0.13
OS Server : Debian 10 & 11, WS 2019 DC
OS Client : Windows Pro 10 & 11 22h2Hello,
I have an issue when my hosts (W10 22h2 & W11 22h2) want to join the domain. Here the logs :
------------------------------------------------------------------------------ --------------------------------HostnameChanger------------------------------- ------------------------------------------------------------------------------ 08/05/2023 11:01:03 Client-Info Client Version: 0.13.0 08/05/2023 11:01:03 Client-Info Client OS: Windows 08/05/2023 11:01:03 Client-Info Server Version: 1.5.10 08/05/2023 11:01:03 Middleware::Response Success 08/05/2023 11:01:03 HostnameChanger Checking Hostname 08/05/2023 11:01:03 HostnameChanger Hostname is correct 08/05/2023 11:01:03 HostnameChanger Attempting to join domain 08/05/2023 11:01:33 HostnameChanger The specified domain either does not exist or could not be contacted, code = 1326 ------------------------------------------------------------------------------
The server running on Debian 11.7, i tried with master branch of Fog 1.5.10 and devbranch 1.5.10.4.
Then i’ve installed a temporary fog on Debian 10.14 master branch 1.5.10 and it works, my hosts can join the domain.I hav’nt this issue with Debian 11 and Fog 1.5.9.
Any idea ?
Thanks.
-
@Lemeunier The error code 1326 is specific to Microsoft domain joining, meaning “username and/or password are incorrect”. Double check you are using the correct credentials. Pretty sure this is not an issue with FOG being installed on different versions of Debian.
Search the forums for “1326” and you will find dozens of posts on this problem.
-
@Sebastian-Roth Thanks but,
I use this credential for joining the domain, it works fine in windows interface.
I aslo changed the passaword with something like “Pass1234”, without special caracters.
I used aslo the matser domain credential, its not working (with Fog).I precise when i’m doing the same thing with a server on Debian 10 and it works fine.
-
@Lemeunier Have you read through some of the other topics found in the forums? In a fair amount of cases people had to use
domain\username
in the username field but also specific the domain in it’s own field to make it work. I think no one got ever worked out why this is the case because the fog-client should actually do this by itself. -
@Sebastian-Roth said in Host can’t join AD:
In a fair amount of cases people had to use
domain\username
in the username field but also specific the domain in it’s own field to make it workYou have totally right, it works with myDomain\userName.
Thanks Sebastian.
-