Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author: Hayden Young
contributors: Steven Spencer
contributors: Steven Spencer, Sambhav Saggi
---

# Active Directory Authentication
Expand Down Expand Up @@ -119,6 +119,12 @@ tools.
[user@host ~]$ sudo realm join ad.company.local
```

If this process complains about encryption with `KDC has no support for encryption type`, try updating the global crypto policy to allow older encryption algorithms:

```sh
[user@host ~]$ sudo update-crypto-policies --set DEFAULT:AD-SUPPORT
```

If this process succeeds, you should now be able to pull `passwd` information
for an Active Directory user.

Expand Down