Authelia and Lldap: Authentication, SSO, User Management for Home Networks
11–20 of 29 posts
Re: Authelia and Lldap: Authentication, SSO, User Management for Home Networks
#12Re: Authelia and Lldap: Authentication, SSO, User Management for Home Networks
#13This caught my eye and I started reading over it but my eyes glazed over after a couple of sections of setting up various docker containers in various zfs directory structures and editing toml configuration files and zzzz… Here’s a hint: for 99.999% of potential users, including 99.9% of motivated, technically savvy users, if I need to know the directory structure of your software, then you already failed. I apprecia…
I'd love to be wrong, but I suspect that it is quite a narrow niche of users that a) are willing to run their own identity and auth servers but b) aren't so persnickety about their software that they would be cool with some wizard to set it all up automagically.
Re: Authelia and Lldap: Authentication, SSO, User Management for Home Networks
#14Re: Authelia and Lldap: Authentication, SSO, User Management for Home Networks
#15Offers similar feature set, also self-hostable, but most importantly - simple to set-up. I've spent 8h on authelia deployment, where 30 minutes in authentik would be sufficient. But both are good options, pick what you prefer.
Re: Authelia and Lldap: Authentication, SSO, User Management for Home Networks
#16Re: Authelia and Lldap: Authentication, SSO, User Management for Home Networks
#17Kanidm is another similar tool for user management I've been enjoying. It has a strong focus on safe defaults and supports exposing the users via LDAP ootb. It's fairly simple to set up as well, but I feel like it sometimes expects the users to be fairly technical.
Re: Authelia and Lldap: Authentication, SSO, User Management for Home Networks
#18Bizarre coincidence. I just ran into lldap for the first time earlier today. I built it on Windows for fun. I'm new to Rust and it was surprisingly easy (and only needed very slight modification). If I were going to support Windows clients on the hypothetical home network, however, I'd use Samba as a Domain Controller and use the LDAP server there. That gets you SSO to Windows clients too.
Re: Authelia and Lldap: Authentication, SSO, User Management for Home Networks
#19Getting this stack set up is not as complicated as this post makes it seem... LLDAP is great and the dev was very responsive when I had issues with some early builds. Plenty of documentation around on getting Authelia set up, and connecting it to LLDAP is also pretty straightforward.
Re: Authelia and Lldap: Authentication, SSO, User Management for Home Networks
#20I want to set up something like this for my home network. The one thing missing that I'd also like is a way for users to log in to windows machines using these credentials. I understand that is also possible via Kerberos, but... Well, it takes some time to understand these things, me not doing a whole lot of sysadmin work ... It also seems the author has a more recent post about using Samba as an AD controller, and t…