Skip to content

Commit 7f5333c

Browse files
authored
Fix with Server not found in Kerberos database
Hello, minutes ago I tried add Ubuntu server on Azure AD Managed domain and received the error Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database). I found the following documentation of RHEL but works on Ubuntu server. https://access.redhat.com/discussions/3370851 This could help to others to reduce time on adding machines and use more Azure ADDS
1 parent dc36294 commit 7f5333c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/active-directory-domain-services/join-ubuntu-linux-vm.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ Successfully enrolled machine in realm
151151

152152
If your VM can't successfully complete the domain-join process, make sure that the VM's network security group allows outbound Kerberos traffic on TCP + UDP port 464 to the virtual network subnet for your Azure AD DS managed domain.
153153

154+
If you received the error *Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database)*, open the file */etc/krb5.conf* and add the following code in `[libdefaults]` section and try again:
155+
156+
```console
157+
rdns=false
158+
```
159+
154160
## Update the SSSD configuration
155161

156162
One of the packages installed in a previous step was for System Security Services Daemon (SSSD). When a user tries to sign in to a VM using domain credentials, SSSD relays the request to an authentication provider. In this scenario, SSSD uses Azure AD DS to authenticate the request.

0 commit comments

Comments
 (0)