-
Notifications
You must be signed in to change notification settings - Fork 808
Blog: Profiles - Import Active Directory #3432
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
Merged
+62
−0
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
Website/blog/2026-05-18-import-profiles-from-active-directory/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| --- | ||
| slug: import-profiles-from-active-directory | ||
| title: Import Profiles from Active Directory | ||
| description: "NETworkManager now lets you import profiles directly from Active Directory. Query computer accounts via LDAP, review the results, and bulk-import them as profiles in seconds." | ||
| authors: [borntoberoot] | ||
| tags: [profiles, active directory, import, new feature] | ||
| keywords: [NETworkManager, profile import, Active Directory, LDAP, bulk import, computer accounts, sysadmin] | ||
| --- | ||
|
|
||
| NETworkManager now lets you import profiles directly from **Active Directory**. Instead of creating profiles for every machine by hand, you can query your AD for computer accounts via LDAP, review the results, and bulk-import them into any group with a single click. | ||
|
|
||
| <!-- truncate --> | ||
|
|
||
| ## The problem with large environments | ||
|
|
||
| If you manage dozens or hundreds of machines, maintaining NETworkManager profiles manually is tedious. You have to add each host one by one, set the display name, pick the right group, and enable the applications you need. When machines are added or decommissioned in AD, keeping profiles in sync becomes its own maintenance burden. | ||
|
|
||
| The new **Active Directory import** solves this by pulling computer accounts directly from your domain. | ||
|
|
||
| ## How it works | ||
|
|
||
| Go to **Settings → Profiles** and click **Import**. Select **Active Directory** as the import source. A dialog opens where you configure the LDAP connection: | ||
|
|
||
|  | ||
|
|
||
| | Field | Description | | ||
| | --- | --- | | ||
| | **Search base** | LDAP search base, e.g. `DC=domain,DC=com` | | ||
| | **Server** | Hostname or IP of the LDAP server. Leave empty to use the default domain controller. | | ||
| | **Port** | Defaults to `389` (LDAP) or `636` (LDAPS), switches automatically when **Use SSL** is toggled. | | ||
| | **Use SSL** | Connect via LDAPS (encrypted). | | ||
| | **Authentication** | Use current Windows credentials or supply a custom username and password. | | ||
| | **Exclude disabled accounts** | Skip computer accounts that are disabled in AD. | | ||
| | **Additional LDAP filter** | Narrow results further, e.g. `(operatingSystem=Windows Server*)`. | | ||
|
|
||
| Click **Search** and NETworkManager queries the directory. All matching computer accounts appear in the next step. | ||
|
|
||
| ## Review and import | ||
|
|
||
| Before anything is written, you get a full review of what will be imported: | ||
|
|
||
|  | ||
|
|
||
| Each entry shows a **Status** so you know exactly what will happen: | ||
|
|
||
| - **New** — not yet in NETworkManager, will be imported. | ||
| - **Already imported** — already exists as a profile from this source. Skipped by default (configurable). | ||
| - **No host** — no host address available, cannot be imported. | ||
|
|
||
| On the right side you choose which **applications** to enable for the imported profiles. [Ping Monitor](https://borntoberoot.net/NETworkManager/docs/application/ping-monitor), [Remote Desktop](https://borntoberoot.net/NETworkManager/docs/application/remote-desktop), and [PowerShell](https://borntoberoot.net/NETworkManager/docs/application/powershell) are pre-selected, but you can change this before importing. | ||
|
|
||
| You also pick a **target group** — either an existing one or a new name you type in on the spot. | ||
|
|
||
| Click **Import** and a summary shows how many profiles were created, skipped as duplicates, and skipped due to missing host addresses. | ||
|
|
||
| ## Try it now | ||
|
|
||
| You can test this feature in the [latest pre-release of NETworkManager](https://borntoberoot.net/NETworkManager/download#pre-release). | ||
|
|
||
| More information is available in the [official documentation](https://borntoberoot.net/NETworkManager/docs/groups-and-profiles#import). | ||
|
|
||
| If you find any issues or have suggestions for improvement, please open an [issue on GitHub](https://github.com/BornToBeRoot/NETworkManager/issues). | ||
Binary file added
BIN
+61.1 KB
...-18-import-profiles-from-active-directory/profiles--import-active-directory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+93.5 KB
...og/2026-05-18-import-profiles-from-active-directory/profiles--import-review.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot apply changes based on this feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 8722891. I normalized the table separator row so the table uses standard single-pipe Markdown syntax and renders correctly. This was a docs-only change, so there is no UI change screenshot to provide.