LDAP login into panel?

Fantastic, this is just what I need except…

Is there a way not for the User to be Admin?

As I need to use ldap to restrict access to ‘viewing’ the site only rather than editing. So I would like to assign Ldap users to a role that has no panel access. eg.

title: Visitor
permissions:
access:
panel: false

That way only employees using their LDap login can view the site ‘intranet’ and no one else.

1 Like

Thanks for your feedback. Plugin is updated just as you wish. See README for more information.

first of all: thx a very lot!

as far as i understand it correctly, this plugin checks if a ldap user exists in kirby… when not, it just creates this user.

so, this plugin does not a direct-login with authentification against ldap for kirby?

whatabout a user that is created by this plugin… and later deleted on the ldap server? is this user still able to login to kirby?

works in here… thx a lot =)

any chance to get this working for first login via this plugin?

where to change things? in ldap-plugin or in securedpages plugin?

Hey there, I was happy to read about LDAP for Kirby, thanks for the effort … but I’m not sure, whether this is still maintained or not.
Anybody knows if it’s feasable to use?
Anybody knows, if authentication works (since @demlak s questions never got answered)?
Or is there maybe another plugin already in use?

Thanks in advance! Jens.

Hey…

LDAP Login Plugin is not maintained anymore

We still use it… so… yes

We manage the problem of “first login” externaly:
When we have a new user on ldap, we create the profile in kirby at filesystem-level…

as far as i know: not for ldap