panichd icon indicating copy to clipboard operation
panichd copied to clipboard

ldap integration

Open sherubr21 opened this issue 4 years ago • 2 comments

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.

sherubr21 avatar Jan 20 '21 13:01 sherubr21

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 avatar Jan 24 '21 21:01 xaviqv

thank you sir for your help

On Mon, Jan 25, 2021 at 3:22 AM Xavi [email protected] wrote:

Hello @sherubr21 https://github.com/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: image] https://user-images.githubusercontent.com/25639840/105643718-c8f99200-5e91-11eb-8f89-fd011cef3dc3.png

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!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/panichelpdesk/panichd/issues/27#issuecomment-766434345, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARBZKFSLHYFHGZGLGIAQSYTS3SFQRANCNFSM4WKV5N3Q .

sherubr21 avatar Jan 25 '21 03:01 sherubr21