Bug 171488 - Can't create user home directory when adding a new user
Summary: Can't create user home directory when adding a new user
Status: RESOLVED FIXED
Alias: None
Product: kuser
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Szombathelyi György
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 03:58 UTC by 潘卫平
Modified: 2008-09-25 20:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch for directory kdeadmin/kuser/ (1.24 KB, patch)
2008-09-25 05:17 UTC, 潘卫平
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 潘卫平 2008-09-23 03:58:21 UTC
Version:            (using KDE 4.1.1)
OS:                Linux
Installed from:    Fedora RPMs

My package is kdeadmin-4.1.1
open kuser, add a new user "pwp", 
chose Create home folder
press OK
then quit kuser.
but the home folder "/home/pwp" doesn't exist.
so kdm doesn't allow user pwp to login .
Comment 1 潘卫平 2008-09-24 11:58:47 UTC
I think the coder forget calling users->doCreate(&user) in KU_MainView::useradd() function.
I add it, then it works.
Comment 2 潘卫平 2008-09-25 05:17:01 UTC
Created attachment 27560 [details]
patch for directory  kdeadmin/kuser/
Comment 3 Albert Astals Cid 2008-09-25 20:11:03 UTC
Patch commited