| Anonymous | Login | Signup for a new account | 2010-02-27 10:40 CET |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000091 | [CapiSuite] scripts | minor | always | 2004-08-13 15:28 | 2004-09-07 10:36 | ||||
| Reporter | guest | View Status | public | ||||||
| Assigned To | gernot | ||||||||
| Priority | normal | Resolution | won't fix | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000091: pwd.getpwnam(user) does not returns error using ldap/nis for user auth | ||||||||
| Description |
On a system where users are managed with ldap or nis the file /etc/passwd does not contain the usernames (cause they are stored elsewhere). Because of that pwd.getpwnam(user) in idle.py returns an error. Fri Aug 13 15:21:31 2004 Pythonscript /usr/lib/capisuite/idle.py,idle,0x81c7408: A python error occured. See traceback below. Fri Aug 13 15:21:31 2004 Pythonscript /usr/lib/capisuite/idle.py,idle,0x81c7408: Python traceback: Traceback (most recent call last): Fri Aug 13 15:21:31 2004 Pythonscript /usr/lib/capisuite/idle.py,idle,0x81c7408: Python traceback: File "/usr/lib/capisuite/idle.py", line 35, in idle Fri Aug 13 15:21:31 2004 Pythonscript /usr/lib/capisuite/idle.py,idle,0x81c7408: Python traceback: userdata=pwd.getpwnam(user) Fri Aug 13 15:21:31 2004 Pythonscript /usr/lib/capisuite/idle.py,idle,0x81c7408: Python traceback: KeyError: 'getpwnam(): name not found' |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||