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
{{ message }}
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
I want to incoporate adldap2 into my webapp which is built with VueJS front end and a Laravel backend. I have added a component that the customer will enter the ldap information into and it saves to the database.
What I need to now do is use the controller / database information my webapp has provided to configure the \config\ldap.php, When I try to code this, it kills the whole webapp. I also need to ask, using the command with a filter, (eg, php artisan adldap:import --model "App\Person" --filter="(memberof=CN=test-group,OU=Security Groups,OU=MyBusiness,DC=testdomain,DC=local)")
What I want to do is populate the filter with information from the database, such as,
Description:
I want to incoporate adldap2 into my webapp which is built with VueJS front end and a Laravel backend. I have added a component that the customer will enter the ldap information into and it saves to the database.
What I need to now do is use the controller / database information my webapp has provided to configure the \config\ldap.php, When I try to code this, it kills the whole webapp. I also need to ask, using the command with a filter, (eg, php artisan adldap:import --model "App\Person" --filter="(memberof=CN=test-group,OU=Security Groups,OU=MyBusiness,DC=testdomain,DC=local)")
What I want to do is populate the filter with information from the database, such as,
php artisan adldap:import --model "App\Person" --filter="(memberof=CN=DATABASE_GROUP,OU=Security Groups,OU=MyBusiness,DC=DATABASE_BASE_DN)"
is this possible?
The text was updated successfully, but these errors were encountered: