You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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