this post was submitted on 12 Jun 2023
1 points (100.0% liked)

Sysadmin

19 readers
1 users here now

A community dedicated to the profession of IT Systems Administration.

founded 1 year ago
 

I recently found: AAD Auth from Canonical/Ubuntu for native AzureAD auth for Ubutnu systems. For the past bit we've mostly been Windows/macOS, and never really entertained linux for business use - mostly because we've never had the tooling for it. We exclusively use Azure AD (no on-prem AD), so in the past when looking the solution has been Azure AD Domain Services with SSSD.

Whilst this is likely very 'Googleable' and something I could spin up and test myself (which I likely still will), in the interest of trying to start some discussion on this magazine - I was wondering if anyone has had any experiences (positive/negative) with using native AAD auth with Ubuntu?

top 2 comments
sorted by: hot top controversial new old
[–] EmptyRadar@kbin.social 2 points 1 year ago (1 children)

Cool - I was actually just thinking about whether this was possible recently. I'm setting up Active Directory on my home network to make a few things easier and I wondered about how to mesh that with my Linux systems.

[–] pik@kbin.social 1 points 1 year ago

If you’re running pure AD without the Azure AD part - you might want to take a look at SSSD on it’s own - as it can handle that (and on most distros too - and possibly a little bit easier to setup) :)