Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
793 stars 187 forks source link

Freerdp password pass #673

Closed LittleITworld closed 2 years ago

LittleITworld commented 2 years ago

My image was working fine and after some little changes, it didnt connect to my terminal server anymore. Ive used "SESSION_0_FREERDP_PASS_ENABLE=false" to override password input but now it doesnt work anymore. When I include xfwm4 session it states that a password is required even tho I cant enter it and if I exclude xfwm4 session like it should be later on, it only shows a black screen with the cursor. Is that a bug from freerdp? It doesnt require a username and the value /p: for a blank password is set on options...

edit: nla is disabled

Thinstation commented 2 years ago

Try modifying this example. https://github.com/Thinstation/thinstation/tree/6.2-Stable/ts/build/conf/freerdp

I just checked, and I'm not having any issue with your described scenario.

LittleITworld commented 2 years ago

Ive used your example and modified username, password and of course server ip. The result: Iam getting freerdp window with my chosen parameters and when I click on connect it states "You must enter value for password". The password is already set with /p:'password'. I dont understand that sudden behaviour :/

Thinstation commented 2 years ago

Delete the .getuser and .getpass from freerdp/etc/cmd

On Thu, Sep 23, 2021 at 11:34 PM LittleITworld @.***> wrote:

Ive used your example and modified username, password and of course server ip. The result: Iam getting freerdp window with my chosen parameters and when I click on connect it states "You must enter value for password". The password is already set with /p:'password'. I dont understand that sudden behaviour :/

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/Thinstation/thinstation/issues/673#issuecomment-926381925, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVW47TQQH772UVCA3HGVVLUDQLXDANCNFSM5ETDRPJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

LittleITworld commented 2 years ago

Ive deleted both and still same result. Ive also reinstalled my devstation beforehand.

Doncuppjr commented 2 years ago

You must be testing an old image or something. Possibly try "no" instead of "false", maybe it's a language thing.

On Friday, September 24, 2021, 03:59:58 AM PDT, LittleITworld @.***> wrote:

Ive deleted both and still same result. Ive also reinstalled my devstation beforehand.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

marierau98 commented 2 years ago

You must be testing an old image or something. Possibly try "no" instead of "false", maybe it's a language thing. On Friday, September 24, 2021, 03:59:58 AM PDT, LittleITworld @.***> wrote: Ive deleted both and still same result. Ive also reinstalled my devstation beforehand. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

unfortunately thats not the case

a1v85 commented 2 years ago

e thing. On Friday, September 24, 2021, 03:59:58 AM PDT, LittleITworld @.***> wrote: Ive deleted both and still same result.

Hello LittleITworld! Could you tell me, how you resolve this problem?

LittleITworld commented 2 years ago

e thing. On Friday, September 24, 2021, 03:59:58 AM PDT, LittleITworld @.***> wrote: Ive deleted both and still same result.

Hello LittleITworld! Could you tell me, how you resolve this problem?

Ive set "SESSION_0_FREERDP_PASS_ENABLE=false and FREERDP_GETUSER=off" in my buildconf and its working fine. I can send you my complete config if that would help you (tomorrow)

a1v85 commented 2 years ago

e thing. On Friday, September 24, 2021, 03:59:58 AM PDT, LittleITworld @.***> wrote: Ive deleted both and still same result.

Hello LittleITworld! Could you tell me, how you resolve this problem?

Ive set "SESSION_0_FREERDP_PASS_ENABLE=false and FREERDP_GETUSER=off" in my buildconf and its working fine. I can send you my complete config if that would help you (tomorrow)

Will be very pleasefull

a1v85 commented 2 years ago

e thing. On Friday, September 24, 2021, 03:59:58 AM PDT, LittleITworld @.***> wrote: Ive deleted both and still same result.

Hello LittleITworld! Could you tell me, how you resolve this problem?

Ive set "SESSION_0_FREERDP_PASS_ENABLE=false and FREERDP_GETUSER=off" in my buildconf and its working fine. I can send you my complete config if that would help you (tomorrow)

LittleITworld, I solve problem with your parametres, Thank you very much!

LittleITworld commented 2 years ago

config.zip

LittleITworld, I solve problem with your parametres, Thank you very much!

iam glad to hear it was working for you :) maybe you can use some other parameters from my config aswell ;)