Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/freebsd-doc/articles_ldap-auth/pt_BR/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 168,
    "next": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/units/?format=api&page=3",
    "previous": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/units/?format=api",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "At this point you should be able to run <userinput>ldapsearch -Z</userinput> on the client machine; <option>-Z</option> means <quote>use TLS</quote>. If you encounter an error, then something is configured wrong; most likely it is your certificates. Use <citerefentry><refentrytitle>openssl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s <command>s_client</command> and <command>s_server</command> to ensure you have them configured and signed properly."
            ],
            "previous_source": "",
            "target": [
                "Neste ponto, você deve conseguir executar <userinput>ldapsearch -Z</userinput> na máquina cliente; <option>-Z</option> significa <quote>usar o TLS</quote>. Se você encontrar um erro, então algo está configurado errado; muito provavelmente são seus certificados. Use os comandos  <command>s_client</command> e <command>s_server</command> do <citerefentry><refentrytitle>openssl</refentrytitle><manvolnum>1</manvolnum></citerefentry> para assegurar que você os tenha configurado e assinado corretamente."
            ],
            "id_hash": -7069004551873294694,
            "content_hash": -7069004551873294694,
            "location": "article.translate.xml:289",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 49,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99260/?format=api",
            "priority": 100,
            "id": 26074,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=1de5d9d031f90e9a",
            "url": "https://translate-dev.freebsd.org/api/units/26074/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:43.970964Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Entries in the Database"
            ],
            "previous_source": "",
            "target": [
                "Entradas no banco de dados"
            ],
            "id_hash": 3714188678396534571,
            "content_hash": 3714188678396534571,
            "location": "article.translate.xml:301",
            "context": "",
            "note": "(itstool) path: sect2/title",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99261/?format=api",
            "priority": 100,
            "id": 26075,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=b38b72eca49a5f2b",
            "url": "https://translate-dev.freebsd.org/api/units/26075/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:43.986437Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Authentication against an LDAP directory is generally accomplished by attempting to bind to the directory as the connecting user. This is done by establishing a <quote>simple</quote> bind on the directory with the user name supplied. If there is an entry with the <literal>uid</literal> equal to the user name and that entry's <literal>userPassword</literal> attribute matches the password supplied, then the bind is successful."
            ],
            "previous_source": "",
            "target": [
                "A autenticação em um diretório LDAP geralmente é realizada pela tentativa de vincular ao diretório como o usuário de conexão. Isso é feito estabelecendo um vinculo <quote>simples</quote> no diretório com o nome de usuário fornecido. Se houver uma entrada com o <literal>uid</literal> igual ao nome do usuário e o atributo <literal>userPassword</literal> da entrada corresponder à senha fornecida, o vinculo será bem-sucedido."
            ],
            "id_hash": -1906301293237088203,
            "content_hash": -1906301293237088203,
            "location": "article.translate.xml:303",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 54,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 62,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99262/?format=api",
            "priority": 100,
            "id": 26076,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=658b7512e5bc5035",
            "url": "https://translate-dev.freebsd.org/api/units/26076/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:43.998518Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "The first thing we have to do is figure out is where in the directory our users will live."
            ],
            "previous_source": "",
            "target": [
                "A primeira coisa que temos que fazer é descobrir onde no diretório os nossos usuários irão estar."
            ],
            "id_hash": 6433911123101536246,
            "content_hash": 6433911123101536246,
            "location": "article.translate.xml:312",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 55,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99263/?format=api",
            "priority": 100,
            "id": 26077,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=d949d81400e6cff6",
            "url": "https://translate-dev.freebsd.org/api/units/26077/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.011701Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "The base entry for our database is <literal>dc=example,dc=org</literal>. The default location for users that most clients seem to expect is something like <literal>ou=people,<replaceable>base</replaceable></literal>, so that is what will be used here. However keep in mind that this is configurable."
            ],
            "previous_source": "",
            "target": [
                "A entrada de base para nosso banco de dados é <literal>dc=example,dc=org</literal>. O local padrão para usuários que a maioria dos clientes parece esperar é algo como <literal>ou=people, <replaceable>base</replaceable> </literal>, então é isso que será usado aqui. No entanto, tenha em mente que isso é configurável."
            ],
            "id_hash": -600515155612004183,
            "content_hash": -600515155612004183,
            "location": "article.translate.xml:315",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 56,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 39,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99264/?format=api",
            "priority": 100,
            "id": 26078,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=77aa8aa5cb8210a9",
            "url": "https://translate-dev.freebsd.org/api/units/26078/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.025967Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "So the ldif entry for the <literal>people</literal> organizational unit will look like:"
            ],
            "previous_source": "",
            "target": [
                "Assim, a entrada ldif para a unidade organizacional <literal>people</literal> será semelhante a:"
            ],
            "id_hash": -2362741064368304532,
            "content_hash": -2362741064368304532,
            "location": "article.translate.xml:322",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 57,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99265/?format=api",
            "priority": 100,
            "id": 26079,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=5f35db8532194e6c",
            "url": "https://translate-dev.freebsd.org/api/units/26079/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.040575Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "dn: ou=people,dc=example,dc=org\nobjectClass: top\nobjectClass: organizationalUnit\nou: people"
            ],
            "previous_source": "",
            "target": [
                "dn: ou=people,dc=example,dc=org\nobjectClass: top\nobjectClass: organizationalUnit\nou: people"
            ],
            "id_hash": -2501577061702185101,
            "content_hash": -2501577061702185101,
            "location": "article.translate.xml:325",
            "context": "",
            "note": "(itstool) path: sect2/programlisting",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 58,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99266/?format=api",
            "priority": 100,
            "id": 26080,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=5d489cea92f9cf73",
            "url": "https://translate-dev.freebsd.org/api/units/26080/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.049199Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "All users will be created as subentries of this organizational unit."
            ],
            "previous_source": "",
            "target": [
                "Todos os usuários serão criados como subentradas dessa unidade organizacional."
            ],
            "id_hash": -4460111354913052941,
            "content_hash": -4460111354913052941,
            "location": "article.translate.xml:330",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 59,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99267/?format=api",
            "priority": 100,
            "id": 26081,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=421a805a77b8a6f3",
            "url": "https://translate-dev.freebsd.org/api/units/26081/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.059946Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Some thought might be given to the object class your users will belong to. Most tools by default will use <literal>people</literal>, which is fine if you simply want to provide entries against which to authenticate. However, if you are going to store user information in the LDAP database as well, you will probably want to use <literal>inetOrgPerson</literal>, which has many useful attributes. In either case, the relevant schemas need to be loaded in <filename>slapd.conf</filename>."
            ],
            "previous_source": "",
            "target": [
                "Alguma consideração pode ser dada à classe de objeto a que seus usuários pertencerão. A maioria das ferramentas, por padrão, usará <literal>people</literal>, o que é bom se você quiser simplesmente fornecer entradas para autenticar. No entanto, se você for armazenar informações do usuário no banco de dados LDAP, provavelmente usará <literal>inetOrgPerson</literal>, que possui muitos atributos úteis. Em ambos os casos, os esquemas relevantes precisam ser carregados em <filename>slapd.conf</filename>."
            ],
            "id_hash": 5252560224127592109,
            "content_hash": 5252560224127592109,
            "location": "article.translate.xml:333",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 60,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 74,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99268/?format=api",
            "priority": 100,
            "id": 26082,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=c8e4d7b1d078a6ad",
            "url": "https://translate-dev.freebsd.org/api/units/26082/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.069537Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "For this example we will use the <literal>person</literal> object class. If you are using <literal>inetOrgPerson</literal>, the steps are basically identical, except that the <literal>sn</literal> attribute is required."
            ],
            "previous_source": "",
            "target": [
                "Para este exemplo, usaremos a classe de objeto <literal>person</literal>. Se você estiver usando <literal>inetOrgPerson</literal>, as etapas são basicamente idênticas, exceto que o atributo <literal>sn</literal> é necessário."
            ],
            "id_hash": -5300541149908794054,
            "content_hash": -5300541149908794054,
            "location": "article.translate.xml:343",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 61,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99269/?format=api",
            "priority": 100,
            "id": 26083,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=3670b1e85a58853a",
            "url": "https://translate-dev.freebsd.org/api/units/26083/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.084227Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "To add a user <literal>testuser</literal>, the ldif would be:"
            ],
            "previous_source": "",
            "target": [
                "Para adicionar um usuário <literal>testuser</literal>, o ldif seria:"
            ],
            "id_hash": 1412801008013505230,
            "content_hash": 1412801008013505230,
            "location": "article.translate.xml:349",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 62,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99270/?format=api",
            "priority": 100,
            "id": 26084,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=939b47080cf572ce",
            "url": "https://translate-dev.freebsd.org/api/units/26084/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.093806Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "dn: uid=tuser,ou=people,dc=example,dc=org\nobjectClass: person\nobjectClass: posixAccount\nobjectClass: shadowAccount\nobjectClass: top\nuidNumber: 10000\ngidNumber: 10000\nhomeDirectory: /home/tuser\nloginShell: /bin/csh\nuid: tuser\ncn: tuser"
            ],
            "previous_source": "",
            "target": [
                "dn: uid=tuser,ou=people,dc=example,dc=org\nobjectClass: person\nobjectClass: posixAccount\nobjectClass: shadowAccount\nobjectClass: top\nuidNumber: 10000\ngidNumber: 10000\nhomeDirectory: /home/tuser\nloginShell: /bin/csh\nuid: tuser\ncn: tuser"
            ],
            "id_hash": 946394624391073783,
            "content_hash": 946394624391073783,
            "location": "article.translate.xml:352",
            "context": "",
            "note": "(itstool) path: sect2/programlisting",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 63,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99271/?format=api",
            "priority": 100,
            "id": 26085,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=8d2244e58c2b4ff7",
            "url": "https://translate-dev.freebsd.org/api/units/26085/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.105009Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "I start my LDAP users' UIDs at 10000 to avoid collisions with system accounts; you can configure whatever number you wish here, as long as it is less than 65536."
            ],
            "previous_source": "",
            "target": [
                "Eu inicio os UIDs dos meus usuários LDAP em 10000 para evitar colisões com contas do sistema; você pode configurar o número que desejar aqui, desde que seja menor que 65536."
            ],
            "id_hash": -8915317881014617194,
            "content_hash": -8915317881014617194,
            "location": "article.translate.xml:364",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 64,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 30,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99272/?format=api",
            "priority": 100,
            "id": 26086,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=04466d9f626f7b96",
            "url": "https://translate-dev.freebsd.org/api/units/26086/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.126217Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "We also need group entries. They are as configurable as user entries, but we will use the defaults below:"
            ],
            "previous_source": "",
            "target": [
                "Também precisamos de entradas de grupo. Eles são configuráveis como entradas do usuário, mas usaremos os padrões abaixo:"
            ],
            "id_hash": -3649573837001906039,
            "content_hash": -3649573837001906039,
            "location": "article.translate.xml:368",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 65,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99273/?format=api",
            "priority": 100,
            "id": 26087,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=4d5a1bee77f12889",
            "url": "https://translate-dev.freebsd.org/api/units/26087/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.134370Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "dn: ou=groups,dc=example,dc=org\nobjectClass: top\nobjectClass: organizationalUnit\nou: groups\n\ndn: cn=tuser,ou=groups,dc=example,dc=org\nobjectClass: posixGroup\nobjectClass: top\ngidNumber: 10000\ncn: tuser"
            ],
            "previous_source": "",
            "target": [
                "dn: ou=groups,dc=example,dc=org\nobjectClass: top\nobjectClass: organizationalUnit\nou: groups\n\ndn: cn=tuser,ou=groups,dc=example,dc=org\nobjectClass: posixGroup\nobjectClass: top\ngidNumber: 10000\ncn: tuser"
            ],
            "id_hash": -3151174852761320348,
            "content_hash": -3151174852761320348,
            "location": "article.translate.xml:371",
            "context": "",
            "note": "(itstool) path: sect2/programlisting",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 66,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99274/?format=api",
            "priority": 100,
            "id": 26088,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=5444c72ac4048464",
            "url": "https://translate-dev.freebsd.org/api/units/26088/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.146298Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "To enter these into your database, you can use <command>slapadd</command> or <command>ldapadd</command> on a file containing these entries. Alternatively, you can use <package>sysutils/ldapvi</package>."
            ],
            "previous_source": "",
            "target": [
                "Para inseri-los em seu banco de dados, você pode usar <command>slapadd</command> ou <command>ldapadd</command> em um arquivo contendo essas entradas. Alternativamente, você pode usar o <package>sysutils/ldapvi</package>."
            ],
            "id_hash": -5488207463892439846,
            "content_hash": -5488207463892439846,
            "location": "article.translate.xml:382",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 67,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99275/?format=api",
            "priority": 100,
            "id": 26089,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=33d5f863ad0b2cda",
            "url": "https://translate-dev.freebsd.org/api/units/26089/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.156125Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "The <command>ldapsearch</command> utility on the client machine should now return these entries. If it does, your database is properly configured to be used as an LDAP authentication server."
            ],
            "previous_source": "",
            "target": [
                "O utilitário <command>ldapsearch</command> na máquina cliente deve agora retornar essas entradas. Em caso afirmativo, o banco de dados está configurado corretamente para ser usado como um servidor de autenticação LDAP."
            ],
            "id_hash": -6239955090612624068,
            "content_hash": -6239955090612624068,
            "location": "article.translate.xml:387",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 68,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99276/?format=api",
            "priority": 100,
            "id": 26090,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=296739e7e1a4e53c",
            "url": "https://translate-dev.freebsd.org/api/units/26090/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.168572Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Client Configuration"
            ],
            "previous_source": "",
            "target": [
                "Configuração do Cliente"
            ],
            "id_hash": 8048359475216662621,
            "content_hash": 8048359475216662621,
            "location": "article.translate.xml:395",
            "context": "",
            "note": "(itstool) path: sect1/title",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 69,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99277/?format=api",
            "priority": 100,
            "id": 26091,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=efb1844cf8f0405d",
            "url": "https://translate-dev.freebsd.org/api/units/26091/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.178867Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "The client should already have <application>OpenLDAP</application> libraries from <xref linkend=\"ldap-connect-client\"/>, but if you are installing several client machines you will need to install <package>net/openldap24-client</package> on each of them."
            ],
            "previous_source": "",
            "target": [
                "O cliente já deve ter bibliotecas do <application>OpenLDAP</application> do <xref linkend=\"ldap-connect-client\" />, mas se você estiver instalando várias máquinas clientes, precisará instalar o <package>net/openldap24-client</package> em cada um deles."
            ],
            "id_hash": -5616335759506282255,
            "content_hash": -5616335759506282255,
            "location": "article.translate.xml:397",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 70,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99278/?format=api",
            "priority": 100,
            "id": 26092,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=320ec462234de8f1",
            "url": "https://translate-dev.freebsd.org/api/units/26092/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.188451Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "FreeBSD requires two ports to be installed to authenticate against an LDAP server, <package>security/pam_ldap</package> and <package>net/nss_ldap</package>."
            ],
            "previous_source": "",
            "target": [
                "O FreeBSD requer que dois ports sejam instalados para autenticação em um servidor LDAP, <package>security/pam_ldap</package> e <package>net/nss_ldap</package>."
            ],
            "id_hash": -8874163153763067701,
            "content_hash": -8874163153763067701,
            "location": "article.translate.xml:402",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 71,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99279/?format=api",
            "priority": 100,
            "id": 26093,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=04d8a3a1051798cb",
            "url": "https://translate-dev.freebsd.org/api/units/26093/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.202532Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Authentication"
            ],
            "previous_source": "",
            "target": [
                "Autenticação"
            ],
            "id_hash": 542232198182989621,
            "content_hash": 542232198182989621,
            "location": "article.translate.xml:407",
            "context": "",
            "note": "(itstool) path: sect2/title",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 72,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99280/?format=api",
            "priority": 100,
            "id": 26094,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=8786654fb679ef35",
            "url": "https://translate-dev.freebsd.org/api/units/26094/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.214652Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "<package>security/pam_ldap</package> is configured via <filename>/usr/local/etc/ldap.conf</filename>."
            ],
            "previous_source": "",
            "target": [
                "O <package>security/pam_ldap</package> é configurado através do <filename>/usr/local/etc/ldap.conf</filename>."
            ],
            "id_hash": -6621556446146534933,
            "content_hash": -6621556446146534933,
            "location": "article.translate.xml:409",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 73,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99281/?format=api",
            "priority": 100,
            "id": 26095,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=241b817ea73ce1eb",
            "url": "https://translate-dev.freebsd.org/api/units/26095/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.224838Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "This is a <emphasis>different file</emphasis> than the <application>OpenLDAP</application> library functions' configuration file, <filename>/usr/local/etc/openldap/ldap.conf</filename>; however, it takes many of the same options; in fact it is a superset of that file. For the rest of this section, references to <filename>ldap.conf</filename> will mean <filename>/usr/local/etc/ldap.conf</filename>."
            ],
            "previous_source": "",
            "target": [
                "Este é um <emphasis>arquivo diferente</emphasis> que o arquivo de configuração das funções da biblioteca <application>OpenLDAP</application>, <filename>/usr/local/etc/openldap/ldap.conf</filename>; no entanto, são necessárias muitas das mesmas opções; na verdade, é um superconjunto desse arquivo. Para o resto desta seção, referências a <filename>ldap.conf</filename> irão significar o arquivo <filename>/usr/local/etc/ldap.conf</filename>."
            ],
            "id_hash": -2370346674557362238,
            "content_hash": -2370346674557362238,
            "location": "article.translate.xml:413",
            "context": "",
            "note": "(itstool) path: note/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 74,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 42,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99282/?format=api",
            "priority": 100,
            "id": 26096,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=5f1ad642147adfc2",
            "url": "https://translate-dev.freebsd.org/api/units/26096/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.234806Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Thus, we will want to copy all of our original configuration parameters from <filename>openldap/ldap.conf</filename> to the new <filename>ldap.conf</filename>. Once this is done, we want to tell <package>security/pam_ldap</package> what to look for on the directory server."
            ],
            "previous_source": "",
            "target": [
                "Assim, vamos querer copiar todos os nossos parâmetros de configuração originais do <filename>openldap/ldap.conf</filename> para o novo <filename>ldap.conf</filename>. Feito isso, queremos informar ao <package>security/pam_ldap</package> o que procurar no servidor de diretório."
            ],
            "id_hash": 4028679805380439467,
            "content_hash": 4028679805380439467,
            "location": "article.translate.xml:423",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 75,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99283/?format=api",
            "priority": 100,
            "id": 26097,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=b7e8bef0297dadab",
            "url": "https://translate-dev.freebsd.org/api/units/26097/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.245275Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "We are identifying our users with the <literal>uid</literal> attribute. To configure this (though it is the default), set the <literal>pam_login_attribute</literal> directive in <filename>ldap.conf</filename>:"
            ],
            "previous_source": "",
            "target": [
                "Estamos identificando nossos usuários com o atributo <literal>uid</literal>. Para configurar isso (embora seja o padrão), defina a diretiva <literal>pam_login_attribute</literal> no <filename>ldap.conf</filename>:"
            ],
            "id_hash": 2587021777644483189,
            "content_hash": 2587021777644483189,
            "location": "article.translate.xml:430",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 76,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99284/?format=api",
            "priority": 100,
            "id": 26098,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=a3e6f299a2b2f275",
            "url": "https://translate-dev.freebsd.org/api/units/26098/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.258858Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Setting <literal>pam_login_attribute</literal>"
            ],
            "previous_source": "",
            "target": [
                "Definindo <literal>pam_login_attribute</literal>"
            ],
            "id_hash": -1790522564667201035,
            "content_hash": -1790522564667201035,
            "location": "article.translate.xml:437",
            "context": "",
            "note": "(itstool) path: example/title",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 77,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99285/?format=api",
            "priority": 100,
            "id": 26099,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=6726c936cab0a9f5",
            "url": "https://translate-dev.freebsd.org/api/units/26099/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.280268Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "pam_login_attribute uid"
            ],
            "previous_source": "",
            "target": [
                "pam_login_attribute uid"
            ],
            "id_hash": 6137312562884718193,
            "content_hash": 6137312562884718193,
            "location": "article.translate.xml:439",
            "context": "",
            "note": "(itstool) path: example/programlisting",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 78,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99286/?format=api",
            "priority": 100,
            "id": 26100,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=d52c1d4252492e71",
            "url": "https://translate-dev.freebsd.org/api/units/26100/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.292542Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "With this set, <package>security/pam_ldap</package> will search the entire LDAP directory under <literal>base</literal> for the value <literal>uid=<replaceable>username</replaceable></literal>. If it finds one and only one entry, it will attempt to bind as that user with the password it was given. If it binds correctly, then it will allow access. Otherwise it will fail."
            ],
            "previous_source": "",
            "target": [
                "Com esta definição, o <package>security/pam_ldap</package> pesquisará todo o diretório LDAP na <literal>base</literal> para o valor <literal>uid=<replaceable>username</replaceable> </literal>. Se encontrar uma e apenas uma entrada, ela tentará se vincular como aquele usuário com a senha que foi fornecida. Se vincular corretamente, então permitirá o acesso. Caso contrário, falhará."
            ],
            "id_hash": 7334954440975750497,
            "content_hash": 7334954440975750497,
            "location": "article.translate.xml:442",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 79,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 51,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99287/?format=api",
            "priority": 100,
            "id": 26101,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=e5cafe33aa089561",
            "url": "https://translate-dev.freebsd.org/api/units/26101/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.299487Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Users whose shell is not in <filename>/etc/shells</filename> will not be able to log in. This is particularly important when <application>Bash</application> is set as the user shell on the LDAP server. <application>Bash</application> is not included with a default installation of FreeBSD. When installed from a package or port, it is located at <filename>/usr/local/bin/bash</filename>. Verify that the path to the shell on the server is set correctly:"
            ],
            "previous_source": "",
            "target": [
                "Os usuários cujo shell não está em <filename>/etc/shells</filename> não poderão efetuar login. Isto é particularmente importante quando o <application>Bash</application> é definido como o shell do usuário no servidor LDAP. O <application>Bash</application> não está incluído em uma instalação padrão do FreeBSD. Quando instalado a partir de um pacote ou port, ele está localizado em <filename>/usr/local/bin/bash</filename>. Verifique se o caminho para o shell no servidor está definido corretamente:"
            ],
            "id_hash": -5989106328341142411,
            "content_hash": -5989106328341142411,
            "location": "article.translate.xml:451",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 80,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 65,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99288/?format=api",
            "priority": 100,
            "id": 26102,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=2ce26b86a92ea475",
            "url": "https://translate-dev.freebsd.org/api/units/26102/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.316898Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "<prompt>%</prompt> <userinput>getent passwd <replaceable>username</replaceable></userinput>"
            ],
            "previous_source": "",
            "target": [
                "<prompt>%</prompt> <userinput>getent passwd <replaceable>username</replaceable></userinput>"
            ],
            "id_hash": 1485398919090231098,
            "content_hash": 1485398919090231098,
            "location": "article.translate.xml:461",
            "context": "",
            "note": "(itstool) path: sect2/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 81,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99289/?format=api",
            "priority": 100,
            "id": 26103,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=949d32726a1f573a",
            "url": "https://translate-dev.freebsd.org/api/units/26103/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.329479Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "There are two choices when the output shows <literal>/bin/bash</literal> in the last column. The first is to change the user's entry on the LDAP server to <filename>/usr/local/bin/bash</filename>. The second option is to create a symlink on the LDAP client computer so <application>Bash</application> is found at the correct location:"
            ],
            "previous_source": "",
            "target": [
                "Existem duas opções quando a saída mostra <literal>/bin/bash</literal> na última coluna. A primeira é alterar a entrada do usuário no servidor LDAP para <filename>/usr/local/bin/bash</filename>. A segunda opção é criar um link simbólico no computador cliente LDAP para que o <application>Bash</application> seja encontrado no local correto:"
            ],
            "id_hash": 7782862826972557947,
            "content_hash": 7782862826972557947,
            "location": "article.translate.xml:463",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 82,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 48,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99290/?format=api",
            "priority": 100,
            "id": 26104,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=ec024881794ab27b",
            "url": "https://translate-dev.freebsd.org/api/units/26104/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.347542Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "<prompt>#</prompt> <userinput>ln -s /usr/local/bin/bash /bin/bash</userinput>"
            ],
            "previous_source": "",
            "target": [
                "<prompt>#</prompt> <userinput>ln -s /usr/local/bin/bash /bin/bash</userinput>"
            ],
            "id_hash": 2646508572866163837,
            "content_hash": 2646508572866163837,
            "location": "article.translate.xml:471",
            "context": "",
            "note": "(itstool) path: sect2/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 83,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99291/?format=api",
            "priority": 100,
            "id": 26105,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=a4ba498674b6b47d",
            "url": "https://translate-dev.freebsd.org/api/units/26105/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.355729Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Make sure that <filename>/etc/shells</filename> contains entries for both <literal>/usr/local/bin/bash</literal> and <literal>/bin/bash</literal>. The user will then be able to log in to the system with <application>Bash</application> as their shell."
            ],
            "previous_source": "",
            "target": [
                "Certifique-se de que <filename>/etc/shells</filename> contenha entradas para ambos <literal>/usr/local/bin/bash</literal> e <literal>/bin/bash</literal>. O usuário poderá então efetuar login no sistema com <application>Bash</application> como seu shell."
            ],
            "id_hash": 1060653488354797948,
            "content_hash": 1060653488354797948,
            "location": "article.translate.xml:473",
            "context": "",
            "note": "(itstool) path: sect2/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 84,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99292/?format=api",
            "priority": 100,
            "id": 26106,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=8eb832ba632aa97c",
            "url": "https://translate-dev.freebsd.org/api/units/26106/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.365011Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "PAM"
            ],
            "previous_source": "",
            "target": [
                "PAM"
            ],
            "id_hash": 6731550623768849972,
            "content_hash": 6731550623768849972,
            "location": "article.translate.xml:480",
            "context": "",
            "note": "(itstool) path: sect3/title",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 85,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99293/?format=api",
            "priority": 100,
            "id": 26107,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=dd6b45a0854d2e34",
            "url": "https://translate-dev.freebsd.org/api/units/26107/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.373980Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "PAM, which stands for <quote>Pluggable Authentication Modules</quote>, is the method by which FreeBSD authenticates most of its sessions. To tell FreeBSD we wish to use an LDAP server, we will have to add a line to the appropriate PAM file."
            ],
            "previous_source": "",
            "target": [
                "PAM, que significa <quote>Pluggable Authentication Modules</quote>, é o método pelo qual o FreeBSD autentica a maioria de suas sessões. Para dizer ao FreeBSD que desejamos usar um servidor LDAP, teremos que adicionar uma linha ao arquivo PAM apropriado."
            ],
            "id_hash": 6074292407487892322,
            "content_hash": 6074292407487892322,
            "location": "article.translate.xml:482",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 86,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 40,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99294/?format=api",
            "priority": 100,
            "id": 26108,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=d44c38c2fa2b0b62",
            "url": "https://translate-dev.freebsd.org/api/units/26108/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.380819Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Most of the time the appropriate PAM file is <filename>/etc/pam.d/sshd</filename>, if you want to use <application>SSH</application> (remember to set the relevant options in <filename>/etc/ssh/sshd_config</filename>, otherwise <application>SSH</application> will not use PAM)."
            ],
            "previous_source": "",
            "target": [
                "Na maioria das vezes o arquivo PAM apropriado é <filename>/etc/pam.d/sshd</filename>, se você quiser usar <application>SSH</application> (lembre-se de definir as opções relevantes em <filename>/etc/ssh/sshd_config</filename>, caso contrário o <application>SSH</application> não usará o PAM)."
            ],
            "id_hash": 8098355658366024195,
            "content_hash": 8098355658366024195,
            "location": "article.translate.xml:488",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 87,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 30,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99295/?format=api",
            "priority": 100,
            "id": 26109,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=f063239079ae7a03",
            "url": "https://translate-dev.freebsd.org/api/units/26109/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.388660Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "To use PAM for authentication, add the line"
            ],
            "previous_source": "",
            "target": [
                "Para usar o PAM para autenticação, adicione a linha"
            ],
            "id_hash": 2532175404737439598,
            "content_hash": 2532175404737439598,
            "location": "article.translate.xml:495",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 88,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99296/?format=api",
            "priority": 100,
            "id": 26110,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=a324181d545b276e",
            "url": "https://translate-dev.freebsd.org/api/units/26110/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.400456Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "auth  sufficient  /usr/local/lib/pam_ldap.so  no_warn"
            ],
            "previous_source": "",
            "target": [
                "auth suficiente /usr/local/lib/pam_ldap.so no_warn"
            ],
            "id_hash": -8340409889559603093,
            "content_hash": -8340409889559603093,
            "location": "article.translate.xml:497",
            "context": "",
            "note": "(itstool) path: sect3/programlisting",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 89,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99297/?format=api",
            "priority": 100,
            "id": 26111,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=0c40e96513a5186b",
            "url": "https://translate-dev.freebsd.org/api/units/26111/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.407812Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Exactly where this line shows up in the file and which options appear in the fourth column determine the exact behavior of the authentication mechanism; see <citerefentry><refentrytitle>pam.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>"
            ],
            "previous_source": "",
            "target": [
                "Exatamente onde essa linha aparece no arquivo e quais opções aparecem na quarta coluna, determine o comportamento exato do mecanismo de autenticação; veja <citerefentry><refentrytitle>pam.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>"
            ],
            "id_hash": 8135740491374779430,
            "content_hash": 8135740491374779430,
            "location": "article.translate.xml:499",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 90,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99298/?format=api",
            "priority": 100,
            "id": 26112,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=f0e7f4df3527dc26",
            "url": "https://translate-dev.freebsd.org/api/units/26112/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.418087Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "With this configuration you should be able to authenticate a user against an LDAP directory. <application>PAM</application> will perform a bind with your credentials, and if successful will tell <application>SSH</application> to allow access."
            ],
            "previous_source": "",
            "target": [
                "Com essa configuração, você deve conseguir autenticar um usuário em um diretório LDAP. O <application>PAM</application> executará uma ligação com suas credenciais e, se for bem-sucedido, informará ao <application>SSH</application> para permitir o acesso."
            ],
            "id_hash": 3514771274025835281,
            "content_hash": 3514771274025835281,
            "location": "article.translate.xml:504",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 91,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 32,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99299/?format=api",
            "priority": 100,
            "id": 26113,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=b0c6f9da070e9b11",
            "url": "https://translate-dev.freebsd.org/api/units/26113/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.425538Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "However it is not a good idea to allow <emphasis>every</emphasis> user in the directory into <emphasis>every</emphasis> client machine. With the current configuration, all that a user needs to log into a machine is an LDAP entry. Fortunately there are a few ways to restrict user access."
            ],
            "previous_source": "",
            "target": [
                "No entanto, não é uma boa idéia permitir que <emphasis>todo</emphasis> usuário no diretório dentro de <emphasis>todo</emphasis> computador cliente. Com a configuração atual, tudo o que um usuário precisa para efetuar login em uma máquina é uma entrada LDAP. Felizmente, existem algumas maneiras de restringir o acesso do usuário."
            ],
            "id_hash": -2093943694122691603,
            "content_hash": -2093943694122691603,
            "location": "article.translate.xml:510",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 92,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 46,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99300/?format=api",
            "priority": 100,
            "id": 26114,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=62f0d14dec25d3ed",
            "url": "https://translate-dev.freebsd.org/api/units/26114/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.434391Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "<filename>ldap.conf</filename> supports a <literal>pam_groupdn</literal> directive; every account that connects to this machine needs to be a member of the group specified here. For example, if you have"
            ],
            "previous_source": "",
            "target": [
                "O <filename>ldap.conf</filename> suporta uma diretiva <literal>pam_groupdn</literal>; Cada conta que se conecta a essa máquina precisa ser membro do grupo especificado aqui. Por exemplo, se você tem"
            ],
            "id_hash": 2937496522383416370,
            "content_hash": 2937496522383416370,
            "location": "article.translate.xml:517",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 93,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99301/?format=api",
            "priority": 100,
            "id": 26115,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=a8c41586099bdc32",
            "url": "https://translate-dev.freebsd.org/api/units/26115/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.452260Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "pam_groupdn cn=servername,ou=accessgroups,dc=example,dc=org"
            ],
            "previous_source": "",
            "target": [
                "pam_groupdn cn=servername,ou=accessgroups,dc=example,dc=org"
            ],
            "id_hash": -6473428324076915508,
            "content_hash": -6473428324076915508,
            "location": "article.translate.xml:522",
            "context": "",
            "note": "(itstool) path: sect3/programlisting",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 94,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99302/?format=api",
            "priority": 100,
            "id": 26116,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=2629c33ca87174cc",
            "url": "https://translate-dev.freebsd.org/api/units/26116/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.462519Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "in <filename>ldap.conf</filename>, then only members of that group will be able to log in. There are a few things to bear in mind, however."
            ],
            "previous_source": "",
            "target": [
                "em <filename>ldap.conf</filename>, somente os membros desse grupo poderão efetuar login. Entretanto, há algumas coisas a serem lembradas."
            ],
            "id_hash": -3872753326247123510,
            "content_hash": -3872753326247123510,
            "location": "article.translate.xml:524",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 95,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99303/?format=api",
            "priority": 100,
            "id": 26117,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=4a41375e5653e5ca",
            "url": "https://translate-dev.freebsd.org/api/units/26117/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.473131Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Members of this group are specified in one or more <literal>memberUid</literal> attributes, and each attribute must have the full distinguished name of the member. So <literal>memberUid: someuser</literal> will not work; it must be:"
            ],
            "previous_source": "",
            "target": [
                "Os membros desse grupo são especificados em um ou mais atributos <literal>memberUid</literal> e cada atributo deve ter o nome distinto completo do membro. Então <literal>memberUid:someuser</literal> não funcionará; deve ser:"
            ],
            "id_hash": -5650171113280090769,
            "content_hash": -5650171113280090769,
            "location": "article.translate.xml:528",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 96,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99304/?format=api",
            "priority": 100,
            "id": 26118,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=31968f4ef0c44d6f",
            "url": "https://translate-dev.freebsd.org/api/units/26118/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.488443Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "memberUid: uid=someuser,ou=people,dc=example,dc=org"
            ],
            "previous_source": "",
            "target": [
                "memberUid: uid=algum usuário, ou=pessoas, dc=exemplo, dc=org"
            ],
            "id_hash": 885273413766972926,
            "content_hash": 885273413766972926,
            "location": "article.translate.xml:534",
            "context": "",
            "note": "(itstool) path: sect3/programlisting",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 97,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99305/?format=api",
            "priority": 100,
            "id": 26119,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=8c491f7abcad85fe",
            "url": "https://translate-dev.freebsd.org/api/units/26119/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.500304Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Additionally, this directive is not checked in PAM during authentication, it is checked during account management, so you will need a second line in your PAM files under <literal>account</literal>. This will require, in turn, <emphasis>every</emphasis> user to be listed in the group, which is not necessarily what we want. To avoid blocking users that are not in LDAP, you should enable the <literal>ignore_unknown_user</literal> attribute. Finally, you should set the <literal>ignore_authinfo_unavail</literal> option so that you are not locked out of every computer when the LDAP server is unavailable."
            ],
            "previous_source": "",
            "target": [
                "Além disso, essa diretiva não é verificada no PAM durante a autenticação, ela é verificada durante o gerenciamento de contas, portanto, você precisará de uma segunda linha em seus arquivos PAM sob <literal>account</literal>. Isso exigirá, por sua vez, que <emphasis>todo</emphasis> usuário seja listado no grupo, o que não é necessariamente o que queremos. Para evitar o bloqueio de usuários que não estão no LDAP, você deve ativar o atributo <literal>ignore_unknown_user</literal>. Finalmente, você deve definir a opção <literal>ignore_authinfo_unavail</literal> para que você não fique bloqueado em todos os computadores quando o servidor LDAP estiver indisponível."
            ],
            "id_hash": 7892213157008833905,
            "content_hash": 7892213157008833905,
            "location": "article.translate.xml:536",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 98,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 87,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99306/?format=api",
            "priority": 100,
            "id": 26120,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=ed86c60d332cfd71",
            "url": "https://translate-dev.freebsd.org/api/units/26120/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.514420Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Your <filename>pam.d/sshd</filename> might then end up looking like this:"
            ],
            "previous_source": "",
            "target": [
                "Seu <filename>pam.d/sshd</filename> pode acabar ficando assim:"
            ],
            "id_hash": 1458258200700414548,
            "content_hash": 1458258200700414548,
            "location": "article.translate.xml:549",
            "context": "",
            "note": "(itstool) path: sect3/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 99,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99307/?format=api",
            "priority": 100,
            "id": 26121,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=943cc61b7b8c6a54",
            "url": "https://translate-dev.freebsd.org/api/units/26121/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.533400Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "Sample <filename>pam.d/sshd</filename>"
            ],
            "previous_source": "",
            "target": [
                "Exemplo <filename>pam.d/sshd</filename>"
            ],
            "id_hash": -2106041359195039358,
            "content_hash": -2106041359195039358,
            "location": "article.translate.xml:553",
            "context": "",
            "note": "(itstool) path: example/title",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 100,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99308/?format=api",
            "priority": 100,
            "id": 26122,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=62c5d68ac6e61982",
            "url": "https://translate-dev.freebsd.org/api/units/26122/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.548550Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_ldap-auth/pt_BR/?format=api",
            "source": [
                "auth            required        pam_nologin.so          no_warn\nauth            sufficient      pam_opie.so             no_warn no_fake_prompts\nauth            requisite       pam_opieaccess.so       no_warn allow_local\nauth            sufficient      /usr/local/lib/pam_ldap.so      no_warn\nauth            required        pam_unix.so             no_warn try_first_pass\n\naccount         required        pam_login_access.so\naccount         required        /usr/local/lib/pam_ldap.so      no_warn ignore_authinfo_unavail ignore_unknown_user"
            ],
            "previous_source": "",
            "target": [
                "auth            required        pam_nologin.so          no_warn\nauth            sufficient      pam_opie.so             no_warn no_fake_prompts\nauth            requisite       pam_opieaccess.so       no_warn allow_local\nauth            sufficient      /usr/local/lib/pam_ldap.so      no_warn\nauth            required        pam_unix.so             no_warn try_first_pass\n\naccount         required        pam_login_access.so\naccount         required        /usr/local/lib/pam_ldap.so      no_warn ignore_authinfo_unavail ignore_unknown_user"
            ],
            "id_hash": -5613629722064071647,
            "content_hash": -5613629722064071647,
            "location": "article.translate.xml:555",
            "context": "",
            "note": "(itstool) path: example/programlisting",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 101,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 32,
            "source_unit": "https://translate-dev.freebsd.org/api/units/99309/?format=api",
            "priority": 100,
            "id": 26123,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_ldap-auth/pt_BR/?checksum=3218618293cbd421",
            "url": "https://translate-dev.freebsd.org/api/units/26123/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:09:44.563978Z"
        }
    ]
}