Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ldap integration #27

Open
sherubr21 opened this issue Jan 20, 2021 · 2 comments
Open

ldap integration #27

sherubr21 opened this issue Jan 20, 2021 · 2 comments
Labels
customizations Local app source code improvements to fit your project requirements Help Needed Any reader that could help solving this issue would be much appreciated!!

Comments

@sherubr21
Copy link

hi sir or madam,
I really like this laravel package ,its working perfectly in laravel framework 6 and 7.
i have installed in local server and i am using laravel 7 +.so i need a help to integrate panichd app with ldap (active
directory).
i am using this panichd app in my company. we already have our users in ldap . How i can authentication my
company users in ldap server with panichd app.help me to add ldap authentication in this panichd app.

@xaviqv xaviqv added the customizations Local app source code improvements to fit your project requirements label Jan 24, 2021
@xaviqv
Copy link
Contributor

xaviqv commented Jan 24, 2021

Hello @sherubr21,

First of all, thank you for this feedback. I'm very glad that this package fits in your work environment.

Reffering to your question, PanicHD Members use Laravel native Auth by default. As you may see in Models\Member.php, in PanicHD we just take the default App\User Model and add functionality to be usable within our package:

image

With this detail I just wanna make clear that PanicHD doesn't have any own authentication system, as It's using the one that comes with Laravel. I'm sorry I cannot help you much on this topic, I have no experience with LDAP integration, but after a quick google search with the terms "laravel ldap authentication" it seems there are some packages in GitHub that may be helpful for this task. Have luck!

@xaviqv xaviqv added the Help Needed Any reader that could help solving this issue would be much appreciated!! label Jan 24, 2021
@sherubr21
Copy link
Author

sherubr21 commented Jan 25, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customizations Local app source code improvements to fit your project requirements Help Needed Any reader that could help solving this issue would be much appreciated!!
Projects
None yet
Development

No branches or pull requests

2 participants