add all AD-User as User to add AD-User to Responsible #23022
Replies: 1 comment
|
Yes, and you do not need to write to the database directly. NetBox has two supported ways to pre-provision accounts, both scriptable from Active Directory. 1. Built-in CSV import. NetBox ships a user bulk importer ( 2. REST API. On the passwords question: pre-setting them does not conflict with AD sign-in. Confirmed from source: with LDAP enabled, One alternative worth considering given the end goal: if these entries only need to be selectable as responsible parties on assets, Contact records may be enough. Contacts are standalone individuals with roles assigned to most object types and carry no login capability, so you could model responsibility without provisioning any users: https://docs.netbox.dev/en/stable/features/contacts/ Verified against the current main branch (4.6.x series) by reading source; I have not executed this against a live AD domain. |
Uh oh!
There was an error while loading. Please reload this page.
hi everyone,
we had connected our active directory with netbox. and so we would import every User in the Active directory to netbox. the problem is this is only possible when the AD-User was first logged in netbox. how we can create all User or import all User in netbox? with the import function it isn´t possible then we don´t know the passwort from every Windowsaccount ;-).
The Goal: we would have every AD-User in Netbox to match the User to responsible. so we would match the AD-User to the right asset.
It is possible? Installation is on premise and so we could insert in the database or bulid an python script.
All reactions