mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #136] Importing mRemote CSV looses Domain #1072
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1072
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @do5rsw on GitHub (Jun 14, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/136
Originally assigned to: @VShawn on GitHub.
I just imported a mRemoteNG CSV that had been exported with all information that can be exported in mremote. It contained about 150 connections and all use not only a rdp user but also da domain name.
Importing this into Premote resulted in all connections loosing the domain and leaving PRemote to try to log in as local user instead.
There is no domain field in the connection properties as there is in mremote so I guess the importer simply ignored it.
If there is no domain field the domain shoud be added to the user instead of ignoring it. It has to be <user> then. Otherwise that would be useless. I now have a 150 rdps that are missing the domain in the username due to that ...
In most bigger or commercial environments you do have active directory and so you have to use domain user. So I think a fix of this would be very welcome :)
@majkinetor commented on GitHub (Jun 14, 2021):
Domain is specified as in Windows login, e.g.
domain\user.As a workaround, you can fix it quickly: if you have small number of users you can bulk edit connections if not, you can fix it in sql directly by opening premotem db which is quite understandable sqlite.
@do5rsw commented on GitHub (Jun 14, 2021):
@majkinetor: yeah that's what I wrote. Since I use only just one rdp user for all my connections bulk editing in the csv indeed is a workaround or quickfix. I did just that for now. Fixing it in sql would have required additional sowtware to access the sqlite db so that was the easier and quicker fix for me :D
Still it would be kind if the importer would do that correctly ;)
@majkinetor commented on GitHub (Jun 14, 2021):
Yeah, definitely. Good to know bulk editing worked, it was just done recently :)
@do5rsw commented on GitHub (Jun 14, 2021):
one admin - 150 Servers :)
@majkinetor commented on GitHub (Jun 14, 2021):
I hope at least password is different :)
@majkinetor commented on GitHub (Jun 14, 2021):
Ah, I hopped you used PRemoteM bulk edit :) You would just select all connections in list view, press edit button at the bottom of the windows and set user for all in one step.
@VShawn commented on GitHub (Jun 18, 2021):
Arr sorry for the late reply, I didn't get a notification of this ticket, so I just found it today.
As a personal user I did't know how a domain works and I dont have an environment to test the
Domainproperty. that's why I ignored domain in the importer.I guess set the
Domainproperty may fix the ticket? Did we need a password ifDomainproperty is set?@majkinetor commented on GitHub (Jun 18, 2021):
Yes, we still need a password, a domain one.
It looks so.
I can test it in corporate environment
@do5rsw commented on GitHub (Jun 18, 2021):
@VShawn: no problem. The importer should just set username as Domain\Username if _rdp.Domain is not empty. And yes we still ned a password of course :)
There is no need to add a domain field in the connection properties as the above is valid for rdp connections.
@majkinetor: yeah bulk editing inside premote would have workarounded that too ( if I knew that were possible g) but bulk editing the csv does the same and is in my case also simpl searh&Replace :) So don't really matter in this case :)
@VShawn commented on GitHub (Jun 19, 2021):
okey, I add Domain filed for rdp settings. Don't know if it will works
0.5.10.3-beta.2.zip
@stetze commented on GitHub (Jun 27, 2021):
@VShawn
The Domain Field is still empty After import. The loadbalanceinfo field is empty after import too. Maybe a Problem with the inheritance from mRemoteNG? But the username and passwort field works. Mhh...
@VShawn commented on GitHub (Jun 27, 2021):
@stetze88 sorry I haven't finished the import function yet, It still a local branch on my PC. That's why import domain or loadbalanceinfo not work on the beta release. For now, you have to bulk editing the servers' config by yourself.
@stetze commented on GitHub (Jun 27, 2021):
@VShawn
Bulk editing works with the identical domain. I also have around 40 servers where I have to log in with the local administrator. Then the domain is always the server name and bulk editing then unfortunately does not work. But then everything is fine and we just have to be patient. 🙂 I love your Software. 😁
@majkinetor commented on GitHub (Jun 27, 2021):
@stetze88, just select those 40 servers in PRM and bulk edit them in application to remove domain (using 0.5.10.3-beta.2.zip).