Closed Nuvelle closed 4 years ago
Hi #! Welcome to this repo.
Looks like you forgot to add user_format
to ldap_auth.identifiers.ldap
: https://github.com/jotaelesalinas/laravel-adminless-ldap-auth#configure-the-ldap-authentication-in-configldap_authphp. Try creating it and let me know.
That did it, any reason it is not there by default when the other 2 entries were?
I'm glad you solved it! This variable is not in ldap_auth.php
by default because it is not needed by the Adldap package. I think I will move this config variable outside this file in the future.
Detailed description
When using Tinker to test the Auth (as described in the Usage part of the readme) the above notice is thrown:
Line 21:
My identifiers are the default options at this stage whilst testing:
Your environment
Include as many relevant details about the environment you experienced the bug in and how to reproduce it.