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
netbox-5.0.24
kubernetes
remoteAuth: enabled: false backends: - netbox.authentication.LDAPBackend autoCreateUser: true header: HTTP_REMOTE_USER ldap: serverUri: 'xx' startTls: true ignoreCertErrors: true bindDn: "xx" bindPassword: ldap_bind_password # userDnTemplate: "" userSearchBaseDn: "xx" userSearchAttr: sAMAccountName
Hello, i don't want to use the groups for authentification ldap https://netboxlabs.com/docs/netbox/en/stable/installation/6-ldap/
However, the file created by helm use groups. If i do not put values , it set default one and does not work How can i do without groups ?
use ldap only with search user without group associted to AD
The text was updated successfully, but these errors were encountered:
Thanks for filing this issue, @fga1794. Have you tried using empty array/string values?
Sorry, something went wrong.
yes i tried with empty values. in this case, I got the error : name 'AUTH_LDAP_REQUIRE_GROUP' is not defined
Thanks @fga1794 Could you please paste here the complete error log?
Provide better LDAP default configuration
01292cd
Thus fix the empty group issue. Fixes #637
Successfully merging a pull request may close this issue.
The Helm chart version
netbox-5.0.24
Environment Versions
Custom chart values
Current Behavior & Steps to Reproduce
Hello, i don't want to use the groups for authentification ldap
https://netboxlabs.com/docs/netbox/en/stable/installation/6-ldap/
However, the file created by helm use groups. If i do not put values , it set default one and does not work
How can i do without groups ?
Expected Behavior
use ldap only with search user without group associted to AD
NetBox Logs
The text was updated successfully, but these errors were encountered: