Summary: | User Management module can't be loaded in System Settings when "comment" field of an account includes an accentuated character | ||
---|---|---|---|
Product: | [Unmaintained] guidance | Reporter: | Jean-Paul Iribarren <jeanpaul.iribarren> |
Component: | general | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | andrew.crouthamel, finex, pete |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jean-Paul Iribarren
2007-10-15 17:35:50 UTC
This module also fails if you have enabled the NIS Client (ypbind). A new entry is placed at the end of /etc/passwd, without which the bind fails. extra line in /etc/passwd +:::::: This causes a failure in the userconfig module (listing follows) ======================================= Pythonize constructor -- pid = 389 Traceback (most recent call last): File "<string>", line 8, in kcontrol_bridge_create_userconfig File "/var/lib/python-support/python2.5/userconfig.py", line 1735, in create_userconfig return UserConfigApp(parent, name) File "/var/lib/python-support/python2.5/userconfig.py", line 267, in __init__ self.admincontext = unixauthdb.getContext(isroot) File "/var/lib/python-support/python2.5/unixauthdb.py", line 74, in getContext return PwdContext(editmode) File "/var/lib/python-support/python2.5/unixauthdb.py", line 730, in __init__ newuserobj._initString(line) File "/var/lib/python-support/python2.5/unixauthdb.py", line 1018, in _initString self._uid = int(self._uid) ValueError: invalid literal for int() with base 10: '' error: *** runFunction failure ======================================= This module was developed by kubuntu. Please report it on uubuntu launchpad. I was wrong, this is part of guidance. Sorry. Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years and I will be closing this bug. |