Page 1 of 1

LDAP

Posted: 2022-04-07 22:47
by angus
Hi everyone, I was using LDAP but it does not work in 22.12 due to the loginMember function no longer existing. Ahmed advises this has been moved to

Code: Select all

/resources/lib/Authentication.php
I have had a look at this but its totally different to the LogInMember function and I am not easily able to recreate it.

Has anyone had any luck updating this to use LDAP?

Re: LDAP

Posted: 2024-01-23 17:36
by a.gneady
I'm glad to announce that we've just added LDAP support to AppGini 24.10, https://bigprof.com/appgini/help/ldap-authentication

All you need to do is configure LDAP settings from the admin area > Utilities menu > Admin settings > LDAP

You don't need to define your LDAP users first in your AppGini app. Instead, you can configure LDAP settings to automatically add new users to a specified group. May be you could give this group minimal or no permissions, review the users in there, and move them to other groups to activate them.