Файловый менеджер - Редактировать - /var/www/html/passwd.zip
Ðазад
PK ! �>z! ! NEWS.Debian.gznu �[��� � �T�n�0��+顛�X���A �u/=�8��P��%����!���A�D�ͼe�{!��U�yyZT�!D��5Dסi6o�* /�Cs䱉C�`,hk:t�{5�(��@�ieͭ�������[c�W��v�<�ps� kZ�E'����$�"�PF�<"<9=�N'�ZG�0�IBi_R�E�V&�Wl~�:���:���� ��q�)\GC�+�����b/������δ���1��]guu �L��L�.H�>�}��$"�-�c�����цL�h� A�� )C���� O5�i;��@��ȇ� h8:L�����ZU��7���i����6���-�#��<\J�\�N����tNQb��d��x.���u��ap�#W�'�XV���/����+l�Z��� ��8Z��E;��O��E�u��(ọ�k�d������d�-��*(dW|@!��@J7�^�$��c�-�cl^�7X���!�j䊒-&�{�:W�0Zڋz[����O�}X��0Y���r~���I���g�����Տ��j����U��?w�)>A$&�3��/�D�ӝ�(Ѩ{���ö�^�, N�K�4&M����6���/�I�T���A�^��Q����Qd�|tw����hE��J�/W�O�2������>7��܆"�{���tKƑ^Q%|L)���|2�:�9���},�Z+�6sVƆ�9+M���,�Bn�"��aR���.b�aYpX�9/��� �E��F PK ! K��� examples/passwd.expire.cronnu �[��� #!/usr/bin/perl # # passwd.expire.cron: sample expiry notification script for use as a cronjob # # Copyright 1999 by Ben Collins <bcollins@debian.org>, complete rights granted # for use, distribution, modification, etc. # # Usage: # edit the listed options, including the actual email, then rename to # /etc/cron.daily/passwd # # If your users don't have a valid login shell (ie. they are ftp or mail # users only), they will need some other way to change their password # (telnet will work since login will handle password aging, or a poppasswd # program, if they are mail users). # <CONFIG> # # should be same as /etc/adduser.conf $LOW_UID=1000; $HIGH_UID=29999; # this let's the MTA handle the domain, # set it manually if you want. Make sure # you also add the @ like "\@domain.com" $MAIL_DOM=""; # </CONFIG> # # Set the current day reference $curdays = int(time() / (60 * 60 * 24)); # Now go through the list open(SH, "< /etc/shadow"); while (<SH>) { @shent = split(':', $_); @userent = getpwnam($shent[0]); if ($userent[2] >= $LOW_UID && $userent[2] <= $HIGH_UID) { if ($curdays > $shent[2] + $shent[4] - $shent[5] && $shent[4] != -1 && $shent[4] != 0 && $shent[5] != -1 && $shent[5] != 0) { $daysleft = ($shent[2] + $shent[4]) - $curdays; if ($daysleft == 1) { $days = "day"; } else {$days = "days"; } if ($daysleft < 0) { next; } open (MAIL, "| mail -s '[WARNING] account will expire in $daysleft $days' $shent[0]${MAIL_DOM}"); print MAIL <<EOF; Your account will expire in $daysleft $days. Please change your password before then or your account will expire EOF close (MAIL); # This makes sure we also get a list of almost expired users print "$shent[0]'s account will expire in $daysleft days\n"; } } @userent = getpwent(); } PK ! #6�Q! ! copyrightnu �[��� This is Debian GNU/Linux's prepackaged version of the shadow utilities. It was downloaded from: <ftp://ftp.pld.org.pl/software/shadow/>. As of May 2007, this site is no longer available. Copyright: Parts of this software are copyright 1988 - 1994, Julianne Frances Haugh. All rights reserved. Parts of this software are copyright 1997 - 2001, Marek Michałkiewicz. All rights reserved. Parts of this software are copyright 2001 - 2004, Andrzej Krzysztofowicz All rights reserved. Parts of this software are copyright 2000 - 2007, Tomasz Kłoczko. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of Julianne F. Haugh nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This source code is currently archived on ftp.uu.net in the comp.sources.misc portion of the USENET archives. You may also contact the author, Julianne F. Haugh, at jockgrrl@ix.netcom.com if you have any questions regarding this package. THIS SOFTWARE IS BEING DISTRIBUTED AS-IS. THE AUTHORS DISCLAIM ALL LIABILITY FOR ANY CONSEQUENCES OF USE. THE USER IS SOLELY RESPONSIBLE FOR THE MAINTENANCE OF THIS SOFTWARE PACKAGE. THE AUTHORS ARE UNDER NO OBLIGATION TO PROVIDE MODIFICATIONS OR IMPROVEMENTS. THE USER IS ENCOURAGED TO TAKE ANY AND ALL STEPS NEEDED TO PROTECT AGAINST ACCIDENTAL LOSS OF INFORMATION OR MACHINE RESOURCES. Special thanks are due to Chip Rosenthal for his fine testing efforts; to Steve Simmons for his work in porting this code to BSD; and to Bill Kennedy for his contributions of LaserJet printer time and energies. Also, thanks for Dennis L. Mumaugh for the initial shadow password information and to Tony Walton (olapw@olgb1.oliv.co.uk) for the System V Release 4 changes. Effort in porting to SunOS has been contributed by Dr. Michael Newberry (miken@cs.adfa.oz.au) and Micheal J. Miller, Jr. (mke@kaberd.rain.com). Effort in porting to AT&T UNIX System V Release 4 has been provided by Andrew Herbert (andrew@werple.pub.uu.oz.au). Special thanks to Marek Michalkiewicz (marekm@i17linuxb.ists.pwr.wroc.pl) for taking over the Linux port of this software. Source files: login_access.c, login_desrpc.c, login_krb.c are derived from the logdaemon-5.0 package, which is under the following license: /************************************************************************ * Copyright 1995 by Wietse Venema. All rights reserved. Individual files * may be covered by other copyrights (as noted in the file itself.) * * This material was originally written and compiled by Wietse Venema at * Eindhoven University of Technology, The Netherlands, in 1990, 1991, * 1992, 1993, 1994 and 1995. * * Redistribution and use in source and binary forms are permitted * provided that this entire copyright notice is duplicated in all such * copies. * * This software is provided "as is" and without any expressed or implied * warranties, including, without limitation, the implied warranties of * merchantibility and fitness for any particular purpose. ************************************************************************/ Some parts substantially in src/su.c derived from an ancestor of su for GNU. Run a shell with substitute user and group IDs. Copyright (C) 1992-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in '/usr/share/common-licenses/GPL-2' PK ! ���o� � changelog.Debian.gznu �[��� � �Xks�6��_q'�`+�Q[�;qm'�&�3v��n���HHBD,@ZRv��� �r$���L2"�>�=��n"b3�� �4z���*��V�U��"Mu'�ª|�7*�X�h�S*cU�Ϟ��۫���|�'�}�<�xR���*W_dL�b4��)b�ǔ� �f�Ƽ:������~'&-g�L&�ȕ��:�r��~��<�H��ⷫz��j�;ǝ��WC��-J/�7*9[�IK"U��a���/r��,���܈e�˯"��V�H�I�N�G�<��rH�ܡ�i�턭6՛�f��3�/�_������Xq�h6��قC-tLV��_bee����J�e�����zf�*�"FR��$ �G��O��ZJ�s&�78��Fƒ��B$HX"�8�|�I:t28�(]��9�՞�um��Q��cD3��������#���d��An�½)�"ˌ͟$���P ����DX?�o]Ε���*����1��Ԑ�hͰpy)�'@�^�_��)+��Ti� �A�����}�N���;�ʌ�W�)��Q4IM,rs9��̈�R��J�����RN��DSBՎ�ȸ�A� Y�kT$�/r�L�s`�G�o����8"��{s�4�blvà�-�Hp�}���&B&����� �As ��)����w��%��`�\2d�DZ��O<��ď�4�����>��Cp�=m�tke�Γ�������Mg�\i���WA�}DA���A ��{m��Ѡ_\v��� ��I��G�o.��Օ�Ap�t�T)�+�X�t�6�3V��Q�A�#�e( �FE��ˀ��^ݼ����p;�z�sH3�O�m�A� 7=�|"Ѡ�T���1N|2(O�����2F���z��?d��pޯq ��Ʒ-�߾ �j�%�z��֭���$��j���HIل`�[���>��U��vbR�� ���A��3����d#[�aeI�g{H5����l�*8hդ�+�5�����J6�r3'r�d��ҵ��<�`1����WIgSI,�T� 4�oX��§�1�ǹ�{5�h��P���omʏ&#�C�F��A�óI�j� g��-�`9l�� t��Y�/��\� �10l{5o�����u�?piá�����さ���x�G�H�{ ?VN�2+��4�ق�W�{^��&�pu��������#J��� c��]dU���.0��3�C�Y\�H���2�w��)|3]w)��@r�^{Ur��w��-��<v:�o�;���b��s}�OX�$!݂R� 'U��Z�e=��%�o,�Z���Ā6A�����v��%�_����;&e������>�e/S���ʤ Z`S���"GLh(#Fݫl�9z���=Q�� �����_�hi� �ۑ��<-h&1t��"Kf��L]�In�2����C?�"0; �v�O��ϟ�4�ʼnL0�y�D���+6��;��+����@^%�`���ᰚ�W�T����B�)D�e����t\�����E�ch�ZQ� �y���|�����p��t�#"���j(�ݔ�>�K�`�$.��g�n�CN�);��W���I�:�]ƨ��F�4�6F�F�`W�|~�R>ѯ`Ј�-PQ�.�S0������r2|ot=]_d� ./�=<q@�b���Gi�Α:�`8��q#�ǝ_D�j��f�|JE��$-rzc�D�J�"�9������Ƿ-���U-�NO�VY˗�k��b8�����_�g��O�3?��X*bp=`�i����7���돛�N[ݓ^5�~3�g���&�Jh5�#ݷ"��ߦ�(/�� ��{�t�v��d��)\��d77^~�g4J��������XF*��.}]�Ո7 1o����Is��`Vn6f�}��'8�_]��q��!t�W����������K��I��`�#2�_��W�����O'�&�z����_�u���b��9o��ew���XF��Qh#��8{�p�h>1��k��%��}����r\x�|�T��U\���x ;�k3�<�5[(Έ�n2�u:a ��Gr\���/��0(���_��7�op��p���N�V�{��#@<*��|Y f��1���b[Mݶ��U��-J�=$<�j�z [LCR��A /g��E��,����~���g����4� PK ! �c� README.Debiannu �[��� Read this file first for a brief overview of the new versions of login and passwd. ---Shadow passwords The command `shadowconfig on' will turn on shadow password support. `shadowconfig off' will turn it back off. If you turn on shadow password support, you'll gain the ability to set password ages and expirations with chage(1). NOTE: If you use the nscd package, you may have problems with a slight delay in updating the password information. You may notice this during upgrades of certain packages that try to add a system user and then access the users information immediately afterwards. To avoid this, it is suggested that you stop the nscd daemon before upgrades, then restart it again. ---General configuration Most of the configuration for the shadow utilities is in /etc/login.defs. See login.defs(5). The defaults are quite reasonable. Also see the /etc/pam.d/* files for each program to configure the PAM support. PAM documentation is available in several formats in the libpam-doc package. ---MD5 Encryption This is enabled now using the /etc/pam.d/* files. Examples are given. ---Adding users and groups Though you may add users and groups with the SysV type commands, useradd and groupadd, I recommend you add them with Debian adduser version 3+. adduser gives you more configuration and conforms to the Debian UID and GID allocation. Editing user and group parameters can be done with usermod and groupmod. Removing users and groups can be done with userdel and groupdel. --- Group administration Local group allocation is much easier. With gpasswd(1) you can designate users to administer groups. They can then securely add or remove users from the group. --- What to read next? Read the manpages, the other files in this directory, and the Shadow Password HOWTO (included in the doc-linux package). A large portion of these files deals with getting shadow installed. You can, of course, ignore those parts. Also, the libpam-doc package will go a long way to allowing you to take full advantage of the PAM authentication scheme. PK ! 3rD� � TODO.Debiannu �[��� Things that should be done: * Verify the files left in debian/tmp + e.g. /etc/default/adduser should be installed * Check the build system: rebuilding the package twoce in the same tree doubles the size of the diff.gz file Other points (not related to the release of a syncronized shadow): * compare the source with the usages and man pages + probably add a sentence to chsh/chfn's manpages about authentication required for ordinary users * do something (a tool) for the variables in login.defs In Debian, some tools are not compiled with the PAM support, so upstream getdef.c won't be OK. It should be nice to see in each man page the set of variables used. The Debian package can now compile (export DEB_BUILD_OPTIONS='nostrip debug') with the debugging informations. This may be used to extract the set of variables used in Debian/for each tools. * verify all the patches around (I've found patches for at least RedHat, OWL, LFS, Mandriva, Gentoo; are they already applied?) PK ! �>z! ! NEWS.Debian.gznu �[��� PK ! K��� _ examples/passwd.expire.cronnu �[��� PK ! #6�Q! ! � copyrightnu �[��� PK ! ���o� � changelog.Debian.gznu �[��� PK ! �c� ( README.Debiannu �[��� PK ! 3rD� � t0 TODO.Debiannu �[��� PK � �4
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка