[GH-ISSUE #201] Import servers from Active Directory / LDAP #172

Closed
opened 2026-02-26 11:57:03 +03:00 by kerem · 8 comments
Owner

Originally created by @stetze on GitHub (Feb 14, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/201

Originally assigned to: @majkinetor on GitHub.

The possibility to add Computers / Servers via Active Directory / LDAP OU search string.

distinguishedName
OU=Server,DC=domainname,DC=de

image

The "OU" Name will be automatic added as TAG.
image

Originally created by @stetze on GitHub (Feb 14, 2022). Original GitHub issue: https://github.com/1Remote/1Remote/issues/201 Originally assigned to: @majkinetor on GitHub. The possibility to add Computers / Servers via Active Directory / LDAP OU search string. distinguishedName OU=Server,DC=domainname,DC=de ![image](https://user-images.githubusercontent.com/73733823/153872564-baa9c3e9-7836-4cbc-82f4-b0373ea0ecaf.png) The "OU" Name will be automatic added as TAG. ![image](https://user-images.githubusercontent.com/73733823/153877825-a541d7f3-cbf0-4a6a-a822-2a9087428d2a.png)
kerem 2026-02-26 11:57:03 +03:00
Author
Owner

@VShawn commented on GitHub (Feb 16, 2022):

Actually, It's my first time hear of this protocol.

Since I know nothing about LDAP, I You can make a PR if you need LDAP.

Just following this:
https://github.com/VShawn/PRemoteM/blob/dev/PRM.Core/Utils/mRemoteNG/mRemoteNGImporter.cs#L289-L379

<!-- gh-comment-id:1041142585 --> @VShawn commented on GitHub (Feb 16, 2022): Actually, It's my first time hear of this protocol. Since I know nothing about `LDAP`, I You can make a PR if you need `LDAP`. Just following this: https://github.com/VShawn/PRemoteM/blob/dev/PRM.Core/Utils/mRemoteNG/mRemoteNGImporter.cs#L289-L379
Author
Owner

@stetze commented on GitHub (Feb 16, 2022):

mremoteng have That Import Function. Maybe this helps.

https://github.com/mRemoteNG/mRemoteNG/issues/211

<!-- gh-comment-id:1041152900 --> @stetze commented on GitHub (Feb 16, 2022): mremoteng have That Import Function. Maybe this helps. https://github.com/mRemoteNG/mRemoteNG/issues/211
Author
Owner

@majkinetor commented on GitHub (Feb 16, 2022):

At this moment this is IMO out of scope of this tools since LDAP/AD is enterprise thing.

<!-- gh-comment-id:1041312304 --> @majkinetor commented on GitHub (Feb 16, 2022): At this moment this is IMO out of scope of this tools since LDAP/AD is enterprise thing.
Author
Owner

@VShawn commented on GitHub (Feb 17, 2022):

At this moment this is IMO out of scope of this tools since LDAP/AD is enterprise thing.

Agree.

Even if I work on it, there is no environment for me to test it.

<!-- gh-comment-id:1042879524 --> @VShawn commented on GitHub (Feb 17, 2022): > At this moment this is IMO out of scope of this tools since LDAP/AD is enterprise thing. Agree. Even if I work on it, there is no environment for me to test it.
Author
Owner

@majkinetor commented on GitHub (Feb 17, 2022):

Even if I work on it, there is no environment for me to test it.

I could probably create environment for this. But this is non-trivial work for more or less trivial benefit that is totally non-blocking. For example, one can search AD trivially fast with PowerShell AD cmdlets:

image

This could even be used with pre/post scripting currently in some capacity.

<!-- gh-comment-id:1042895369 --> @majkinetor commented on GitHub (Feb 17, 2022): > Even if I work on it, there is no environment for me to test it. I could probably create environment for this. But this is non-trivial work for more or less trivial benefit that is totally non-blocking. For example, one can search AD trivially fast with PowerShell AD cmdlets: ![image](https://user-images.githubusercontent.com/85767/154481033-dbfa685e-f481-4882-975e-8916f55f142b.png) This could even be used with pre/post scripting currently in some capacity.
Author
Owner

@VShawn commented on GitHub (Feb 17, 2022):

😃 I hoping any guy can make a PR for this

<!-- gh-comment-id:1042907483 --> @VShawn commented on GitHub (Feb 17, 2022): :smiley: I hoping any guy can make a PR for this
Author
Owner

@VShawn commented on GitHub (Mar 7, 2023):

Can anyone give a sample ldap file for test propose?

<!-- gh-comment-id:1458081319 --> @VShawn commented on GitHub (Mar 7, 2023): Can anyone give a sample ldap file for test propose?
Author
Owner

@majkinetor commented on GitHub (Mar 14, 2023):

https://github.com/nitnelave/lldap

<!-- gh-comment-id:1468533813 --> @majkinetor commented on GitHub (Mar 14, 2023): https://github.com/nitnelave/lldap
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#172
No description provided.