# Copyright (C) 2001-2018, Python Software Foundation # For licence information, see README file. # msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-08-10 00:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../Doc/library/spwd.rst:2 msgid ":mod:`spwd` --- The shadow password database" msgstr "" #: ../Doc/library/spwd.rst:10 msgid "" "This module provides access to the Unix shadow password database. It is " "available on various Unix versions." msgstr "" #: ../Doc/library/spwd.rst:13 msgid "" "You must have enough privileges to access the shadow password database (this " "usually means you have to be root)." msgstr "" #: ../Doc/library/spwd.rst:16 msgid "" "Shadow password database entries are reported as a tuple-like object, whose " "attributes correspond to the members of the ``spwd`` structure (Attribute " "field below, see ````):" msgstr "" #: ../Doc/library/spwd.rst:21 msgid "Index" msgstr "" #: ../Doc/library/spwd.rst:21 msgid "Attribute" msgstr "Attribut" #: ../Doc/library/spwd.rst:21 msgid "Meaning" msgstr "Signification" #: ../Doc/library/spwd.rst:23 msgid "0" msgstr "0" #: ../Doc/library/spwd.rst:23 msgid "``sp_namp``" msgstr "``sp_namp``" #: ../Doc/library/spwd.rst:23 msgid "Login name" msgstr "" #: ../Doc/library/spwd.rst:25 msgid "1" msgstr "1" #: ../Doc/library/spwd.rst:25 msgid "``sp_pwdp``" msgstr "``sp_pwdp``" #: ../Doc/library/spwd.rst:25 msgid "Encrypted password" msgstr "" #: ../Doc/library/spwd.rst:27 msgid "2" msgstr "2" #: ../Doc/library/spwd.rst:27 msgid "``sp_lstchg``" msgstr "``sp_lstchg``" #: ../Doc/library/spwd.rst:27 msgid "Date of last change" msgstr "" #: ../Doc/library/spwd.rst:29 msgid "3" msgstr "3" #: ../Doc/library/spwd.rst:29 msgid "``sp_min``" msgstr "``sp_min``" #: ../Doc/library/spwd.rst:29 msgid "Minimal number of days between changes" msgstr "" #: ../Doc/library/spwd.rst:32 msgid "4" msgstr "4" #: ../Doc/library/spwd.rst:32 msgid "``sp_max``" msgstr "``sp_max``" #: ../Doc/library/spwd.rst:32 msgid "Maximum number of days between changes" msgstr "" #: ../Doc/library/spwd.rst:35 msgid "5" msgstr "5" #: ../Doc/library/spwd.rst:35 msgid "``sp_warn``" msgstr "``sp_warn``" #: ../Doc/library/spwd.rst:35 msgid "Number of days before password expires to warn user about it" msgstr "" #: ../Doc/library/spwd.rst:38 msgid "6" msgstr "6" #: ../Doc/library/spwd.rst:38 msgid "``sp_inact``" msgstr "``sp_inact``" #: ../Doc/library/spwd.rst:38 msgid "Number of days after password expires until account is disabled" msgstr "" #: ../Doc/library/spwd.rst:42 msgid "7" msgstr "7" #: ../Doc/library/spwd.rst:42 msgid "``sp_expire``" msgstr "``sp_expire``" #: ../Doc/library/spwd.rst:42 msgid "Number of days since 1970-01-01 when account expires" msgstr "" #: ../Doc/library/spwd.rst:45 msgid "8" msgstr "8" #: ../Doc/library/spwd.rst:45 msgid "``sp_flag``" msgstr "``sp_flag``" #: ../Doc/library/spwd.rst:45 msgid "Reserved" msgstr "Réservé" #: ../Doc/library/spwd.rst:48 msgid "" "The sp_namp and sp_pwdp items are strings, all others are integers. :exc:" "`KeyError` is raised if the entry asked for cannot be found." msgstr "" #: ../Doc/library/spwd.rst:51 msgid "The following functions are defined:" msgstr "" #: ../Doc/library/spwd.rst:56 msgid "Return the shadow password database entry for the given user name." msgstr "" #: ../Doc/library/spwd.rst:58 msgid "" "Raises a :exc:`PermissionError` instead of :exc:`KeyError` if the user " "doesn't have privileges." msgstr "" #: ../Doc/library/spwd.rst:64 msgid "" "Return a list of all available shadow password database entries, in " "arbitrary order." msgstr "" #: ../Doc/library/spwd.rst:71 msgid "Module :mod:`grp`" msgstr "" #: ../Doc/library/spwd.rst:71 msgid "An interface to the group database, similar to this." msgstr "" #: ../Doc/library/spwd.rst:73 msgid "Module :mod:`pwd`" msgstr "" #: ../Doc/library/spwd.rst:74 msgid "An interface to the normal password database, similar to this." msgstr ""