LdapRecord usage #532
Unanswered
LeeMcNaughton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fogive me for being ignorant / a total noob when it comes to Laravel.
I am currently using the opensource Laravel based product called Snipe-IT for our in house IT asset managment system and its great, I have managed to make various modification to the code to add features that are required by our business such as Software inventory for each asset.
I am dabbling with the idea of integrating AD via LDAP in to Snipe-IT so our outsourced IT desk have "everything under one roof" I know Snipe-IT already has LDAP integration however this is just to sync users from AD and to use as authentication..
I have come across two packages LDAPRecord and Adldap2 (I beleive Adldap2 is a older version of LDAP Record) .. I have read the documentation and understand how to make the connection to LDAP and query users etc using querires within my PHP code however ever what I am struggling with is how would I pass the contents of a form to these queiries so they can be used to create users etc.
Forgive me if this is not in the right place!
Beta Was this translation helpful? Give feedback.
All reactions