From: Gurusamy Sarathy Date: Fri, 28 Apr 2000 21:02:58 +0000 (+0000) Subject: clarify note about shadow password support (from X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d3a0a3bf50d83f7940354621313a4c238b18081;p=p5sagit%2Fp5-mst-13.2.git clarify note about shadow password support (from gellyfish@gellyfish.com) p4raw-id: //depot/perl@6010 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 17af812..603d057 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -1896,8 +1896,10 @@ by using the C module and the values C, C, C, C, and C. Shadow password files are only supported if your vendor has implemented them in the intuitive fashion that calling the regular C library routines gets the -shadow versions if you're running under privilege. Those that -incorrectly implement a separate library call are not supported. +shadow versions if you're running under privilege or if there exists +the shadow(3) functions as found in System V ( this includes Solaris +and Linux.) Those systems which implement a proprietary shadow password +facility are unlikely to be supported. The $members value returned by I is a space separated list of the login names of the members of the group.