Bug 167429 - Facility to specify default username
Summary: Facility to specify default username
Status: RESOLVED FIXED
Alias: None
Product: krdc
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Urs Wolfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 15:23 UTC by Brendan Hide
Modified: 2008-09-07 15:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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