We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firstly, I'm so happy that I can simply integrate Grav into my existing authentication infrastructure. Thanks.
I've configured the plugin based on the instructions provided. I've also configured...
save_grav_user: true store_ldap_data: true
The authentication works perfectly. However, the user account created within Grav has the user's full DN as the username.
So if I login with user baloo, then the Grav account username created would be uid=baloo,ou=users,dc=domain,dc=tld
baloo
uid=baloo,ou=users,dc=domain,dc=tld
Moreover, this field is read-only within the admin interface.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly, I'm so happy that I can simply integrate Grav into my existing authentication infrastructure. Thanks.
I've configured the plugin based on the instructions provided. I've also configured...
The authentication works perfectly. However, the user account created within Grav has the user's full DN as the username.
So if I login with user
baloo
, then the Grav account username created would beuid=baloo,ou=users,dc=domain,dc=tld
Moreover, this field is read-only within the admin interface.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: