Import user information from Microsoft Active Directory (AD) using LDAP
Posted: 2021-03-11 07:36
Good morning @all,
I am working on a solution in PHP for importing user information from a Microsoft Active Directory (AD) using LDAP.
Has anyone done this before and kindly may share her/his experience with me?
What connection parameters do I need for readonly access? Do we have to configure an account for reading user lists? Is there any configuration parameter required in AD for remote accecss by a PHP script? Do we need any additional library / module when using XAMPP or WAMP in Windows OS?
Thanks in advance,
keep coding and stay safe!
Jan
PS: I know there are ldap_* functions in PHP. I am not looking for google search results but for developers who already did this successfully. My question is not about integrating LDAP with AppGini membership system. It is just about reading information like name, email, phone etc.
I am working on a solution in PHP for importing user information from a Microsoft Active Directory (AD) using LDAP.
Has anyone done this before and kindly may share her/his experience with me?
What connection parameters do I need for readonly access? Do we have to configure an account for reading user lists? Is there any configuration parameter required in AD for remote accecss by a PHP script? Do we need any additional library / module when using XAMPP or WAMP in Windows OS?
Thanks in advance,
keep coding and stay safe!
Jan
PS: I know there are ldap_* functions in PHP. I am not looking for google search results but for developers who already did this successfully. My question is not about integrating LDAP with AppGini membership system. It is just about reading information like name, email, phone etc.