Patches item #579435, was opened at 2002-07-10 05:13 Message generated for change (Comment added) made by irmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=579435&group_id=5470
Category: Modules Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Lance Ellinghaus (ellinghaus) Assigned to: A.M. Kuchling (akuchling) Summary: Shadow Password Support Module Initial Comment: Attached is the spwd module. This module provides support for Shadow Passwords on Solaris 2.8. This compliments the nis and pwd modules. This is the only way to gain access to the encrypted passwords when using shadow passwords on Solaris. ---------------------------------------------------------------------- Comment By: Irmen de Jong (irmen) Date: 2005-01-17 22:03 Message: Logged In: YES user_id=129426 Martin, yes I will give it a try. ---------------------------------------------------------------------- Comment By: Martin v. L�wis (loewis) Date: 2005-01-17 07:02 Message: Logged In: YES user_id=21627 irmen, are you willing to complete this patch? ---------------------------------------------------------------------- Comment By: Irmen de Jong (irmen) Date: 2005-01-16 16:48 Message: Logged In: YES user_id=129426 I would be happy if this module in one form or another makes it into Python; I recently wanted to do user authentication based on unix passwords but the regular passwd functions cannot retrieve the password to check against). As an aside, how does PAM relate to this? I fooled around a bit with a python pam module, but simply didn't understand it and couldn't get it to work properly. ---------------------------------------------------------------------- Comment By: Martin v. L�wis (loewis) Date: 2004-08-22 18:38 Message: Logged In: YES user_id=21627 If we eventually want to support all the shadow passwort APIs, we should make this a separate module - with that approach, building spwd can might fail without causing a failure to compile pwd. Unfortunately, the patch is still incomplete: there is no change to setup.py, and no documentation change. Are there any volunteers interesting in completing it? If not, I'm going to close it again. Anybody hunting for such a module will still be able to find it. ---------------------------------------------------------------------- Comment By: A.M. Kuchling (akuchling) Date: 2004-01-13 16:32 Message: Logged In: YES user_id=11375 As it happens, I was hunting for Python shadow password support and came across this patch. The module isn't Solaris-specific, and would be necessary on Linux, too. However, the interface for getting shadow passwords doesn't seem to be standardized; see http://www.unixpapa.com/incnote/passwd. html for a list. (The Single Unix spec doesn't seem to mention shadow passwords.) One question is whether we want a new module for this, or if the functions should be in the existing pwd module. ---------------------------------------------------------------------- Comment By: Neal Norwitz (nnorwitz) Date: 2003-04-12 03:22 Message: Logged In: YES user_id=33168 There doesn't seem to be much interest in this patch. I don't think it reaches a wide-enough audience, therefore, I'm rejecting it. If there is broader support (many people are interested in seeing shadow password support in the core), we can add it later. I think it would be best to provide this as a third-party module. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=579435&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
