Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

VueJS Webapp, Laravel Backend and filter command. #899

Open
Groganj89 opened this issue Nov 12, 2020 · 1 comment
Open

VueJS Webapp, Laravel Backend and filter command. #899

Groganj89 opened this issue Nov 12, 2020 · 1 comment

Comments

@Groganj89
Copy link

Groganj89 commented Nov 12, 2020

  • Laravel Version: 5.8
  • Adldap2-Laravel Version: Latest
  • PHP Version: 7.4
  • LDAP Type: Active Directory

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?

@Groganj89
Copy link
Author

Hello, any update on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant