Bug 167429

Summary: Facility to specify default username
Product: [Applications] krdc Reporter: Brendan Hide <brendan>
Component: generalAssignee: Urs Wolfer <uwolfer>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Brendan Hide 2008-07-25 15:23:02 UTC
Version:            (using KDE 4.0.98)
Installed from:    Compiled From Sources
Compiler:          gcc on Archlinux, x86_64 default settings, no customisations
OS:                Linux

RDP usually requires Administrator or Admin access for system admins. With Active Directory, it may be their own name. At present, when logging into a server I haven't logged into before, I have to specify the username.

By default it would be very helpful if this was automatically filled in (and selected) with the username I'm most likely to be using. This 'default username' should be a configurable option.
Comment 1 Brendan Hide 2008-07-25 15:25:47 UTC
possibility that bug can be resolved with http://bugs.kde.org/show_bug.cgi?id=137141 simultaneously
Comment 2 Urs Wolfer 2008-07-25 22:12:23 UTC
Good idea. Will put it onto my TODO list.
Comment 3 Urs Wolfer 2008-09-07 15:38:19 UTC
SVN commit 858154 by uwolfer:

Greatly improve experience for LDAP (e.g. MS Active Directory) administrators.
Save passwords per LDAP login, not host. This way all hosts with the same login name use the same passwords (and changing the password affects all hosts with the same login name).
Also add possibilty to set a default login name for RDP.

FEATURE:167431
FEATURE:167429

 M  +0 -7      config/general.ui
 M  +6 -3      config/krdc.kcfg
 M  +2 -0      rdp/rdphostpreferences.cpp
 M  +40 -3     rdp/rdppreferences.ui
 M  +10 -8     rdp/rdpview.cpp
 M  +22 -10    remoteview.cpp
 M  +2 -2      remoteview.h