DirectoryTree / Authorization

Easy, native Laravel user authorization.
MIT License
162 stars 7 forks source link

How to use LdapRecord with Authorization #5

Closed lucraraujo closed 2 years ago

lucraraujo commented 2 years ago

I want to use Active Directory group to define the user role and I cannot see how to do it.

stevebauman commented 2 years ago

Hi @lucraraujo, this package isn't specifically designed for LdapRecord-Laravel. You will have to implement this functionality yourself.

lucraraujo commented 2 years ago

Ok. Thanks!