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

SourceForge.net noreply at sourceforge.net
Tue Jan 13 10:32:17 EST 2004


Patches item #579435, was opened at 2002-07-09 23:13
Message generated for change (Comment added) 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.4
>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: 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