5

Authentication and Identity management are just one giant shit fuck.
Ldap, PAM, OAuth and what not.
Each of them with it's own caveats.

Ldap, supposedly being the most widely used, isn't even an actual Identity management or authentication service, but just a DB misused as one.

The best part is, that if you want to selfhost some apps, you're pretty much forced to host one of these abominations too.
At least if you don't want to manage each service account's separately.

Comments
  • 3
    You could... build your own login?

    It’s actually not that bad.

    I’m making one today and billing 10 hours for it.

    I do cheat and use bootstrap session timeout (but not bootstrap) but that’s the only dependency and then only because I’m lazy.
  • 2
    @theKarlisK I like free beer too
  • 0
    @HiFiWiFiSciFi for most orgwnizao using ldap, active directory or some sh like that is a must man. You will build the entire auth system, forms etc, but the endpoints are going to be what he mentions.

    And ldap absolutely 100% sucks balls because it is so much shit to learn for such a small usecase
  • 0
    @electrineer ye cheeky bastard
  • 1
    The f in @killermenpl stands for funny
  • 0
    @JustThat i was drinking coffee as I read this and choked. I am going to use that from now on, fucking brilliant
Add Comment