Translation components API.

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

GET /api/translations/debian-handbook/11_network-services/ca/changes/?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2139,
    "next": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/changes/?format=api&page=10",
    "previous": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/changes/?format=api&page=8",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/82760427/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:33:14.647343+02:00",
            "action": 2,
            "target": "<computeroutput># </computeroutput><userinput>cp pki/ca.crt /usr/local/share/ca-certificates/falcot.crt\n</userinput><computeroutput># </computeroutput><userinput>update-ca-certificates\n</userinput><computeroutput>Updating certificates in /etc/ssl/certs...\n1 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d...\n\nAdding debian:falcot.pem\ndone.\ndone.\n</computeroutput>",
            "old": "<computeroutput># </computeroutput><userinput>cp pki/ca.crt /usr/local/share/ca-certificates/falcot.crt\n</userinput><computeroutput># </computeroutput><userinput>update-ca-certificates\n</userinput><computeroutput>Updating certificates in /etc/ssl/certs... 1 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....\n\nAdding debian:falcot.pem\ndone.\ndone.\n</computeroutput>",
            "details": {
                "state": 20,
                "source": "<computeroutput># </computeroutput><userinput>cp pki/ca.crt /usr/local/share/ca-certificates/falcot.crt\n</userinput><computeroutput># </computeroutput><userinput>update-ca-certificates\n</userinput><computeroutput>Updating certificates in /etc/ssl/certs...\n1 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d...\n\nAdding debian:falcot.pem\ndone.\ndone.\n</computeroutput>",
                "old_state": 10
            },
            "id": 36805390,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805390/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760426/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:33:07.811904+02:00",
            "action": 2,
            "target": "Els clients LDAP també han de ser capaços d'autenticar el servidor. En una infraestructura de clau pública X.509, els certificats públics estan signats per la clau d'una autoritat de certificació (CA). Amb <emphasis>easy-rsa</emphasis>, els administradors de Falcot han creat la seva pròpia CA i ara han de configurar el sistema per confiar en les signatures de la CA de Falcot. Això es pot fer posant el certificat de CA a <filename>/usr/local/share/ca-certificates</filename> i executant <command>update-ca-certificates</command>.",
            "old": "Els clients LDAP també han de ser capaços d'autenticar el servidor. En una infraestructura de clau pública X.509, els certificats públics estan signats per la clau d'una autoritat de certificació (CA). Amb <emphasis>easy-rsa</emphasis>, els administradors de Falcot han creat la seva pròpia CA i ara han de configurar el sistema per confiar en les signatures de la CA de Falcot. Això es pot fer posant el certificat de CA a <filename>/usr/local/share/ca-certificates</filename> i executant <command>update-ca-certificates</command>.",
            "details": {
                "state": 20,
                "source": "LDAP clients also need to be able to authenticate the server. In an X.509 public key infrastructure, public certificates are signed by the key of a certificate authority (CA). With <emphasis>easy-rsa</emphasis>, the Falcot administrators have created their own CA and they now need to configure the system to trust the signatures of Falcot's CA. This can be done by putting the CA certificate in <filename>/usr/local/share/ca-certificates</filename> and running <command>update-ca-certificates</command>.",
                "old_state": 10
            },
            "id": 36805388,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805388/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760425/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:32:58.244348+02:00",
            "action": 2,
            "target": "\n# Default location of the slapd.conf file or slapd.d cn=config directory. If\n# empty, use the compiled-in default (/etc/ldap/slapd.d with a fallback to\n# /etc/ldap/slapd.conf).\nSLAPD_CONF=\n\n# System account to run the slapd server under. If empty the server\n# will run as root.\nSLAPD_USER=\"openldap\"\n\n# System group to run the slapd server under. If empty the server will\n# run in the primary group of its user.\nSLAPD_GROUP=\"openldap\"\n\n# Path to the pid file of the slapd server. If not set the init.d script\n# will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.d by\n# default)\nSLAPD_PIDFILE=\n\n# slapd normally serves ldap only on all TCP-ports 389. slapd can also\n# service requests on TCP-port 636 (ldaps) and requests via unix\n# sockets.\n# Example usage:\n# SLAPD_SERVICES=\"ldap://127.0.0.1:389/ ldaps:/// ldapi:///\"\nSLAPD_SERVICES=\"ldaps:/// ldapi:///\"\n\n# If SLAPD_NO_START is set, the init script will not start or restart\n# slapd (but stop will still work).  Uncomment this if you are\n# starting slapd via some other means or if you don't want slapd normally\n# started at boot.\n#SLAPD_NO_START=1\n\n# If SLAPD_SENTINEL_FILE is set to path to a file and that file exists,\n# the init script will not start or restart slapd (but stop will still\n# work).  Use this for temporarily disabling startup of slapd (when doing\n# maintenance, for example, or through a configuration management system)\n# when you don't want to edit a configuration file.\nSLAPD_SENTINEL_FILE=/etc/ldap/noslapd\n\n# For Kerberos authentication (via SASL), slapd by default uses the system\n# keytab file (/etc/krb5.keytab).  To use a different keytab file,\n# uncomment this line and change the path.\n#export KRB5_KTNAME=/etc/krb5.keytab\n\n# Additional options to pass to slapd\nSLAPD_OPTIONS=\"\"",
            "old": "\n# Default location of the slapd.conf file or slapd.d cn=config directory. If\n# empty, use the compiled-in default (/etc/ldap/slapd.d with a fallback to\n# /etc/ldap/slapd.conf).\nSLAPD_CONF=\n\n# System account to run the slapd server under. If empty the server\n# will run as root.\nSLAPD_USER=\"openldap\"\n\n# System group to run the slapd server under. If empty the server will\n# run in the primary group of its user.\nSLAPD_GROUP=\"openldap\"\n\n# Path to the pid file of the slapd server. If not set the init.d script\n# will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.conf by\n# default)\nSLAPD_PIDFILE=\n\n# slapd normally serves ldap only on all TCP-ports 389. slapd can also\n# service requests on TCP-port 636 (ldaps) and requests via unix\n# sockets.\n# Example usage:\n# SLAPD_SERVICES=\"ldap://127.0.0.1:389/ ldaps:/// ldapi:///\"\nSLAPD_SERVICES=\"ldaps:/// ldapi:///\"\n\n# If SLAPD_NO_START is set, the init script will not start or restart\n# slapd (but stop will still work).  Uncomment this if you are\n# starting slapd via some other means or if you don't want slapd normally\n# started at boot.\n#SLAPD_NO_START=1\n\n# If SLAPD_SENTINEL_FILE is set to path to a file and that file exists,\n# the init script will not start or restart slapd (but stop will still\n# work).  Use this for temporarily disabling startup of slapd (when doing\n# maintenance, for example, or through a configuration management system)\n# when you don't want to edit a configuration file.\nSLAPD_SENTINEL_FILE=/etc/ldap/noslapd\n\n# For Kerberos authentication (via SASL), slapd by default uses the system\n# keytab file (/etc/krb5.keytab).  To use a different keytab file,\n# uncomment this line and change the path.\n#export KRB5_KTNAME=/etc/krb5.keytab\n\n# Additional options to pass to slapd\nSLAPD_OPTIONS=\"\"\n",
            "details": {
                "state": 20,
                "source": "\n# Default location of the slapd.conf file or slapd.d cn=config directory. If\n# empty, use the compiled-in default (/etc/ldap/slapd.d with a fallback to\n# /etc/ldap/slapd.conf).\nSLAPD_CONF=\n\n# System account to run the slapd server under. If empty the server\n# will run as root.\nSLAPD_USER=\"openldap\"\n\n# System group to run the slapd server under. If empty the server will\n# run in the primary group of its user.\nSLAPD_GROUP=\"openldap\"\n\n# Path to the pid file of the slapd server. If not set the init.d script\n# will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.d by\n# default)\nSLAPD_PIDFILE=\n\n# slapd normally serves ldap only on all TCP-ports 389. slapd can also\n# service requests on TCP-port 636 (ldaps) and requests via unix\n# sockets.\n# Example usage:\n# SLAPD_SERVICES=\"ldap://127.0.0.1:389/ ldaps:/// ldapi:///\"\nSLAPD_SERVICES=\"ldaps:/// ldapi:///\"\n\n# If SLAPD_NO_START is set, the init script will not start or restart\n# slapd (but stop will still work).  Uncomment this if you are\n# starting slapd via some other means or if you don't want slapd normally\n# started at boot.\n#SLAPD_NO_START=1\n\n# If SLAPD_SENTINEL_FILE is set to path to a file and that file exists,\n# the init script will not start or restart slapd (but stop will still\n# work).  Use this for temporarily disabling startup of slapd (when doing\n# maintenance, for example, or through a configuration management system)\n# when you don't want to edit a configuration file.\nSLAPD_SENTINEL_FILE=/etc/ldap/noslapd\n\n# For Kerberos authentication (via SASL), slapd by default uses the system\n# keytab file (/etc/krb5.keytab).  To use a different keytab file,\n# uncomment this line and change the path.\n#export KRB5_KTNAME=/etc/krb5.keytab\n\n# Additional options to pass to slapd\nSLAPD_OPTIONS=\"\"",
                "old_state": 10
            },
            "id": 36805387,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805387/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760424/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:32:50.977368+02:00",
            "action": 2,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/default/slapd</filename></secondary><see>OpenLDAP</see>",
            "old": "<primary>NFS</primary><secondary><filename>/etc/exports</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/default/slapd</filename></secondary><see>OpenLDAP</see>",
                "old_state": 10
            },
            "id": 36805386,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805386/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760423/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:32:43.455623+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary><filename>/etc/default/slapd</filename></secondary>",
            "old": "<primary>NFS</primary><secondary><filename>/etc/exports</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary><filename>/etc/default/slapd</filename></secondary>",
                "old_state": 10
            },
            "id": 36805385,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805385/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760422/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:32:35.198563+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary><varname>SLAPD_SERVICES</varname></secondary>",
            "old": "<primary>LDAP</primary><secondary>segur</secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary><varname>SLAPD_SERVICES</varname></secondary>",
                "old_state": 10
            },
            "id": 36805383,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805383/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760421/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:32:30.111198+02:00",
            "action": 2,
            "target": "Amb <emphasis role=\"pkg\">ldapvi</emphasis> es pot mostrar una sortida LDIF de qualsevol part del directori LDAP, fer alguns canvis a l'editor de text, i permetre que l'eina faci les operacions LDAP corresponents.",
            "old": "Amb <command>ldapvi</command> es pot mostrar una sortida LDIF de qualsevol part del directori LDAP, fer alguns canvis a l'editor de text, i permetre que l'eina faci les operacions LDAP corresponents.",
            "details": {
                "state": 20,
                "source": "With <emphasis role=\"pkg\">ldapvi</emphasis>, you can display an LDIF output of any part of the LDAP directory, make some changes in the text editor, and let the tool do the corresponding LDAP operations for you.",
                "old_state": 10
            },
            "id": 36805382,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805382/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760420/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:32:09.409332+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary><command>ldapvi</command></secondary>",
            "old": "<primary>Apache</primary><secondary><command>a2ensite</command></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary><command>ldapvi</command></secondary>",
                "old_state": 10
            },
            "id": 36805380,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805380/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760419/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:32:02.887476+02:00",
            "action": 2,
            "target": "<computeroutput># </computeroutput><userinput>cat &gt;ssl.ldif &lt;&lt;END\ndn: cn=config\nchangetype: modify\nadd: olcTLSCertificateKeyFile\nolcTLSCertificateKeyFile: /etc/ssl/private/ldap.falcot.com.key\n-\nadd: olcTLSCertificateFile\nolcTLSCertificateFile: /etc/ssl/certs/ldap.falcot.com.pem\nEND\n</userinput><computeroutput># </computeroutput><userinput>ldapmodify -Y EXTERNAL -H ldapi:/// -f ssl.ldif\n</userinput><computeroutput>SASL/EXTERNAL authentication started\nSASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth\nSASL SSF: 0\nmodifying entry \"cn=config\"\n# </computeroutput><userinput>systemctl restart slapd.service\n</userinput><computeroutput># </computeroutput><userinput>ldapsearch -Y EXTERNAL -H ldapi:/// -b cn=config -s base | grep TLS\n</userinput><computeroutput>SASL/EXTERNAL authentication started\nSASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth\nSASL SSF: 0\nolcTLSCertificateFile: /etc/ssl/certs/ldap.falcot.com.pem\nolcTLSCertificateKeyFile: /etc/ssl/certs/ldap.falcot.com.key\n</computeroutput>",
            "old": "<computeroutput># </computeroutput><userinput>cat &gt;ssl.ldif &lt;&lt;END\ndn: cn=config\nchangetype: modify\nadd: olcTLSCertificateFile\nolcTLSCertificateFile: /etc/ssl/certs/ldap.falcot.com.pem\n-\nadd: olcTLSCertificateKeyFile\nolcTLSCertificateKeyFile: /etc/ssl/private/ldap.falcot.com.key\n-\nEND\n</userinput><computeroutput># </computeroutput><userinput>ldapmodify -Y EXTERNAL -H ldapi:/// -f ssl.ldif\n</userinput><computeroutput>SASL/EXTERNAL authentication started\nSASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth\nSASL SSF: 0\nmodifying entry \"cn=config\"\n</computeroutput>",
            "details": {
                "state": 20,
                "source": "<computeroutput># </computeroutput><userinput>cat &gt;ssl.ldif &lt;&lt;END\ndn: cn=config\nchangetype: modify\nadd: olcTLSCertificateKeyFile\nolcTLSCertificateKeyFile: /etc/ssl/private/ldap.falcot.com.key\n-\nadd: olcTLSCertificateFile\nolcTLSCertificateFile: /etc/ssl/certs/ldap.falcot.com.pem\nEND\n</userinput><computeroutput># </computeroutput><userinput>ldapmodify -Y EXTERNAL -H ldapi:/// -f ssl.ldif\n</userinput><computeroutput>SASL/EXTERNAL authentication started\nSASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth\nSASL SSF: 0\nmodifying entry \"cn=config\"\n# </computeroutput><userinput>systemctl restart slapd.service\n</userinput><computeroutput># </computeroutput><userinput>ldapsearch -Y EXTERNAL -H ldapi:/// -b cn=config -s base | grep TLS\n</userinput><computeroutput>SASL/EXTERNAL authentication started\nSASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth\nSASL SSF: 0\nolcTLSCertificateFile: /etc/ssl/certs/ldap.falcot.com.pem\nolcTLSCertificateKeyFile: /etc/ssl/certs/ldap.falcot.com.key\n</computeroutput>",
                "old_state": 10
            },
            "id": 36805378,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805378/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760418/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:31:54.792591+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary><command>ldapsearch</command></secondary>",
            "old": "<primary>Apache</primary><secondary><command>a2ensite</command></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary><command>ldapsearch</command></secondary>",
                "old_state": 10
            },
            "id": 36805360,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805360/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760417/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:31:47.152140+02:00",
            "action": 2,
            "target": "<primary>servei</primary><secondary><filename>slapd.service</filename></secondary>",
            "old": "<primary>Apache</primary><secondary><filename>.htaccess</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>service</primary><secondary><filename>slapd.service</filename></secondary>",
                "old_state": 10
            },
            "id": 36805358,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805358/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760416/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:31:38.737646+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary><command>ldapmodify</command></secondary>",
            "old": "<primary>Apache</primary><secondary><command>a2enmod</command></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary><command>ldapmodify</command></secondary>",
                "old_state": 10
            },
            "id": 36805356,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805356/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760415/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:31:33.260039+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary><command>slapd</command></secondary>",
            "old": "<primary>Apache</primary><secondary><command>a2enmod</command></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary><command>slapd</command></secondary>",
                "old_state": 10
            },
            "id": 36805355,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805355/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760414/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:31:27.020206+02:00",
            "action": 2,
            "target": "<primary><command>slapd</command></primary>",
            "old": "<primary><command>ldapvi</command></primary>",
            "details": {
                "state": 20,
                "source": "<primary><command>slapd</command></primary>",
                "old_state": 10
            },
            "id": 36805354,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805354/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760413/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:31:21.849010+02:00",
            "action": 2,
            "target": "<primary>servidor</primary><secondary><command>slapd</command></secondary>",
            "old": "<primary>Samba</primary><secondary><command>smbd</command></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>server</primary><secondary><command>slapd</command></secondary>",
                "old_state": 10
            },
            "id": 36805353,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805353/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760412/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:31:04.218843+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary><filename>/etc/ldap/slapd.d/</filename></secondary>",
            "old": "<primary>NFS</primary><secondary><filename>/etc/exports</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary><filename>/etc/ldap/slapd.d/</filename></secondary>",
                "old_state": 10
            },
            "id": 36805351,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805351/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760411/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:30:58.448380+02:00",
            "action": 2,
            "target": "<computeroutput># </computeroutput><userinput>adduser openldap ssl-cert\n</userinput><computeroutput>Adding user `openldap' to group `ssl-cert' ...\nAdding user openldap to group ssl-cert\nDone.\n# </computeroutput><userinput>mv pki/private/ldap.falcot.com.key /etc/ssl/private/ldap.falcot.com.key\n</userinput><computeroutput># </computeroutput><userinput>chown root.ssl-cert /etc/ssl/private/ldap.falcot.com.key\n</userinput><computeroutput># </computeroutput><userinput>chmod 0640 /etc/ssl/private/ldap.falcot.com.key\n</userinput><computeroutput># </computeroutput><userinput>mv pki/issued/ldap.falcot.com.crt /etc/ssl/certs/ldap.falcot.com.pem\n</userinput><computeroutput># </computeroutput><userinput>chown root.root /etc/ssl/certs/ldap.falcot.com.pem\n</userinput><computeroutput># </computeroutput><userinput>chmod 0644 /etc/ssl/certs/ldap.falcot.com.pem\n</userinput>",
            "old": "<computeroutput># </computeroutput><userinput>adduser openldap ssl-cert\n</userinput><computeroutput>Adding user `openldap' to group `ssl-cert' ...\nAdding user openldap to group ssl-cert\nDone.\n# </computeroutput><userinput>mv pki/private/ldap.falcot.com.key /etc/ssl/private/ldap.falcot.com.key\n</userinput><computeroutput># </computeroutput><userinput>chown root:ssl-cert /etc/ssl/private/ldap.falcot.com.key\n</userinput><computeroutput># </computeroutput><userinput>chmod 0640 /etc/ssl/private/ldap.falcot.com.key\n</userinput><computeroutput># </computeroutput><userinput>./eassyrsa gen-dh\n</userinput><computeroutput>\nNote: using Easy-RSA configuration from: ./vars\n\nUsing SSL: openssl OpenSSL 1.1.1c  28 May 2019\nGenerating DH parameters, 2048 bit long safe prime, generator 2\nThis is going to take a long time\n........................................................+..........................................................................+...............................................................................+............\n[...]\nDH parameters of size 2048 created at /home/roland/pki/dh.pem\n\n# </computeroutput><userinput>mv pki/dh.pem /etc/ssl/certs/ldap.falcot.com.pem\n</userinput>",
            "details": {
                "state": 20,
                "source": "<computeroutput># </computeroutput><userinput>adduser openldap ssl-cert\n</userinput><computeroutput>Adding user `openldap' to group `ssl-cert' ...\nAdding user openldap to group ssl-cert\nDone.\n# </computeroutput><userinput>mv pki/private/ldap.falcot.com.key /etc/ssl/private/ldap.falcot.com.key\n</userinput><computeroutput># </computeroutput><userinput>chown root.ssl-cert /etc/ssl/private/ldap.falcot.com.key\n</userinput><computeroutput># </computeroutput><userinput>chmod 0640 /etc/ssl/private/ldap.falcot.com.key\n</userinput><computeroutput># </computeroutput><userinput>mv pki/issued/ldap.falcot.com.crt /etc/ssl/certs/ldap.falcot.com.pem\n</userinput><computeroutput># </computeroutput><userinput>chown root.root /etc/ssl/certs/ldap.falcot.com.pem\n</userinput><computeroutput># </computeroutput><userinput>chmod 0644 /etc/ssl/certs/ldap.falcot.com.pem\n</userinput>",
                "old_state": 10
            },
            "id": 36805349,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805349/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760410/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:30:50.738171+02:00",
            "action": 2,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ssl/</filename></secondary>",
            "old": "<primary>Apache</primary><secondary><filename>.htaccess</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ssl/</filename></secondary>",
                "old_state": 10
            },
            "id": 36805347,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805347/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760409/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:30:45.763361+02:00",
            "action": 2,
            "target": "<primary><emphasis>easy-rsa</emphasis></primary>",
            "old": "<primary><emphasis>slapd</emphasis></primary>",
            "details": {
                "state": 20,
                "source": "<primary><emphasis>easy-rsa</emphasis></primary>",
                "old_state": 10
            },
            "id": 36805345,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805345/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760407/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:30:41.103218+02:00",
            "action": 2,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/pam.d/common-account</filename></secondary>",
            "old": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/pam.d/common-account</filename></secondary>",
                "old_state": 10
            },
            "id": 36805343,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805343/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760406/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:30:36.030106+02:00",
            "action": 2,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/pam.d/common-password</filename></secondary>",
            "old": "<primary>Apache</primary><secondary><filename>/etc/apache2/conf-enabled</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/pam.d/common-password</filename></secondary>",
                "old_state": 10
            },
            "id": 36805341,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805341/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760405/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:30:31.155336+02:00",
            "action": 2,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/pam.d/common-auth</filename></secondary>",
            "old": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/pam.d/common-auth</filename></secondary>",
                "old_state": 10
            },
            "id": 36805339,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805339/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760404/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:30:24.617140+02:00",
            "action": 2,
            "target": "<primary><command>pam-auth-update</command></primary>",
            "old": "<primary><command>apache</command></primary>",
            "details": {
                "state": 20,
                "source": "<primary><command>pam-auth-update</command></primary>",
                "old_state": 10
            },
            "id": 36805338,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805338/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760403/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:30:19.100068+02:00",
            "action": 5,
            "target": "L'autenticació LDAP està entre els perfils activats",
            "old": "",
            "details": {
                "state": 20,
                "source": "LDAP Authentication is among the enabled profiles",
                "old_state": 0
            },
            "id": 36805337,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/36805337/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760402/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:29:54.785915+02:00",
            "action": 5,
            "target": "Perfils PAM per activar:",
            "old": "",
            "details": {
                "state": 20,
                "source": "PAM profiles to enable:",
                "old_state": 0
            },
            "id": 36805333,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/36805333/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760401/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:29:43.891783+02:00",
            "action": 2,
            "target": "<literal>crypt</literal>",
            "old": "<literal>sí</literal>",
            "details": {
                "state": 20,
                "source": "<literal>crypt</literal>",
                "old_state": 10
            },
            "id": 36805332,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805332/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760400/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:29:37.711604+02:00",
            "action": 2,
            "target": "Algorisme d'encriptació local a usar per a contrasenyes:",
            "old": "Algorisme d'encriptació local a usar per a contrasenyes",
            "details": {
                "state": 20,
                "source": "Local encryption algorithm to use for passwords:",
                "old_state": 10
            },
            "id": 36805330,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805330/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760399/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:29:33.487897+02:00",
            "action": 2,
            "target": "Contrasenya administrativa LDAP:",
            "old": "la contrasenya administrativa",
            "details": {
                "state": 20,
                "source": "LDAP administrative password:",
                "old_state": 10
            },
            "id": 36805328,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805328/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760398/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:29:17.747575+02:00",
            "action": 2,
            "target": "Compte LDAP per a l'usuari «root»:",
            "old": "Compte LDAP per a l'usuari «root»",
            "details": {
                "state": 20,
                "source": "LDAP account for root:",
                "old_state": 10
            },
            "id": 36805325,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805325/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760397/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:29:07.975598+02:00",
            "action": 2,
            "target": "<primary><command>passwd</command></primary>",
            "old": "<primary><command>htpasswd</command></primary>",
            "details": {
                "state": 20,
                "source": "<primary><command>passwd</command></primary>",
                "old_state": 10
            },
            "id": 36805320,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805320/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760396/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:29:03.309544+02:00",
            "action": 2,
            "target": "<primary><emphasis role=\"pkg\">libpam-ldap</emphasis></primary>",
            "old": "<primary><emphasis role=\"pkg\">lighttpd</emphasis></primary>",
            "details": {
                "state": 20,
                "source": "<primary><emphasis role=\"pkg\">libpam-ldap</emphasis></primary>",
                "old_state": 10
            },
            "id": 36805319,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805319/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760395/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:28:58.658513+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary>PAM</secondary>",
            "old": "<primary>LDAP</primary><secondary>segur</secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary>PAM</secondary>",
                "old_state": 10
            },
            "id": 36805318,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805318/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760394/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:28:53.836828+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary><command>files</command></secondary>",
            "old": "<primary>Apache</primary><secondary><command>a2ensite</command></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary><command>files</command></secondary>",
                "old_state": 10
            },
            "id": 36805316,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805316/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760393/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:28:46.179985+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary><command>ldap</command></secondary>",
            "old": "<primary>Apache</primary><secondary><command>a2enmod</command></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary><command>ldap</command></secondary>",
                "old_state": 10
            },
            "id": 36805315,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805315/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760392/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:28:39.888243+02:00",
            "action": 2,
            "target": "\n#ident $Id: nsswitch.ldap,v 2.4 2003/10/02 02:36:25 lukeh Exp $\n#\n# An example file that could be copied over to /etc/nsswitch.conf; it\n# uses LDAP conjunction with files.\n#\n# \"hosts:\" and \"services:\" in this file are used only if the\n# /etc/netconfig file has a \"-\" for nametoaddr_libs of \"inet\" transports.\n\n# the following lines obviate the \"+\" entry in /etc/passwd and /etc/group.\npasswd:         files ldap\nshadow:         files ldap\ngroup:          files ldap\n\n# consult DNS first, we will need it to resolve the LDAP host. (If we\n# can't resolve it, we're in infinite recursion, because libldap calls\n# gethostbyname(). Careful!)\nhosts:          dns ldap\n\n# LDAP is nominally authoritative for the following maps.\nservices:   ldap [NOTFOUND=return] files\nnetworks:   ldap [NOTFOUND=return] files\nprotocols:  ldap [NOTFOUND=return] files\nrpc:        ldap [NOTFOUND=return] files\nethers:     ldap [NOTFOUND=return] files\n\n# no support for netmasks, bootparams, publickey yet.\nnetmasks:   files\nbootparams: files\npublickey:  files\nautomount:  files\n\n# I'm pretty sure nsswitch.conf is consulted directly by sendmail,\n# here, so we can't do much here. Instead, use bbense's LDAP\n# rules ofr sendmail.\naliases:    files\nsendmailvars:   files\n\n# Note: there is no support for netgroups on Solaris (yet)\nnetgroup:   ldap [NOTFOUND=return] files",
            "old": "\n#ident $Id: nsswitch.ldap,v 2.4 2003/10/02 02:36:25 lukeh Exp $\n#\n# An example file that could be copied over to /etc/nsswitch.conf; it\n# uses LDAP conjunction with files.\n#\n# \"hosts:\" and \"services:\" in this file are used only if the\n# /etc/netconfig file has a \"-\" for nametoaddr_libs of \"inet\" transports.\n\n# the following lines obviate the \"+\" entry in /etc/passwd and /etc/group.\npasswd:                files ldap\nshadow:                files ldap\ngroup:                files ldap\n\n# consult DNS first, we will need it to resolve the LDAP host. (If we\n# can't resolve it, we're in infinite recursion, because libldap calls\n# gethostbyname(). Careful!)\nhosts:                dns ldap\n\n# LDAP is nominally authoritative for the following maps.\nservices:   ldap [NOTFOUND=return] files\nnetworks:   ldap [NOTFOUND=return] files\nprotocols:  ldap [NOTFOUND=return] files\nrpc:        ldap [NOTFOUND=return] files\nethers:     ldap [NOTFOUND=return] files\n\n# no support for netmasks, bootparams, publickey yet.\nnetmasks:   files\nbootparams: files\npublickey:  files\nautomount:  files\n\n# I'm pretty sure nsswitch.conf is consulted directly by sendmail,\n# here, so we can't do much here. Instead, use bbense's LDAP\n# rules ofr sendmail.\naliases:    files\nsendmailvars:   files\n\n# Note: there is no support for netgroups on Solaris (yet)\nnetgroup:   ldap [NOTFOUND=return] files\n\n",
            "details": {
                "state": 20,
                "source": "\n#ident $Id: nsswitch.ldap,v 2.4 2003/10/02 02:36:25 lukeh Exp $\n#\n# An example file that could be copied over to /etc/nsswitch.conf; it\n# uses LDAP conjunction with files.\n#\n# \"hosts:\" and \"services:\" in this file are used only if the\n# /etc/netconfig file has a \"-\" for nametoaddr_libs of \"inet\" transports.\n\n# the following lines obviate the \"+\" entry in /etc/passwd and /etc/group.\npasswd:         files ldap\nshadow:         files ldap\ngroup:          files ldap\n\n# consult DNS first, we will need it to resolve the LDAP host. (If we\n# can't resolve it, we're in infinite recursion, because libldap calls\n# gethostbyname(). Careful!)\nhosts:          dns ldap\n\n# LDAP is nominally authoritative for the following maps.\nservices:   ldap [NOTFOUND=return] files\nnetworks:   ldap [NOTFOUND=return] files\nprotocols:  ldap [NOTFOUND=return] files\nrpc:        ldap [NOTFOUND=return] files\nethers:     ldap [NOTFOUND=return] files\n\n# no support for netmasks, bootparams, publickey yet.\nnetmasks:   files\nbootparams: files\npublickey:  files\nautomount:  files\n\n# I'm pretty sure nsswitch.conf is consulted directly by sendmail,\n# here, so we can't do much here. Instead, use bbense's LDAP\n# rules ofr sendmail.\naliases:    files\nsendmailvars:   files\n\n# Note: there is no support for netgroups on Solaris (yet)\nnetgroup:   ldap [NOTFOUND=return] files",
                "old_state": 10
            },
            "id": 36805313,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805313/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760391/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:28:33.144306+02:00",
            "action": 2,
            "target": "<primary><command>ldap</command></primary>",
            "old": "<primary><command>ldapvi</command></primary>",
            "details": {
                "state": 20,
                "source": "<primary><command>ldap</command></primary>",
                "old_state": 10
            },
            "id": 36805311,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805311/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760389/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:28:27.816609+02:00",
            "action": 2,
            "target": "URI (Identificador de recurs uniforme) del servidor LDAP",
            "old": "Identificador de recurs uniforme (URI) del servidor LDAP",
            "details": {
                "state": 20,
                "source": "LDAP server URI (Uniform Resource Identifier)",
                "old_state": 10
            },
            "id": 36805310,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805310/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760388/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:27:37.775951+02:00",
            "action": 2,
            "target": "Configurar el paquet <emphasis role=\"pkg\">libnss-ldap</emphasis>:",
            "old": "Configurar el paquet <emphasis role=\"pkg\">libnss-ldap</emphasis>",
            "details": {
                "state": 20,
                "source": "Configuring the <emphasis role=\"pkg\">libnss-ldap</emphasis> package:",
                "old_state": 10
            },
            "id": 36805305,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805305/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760387/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:27:29.166973+02:00",
            "action": 2,
            "target": "<primary><emphasis role=\"pkg\">libnss-ldap</emphasis></primary>",
            "old": "<primary><emphasis>libnss-ldap</emphasis></primary>",
            "details": {
                "state": 20,
                "source": "<primary><emphasis role=\"pkg\">libnss-ldap</emphasis></primary>",
                "old_state": 10
            },
            "id": 36805303,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805303/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760386/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:27:23.986071+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary>NSS</secondary>",
            "old": "<primary>client</primary><secondary>NFS</secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary>NSS</secondary>",
                "old_state": 10
            },
            "id": 36805301,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805301/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760383/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:27:18.971243+02:00",
            "action": 2,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/aliases</filename></secondary>",
            "old": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/aliases</filename></secondary>",
                "old_state": 10
            },
            "id": 36805300,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805300/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760382/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:27:05.093612+02:00",
            "action": 2,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ldap/</filename></secondary><see>OpenLDAP</see>",
            "old": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ldap/</filename></secondary><see>OpenLDAP</see>",
                "old_state": 10
            },
            "id": 36805296,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805296/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760381/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:26:57.527455+02:00",
            "action": 2,
            "target": "<primary>OpenLDAP</primary><secondary><filename>/etc/ldap/schema/misc.schema</filename></secondary>",
            "old": "<primary>Apache</primary><secondary><filename>/etc/apache2/mods-enabled</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary>OpenLDAP</primary><secondary><filename>/etc/ldap/schema/misc.schema</filename></secondary>",
                "old_state": 10
            },
            "id": 36805295,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805295/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760380/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:26:51.643587+02:00",
            "action": 2,
            "target": "Potser també us heu fixat que ignorem deliberadament la migració del fitxer <filename>/etc/aliases</filename>, ja que l'esquema estàndard proporcionat per Debian no inclou les estructures que aquest script utilitza per descriure àlies de correu electrònic. Si volem integrar aquestes dades al directori, el fitxer <filename>/etc/ldap/schema/misc.schema</filename> s'hauria d'afegir a l'esquema estàndard.",
            "old": "Ignorarem deliberadament la migració del fitxer <filename>/etc/aliases</filename>, ja que l'esquema estàndard proporcionat per Debian no inclou les estructures que aquest script utilitza per descriure àlies de correu electrònic. Si volem integrar aquestes dades al directori, el fitxer <filename>/etc/ldap/schema/misc.schema</filename> s'hauria d'afegir a l'esquema estàndard.",
            "details": {
                "state": 20,
                "source": "As you might have also noticed, we deliberately ignore migration of the <filename>/etc/aliases</filename> file, since the standard schema as provided by Debian does not include the structures that this script uses to describe email aliases. Should we want to integrate this data into the directory, the <filename>/etc/ldap/schema/misc.schema</filename> file should be added to the standard schema.",
                "old_state": 10
            },
            "id": 36805294,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805294/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760379/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:25:48.153168+02:00",
            "action": 5,
            "target": "Us deveu haver adonat que s'amplia la variable <varname>PERL5LIB</varname>. Això és degut a l'informe d'error Debian #982666. <ulink type=\"block\" url=\"https://bugs.debian.org/982666\" />",
            "old": "",
            "details": {
                "state": 20,
                "source": "You might notice that we extend the <varname>PERL5LIB</varname> variable. This is due to Debian bug report #982666. <ulink type=\"block\" url=\"https://bugs.debian.org/982666\" />",
                "old_state": 0
            },
            "id": 36805288,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/36805288/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760378/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:24:41.637087+02:00",
            "action": 2,
            "target": "\n<computeroutput># </computeroutput><userinput>cd /usr/share/migrationtools</userinput>\n<computeroutput># </computeroutput><userinput>PERL5LIB=\"${PERL5LIB}:/etc/migrationtools\" LDAPADD=\"/usr/bin/ldapadd -c\" ETC_ALIASES=/dev/null ./migrate_all_online.sh</userinput>",
            "old": "\n<computeroutput># </computeroutput><userinput>cd /usr/share/migrationtools</userinput>\n<computeroutput># </computeroutput><userinput>LDAPADD=\"/usr/bin/ldapadd -c\" ETC_ALIASES=/dev/null ./migrate_all_online.sh</userinput>",
            "details": {
                "state": 20,
                "source": "\n<computeroutput># </computeroutput><userinput>cd /usr/share/migrationtools</userinput>\n<computeroutput># </computeroutput><userinput>PERL5LIB=\"${PERL5LIB}:/etc/migrationtools\" LDAPADD=\"/usr/bin/ldapadd -c\" ETC_ALIASES=/dev/null ./migrate_all_online.sh</userinput>",
                "old_state": 10
            },
            "id": 36805280,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805280/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760377/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:24:34.916250+02:00",
            "action": 2,
            "target": "<primary><command>ldapadd</command></primary>",
            "old": "<primary><command>ldapvi</command></primary>",
            "details": {
                "state": 20,
                "source": "<primary><command>ldapadd</command></primary>",
                "old_state": 10
            },
            "id": 36805278,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805278/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760376/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:24:30.580182+02:00",
            "action": 2,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/migrationtools/migrate_common.ph</filename></secondary>",
            "old": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "details": {
                "state": 20,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/migrationtools/migrate_common.ph</filename></secondary>",
                "old_state": 10
            },
            "id": 36805276,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805276/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760371/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:24:24.431404+02:00",
            "action": 2,
            "target": "\n<computeroutput>$ </computeroutput><userinput>ldapsearch -x -b dc=falcot,dc=com\n</userinput><computeroutput><![CDATA[# extended LDIF\n#\n# LDAPv3\n# base <dc=falcot,dc=com> with scope subtree\n# filter: (objectclass=*)\n# requesting: ALL\n#\n\n# falcot.com\ndn: dc=falcot,dc=com\nobjectClass: top\nobjectClass: dcObject\nobjectClass: organization\no: Falcot Corp\ndc: falcot\n\n# admin, falcot.com\ndn: cn=admin,dc=falcot,dc=com\nobjectClass: simpleSecurityObject\nobjectClass: organizationalRole\ncn: admin\ndescription: LDAP administrator\n\n# search result\nsearch: 2\nresult: 0 Success\n\n# numResponses: 2\n# numEntries: 1\n]]></computeroutput>",
            "old": "\n<computeroutput>$ </computeroutput><userinput>ldapsearch -x -b dc=falcot,dc=com</userinput>\n<computeroutput># extended LDIF\n#\n# LDAPv3\n# base &lt;dc=falcot,dc=com&gt; with scope subtree\n# filter: (objectclass=*)\n# requesting: ALL\n#\n\n# falcot.com\ndn: dc=falcot,dc=com\nobjectClass: top\nobjectClass: dcObject\nobjectClass: organization\no: Falcot Corp\ndc: falcot\n\n# admin, falcot.com\ndn: cn=admin,dc=falcot,dc=com\nobjectClass: simpleSecurityObject\nobjectClass: organizationalRole\ncn: admin\ndescription: LDAP administrator\n\n# search result\nsearch: 2\nresult: 0 Success\n\n# numResponses: 3\n# numEntries: 2\n</computeroutput>",
            "details": {
                "state": 20,
                "source": "\n<computeroutput>$ </computeroutput><userinput>ldapsearch -x -b dc=falcot,dc=com\n</userinput><computeroutput><![CDATA[# extended LDIF\n#\n# LDAPv3\n# base <dc=falcot,dc=com> with scope subtree\n# filter: (objectclass=*)\n# requesting: ALL\n#\n\n# falcot.com\ndn: dc=falcot,dc=com\nobjectClass: top\nobjectClass: dcObject\nobjectClass: organization\no: Falcot Corp\ndc: falcot\n\n# admin, falcot.com\ndn: cn=admin,dc=falcot,dc=com\nobjectClass: simpleSecurityObject\nobjectClass: organizationalRole\ncn: admin\ndescription: LDAP administrator\n\n# search result\nsearch: 2\nresult: 0 Success\n\n# numResponses: 2\n# numEntries: 1\n]]></computeroutput>",
                "old_state": 10
            },
            "id": 36805274,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805274/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82760370/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/11_network-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/ca/?format=api",
            "user": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "author": "https://hosted.weblate.org/api/users/dmanye/?format=api",
            "timestamp": "2022-10-11T19:24:12.824839+02:00",
            "action": 2,
            "target": "<primary><command>ldapsearch</command></primary>",
            "old": "<primary><command>apache</command></primary>",
            "details": {
                "state": 20,
                "source": "<primary><command>ldapsearch</command></primary>",
                "old_state": 10
            },
            "id": 36805270,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/36805270/?format=api"
        }
    ]
}