Conversation

question: has anyone here tried setting up either ldap or oidc on akkoma? I’ve been bashing my head against this for multiple days across a few attempts now, had an xkcd 979 moment with oidc, and it doesn’t wanna find the eldap module for ldap (pleroma/akkoma documentation for alpine is telling me to install it through apk, but the package doesn’t exist anymore, and documentation suggests that it should be built in? but also not? idk, I’ll see if it’s available for a debian based container, but I’d definitely prefer alpine)

any help would be appreciated


#akkoma
1
0
0

update: I did, in fact try a debian based container, and the requisite package did, in fact, exist for that, so I obviously installed it

that still did not stop it from Not Working

1
0
0

@adam this sounds like multiple compounding headaches, haven’t dealt much with ldap/oidc let alone that with akkoma, best of luck to you in figuring it out

1
0
1

@kitlotor …aaaaaand it turns out that the solution to the ldap issue was embarrassingly simple (as most of those issues tend to be in hindsight)

in case someone here finds this info useful in the future: I had to add :eldap to extra_applications in mix.exs, and it seems to Just Werk now

0
0
0