Skip to content
New issue

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

Allow enabling/disabling of LDPA always update user option #21

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

k-304
Copy link

@k-304 k-304 commented Apr 12, 2024

Allows DebOps to configure the config parameter netbox__ldap_always_update_user in NetBox's ldap_config.py file.

group_vars will get:

## Fix LDAP login on secondary site
netbox__ldap_always_update_user: '{{ "False" if inventory_hostname in groups["netbox-standby"] else "True" }}'

@k-304 k-304 merged commit dfd6553 into cloudscale-ch:cloudscale/stable-3.0 Apr 15, 2024
6 of 12 checks passed
@k-304 k-304 deleted the netbox-ldap-standby branch April 15, 2024 13:34
urscale pushed a commit that referenced this pull request May 29, 2024
Allow enabling/disabling of LDPA always update user option (#21)

* Allow enabling/disabling of ldap always update user option

* Fix typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants