Bug 89319

Summary: Can't create new account (python releated)
Product: [Retired] Red Hat Linux Reporter: Bertrand GOUPIL <bgoupil>
Component: redhat-config-usersAssignee: Brent Fox <bfox>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 9Keywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 18:52:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bertrand GOUPIL 2003-04-22 15:41:08 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.2.1) Gecko/20030225

Description of problem:
The interface keep frozen when trying to create new account.

The interface works fine until I tried to configure samba.

Here is the commond I've wrote before:

cat /etc/passwd | mksmbpasswd.sh > /etc/samba/smbpasswd
chmod 600 /etc/samba/smbpasswd
smbpasswd guest

The "guest" user wasn't exist, I've created It with the user interface(work
find), my samba configuration didn't work, I delete It in the user interface.

I would do it the same operation, the interface keep freezing.


 


Version-Release number of selected component (if applicable):
redhat-config-users-1.1.5

How reproducible:
Couldn't Reproduce


Additional info:

here is the error message display in the xterminal:

Traceback (most recent call last):
  File "/usr/share/redhat-config-users/userWindow.py", line 315, in
on_userWin_ok_button_clicked
    self.addToUsersGroup(userEnt, userName)
  File "/usr/share/redhat-config-users/userWindow.py", line 332, in addToUsersGroup
    cn = groupEnt.get(libuser.GROUPNAME)[0]
AttributeError: 'NoneType' object has no attribute 'get'

Comment 1 Matthew Miller 2003-05-09 18:49:46 UTC
looks related to bug #89895.

Comment 2 Brent Fox 2003-05-19 22:28:18 UTC
Yep, this looks like a dupe.

*** This bug has been marked as a duplicate of 89895 ***

Comment 3 Red Hat Bugzilla 2006-02-21 18:52:46 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.