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

(NetBox) Allow custom LDAP attributes #18

Closed

Conversation

k-304
Copy link

@k-304 k-304 commented Mar 27, 2024

Allow NetBox to populate user profiles with custom LDAP attributes defined in Ansible.

The default in NetBox is:

netbox__ldap_attr_firstname: 'cn'
netbox__ldap_attr_sn: 'sn'
netbox__ldap_attr_mail: 'mailAddress'

But our LDAP has a cn including givenName + surname, and we get duplicated entries in the name field in NetBox. We'd want to use custom LDAP attributes instead.

@k-304 k-304 closed this Apr 5, 2024
@k-304 k-304 reopened this Apr 5, 2024
@k-304
Copy link
Author

k-304 commented Apr 10, 2024

No longer needed. Could not replicate issue.

@k-304 k-304 closed this Apr 10, 2024
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.

1 participant