joshpatten / PVE-VDIClient

Proxmox based VDI client
Apache License 2.0
789 stars 111 forks source link

Auto-login #111

Open Loumene opened 5 months ago

Loumene commented 5 months ago

Hi all, I need some help please, i can't get the auto-login system to work, I keep getting this error :

File "vdiclient.py", line 911, in File "vdiclient.py", line 901, in main File "vdiclient.py", line 790, in showvms AttributeError: 'bool' object has no attribute 'copy'

This is my config in vdiclient.ini :

This is the authentication backend that will be used to authenticate

auth_backend = pam

If enabled, 2FA TOTP entry dialog will show

auth_totp = false

If disabled, TLS certificate will not be checked

tls_verify = false

User name (if using token)

NOTE: If only one cluster is defined, this will auto-login

If user, token_name, and token_value are set

user = vdi

API Token Name

token_name = vdiconnect

API Token Value

token_value = c764e6c8-bd20-4628-8539-a58c690cc4ef

Everything works normally without auto-login

dexter74 commented 1 month ago

can your post your vdiclient.ini please