[Patches] [ python-Patches-579435 ] Shadow Password Support Module

SourceForge.net noreply at sourceforge.net
Sun Oct 3 00:57:33 CEST 2004


Patches item #579435, was opened at 2002-07-09 23:13
Message generated for change (Settings changed) made by akuchling
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: Martin v. Löwis (loewis)
Date: 2004-08-22 12: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 10: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-11 21: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


More information about the Patches mailing list