MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Regional",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "40132": {
                "pageid": 40132,
                "ns": 0,
                "title": "Realmd",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "== Realmd ==\n\nRealmd discovers information about the domain or realm automatically and does not require complicated configuration in order to join a domain or realm, like IdM, Microsoft Active Directory, or Kerberos realms.\n\nUsing realmd is easy. A one-line command and it configures Linux systems service like sssd to do the network authentication and user account lookups.\n\n(https://www.freedesktop.org/software/realmd/)\n\n== USAGE: ==\n\n'''Note''': realmd is supported starting leap 15.2\n===== install: =====\n cat /etc/os-release \n NAME=\"openSUSE Leap\"\n VERSION=\"15.2\"\n\n zypper in  realmd\n\n==== Joining a Microsoft Active directory domain ====\n\n zypper in realmd adcli sssd sssd-tools sssd-ad samba-client\n\nedit the network configuration to the add\n   vi /etc/sysconfig/network/config\n   # change DNS settings to refer to AD\n   NETCONFIG_DNS_STATIC_SERVERS=\"YOUR_SERVER_IP\"\n\nupdate network with\n    netconfig update\n\njoin the linux machine to Active Directory domain\n\n  realm join MYDOMAIN.COM \n  Password for Administrator:     # AD's Administrator password\n  \n  vi /etc/pam.d/common-session\n  # add to the end if you need (auto create a home directory at initial login)\n  session optional        pam_mkhomedir.so skel=/etc/skel umask=077\n\n=== Testing your setup ===\n\nYou should able now to login with users  from Active Directory Domain.\n   Assuming you are root, this should work:\n   su - myADuser\n   id \n   uid=555401133(myADuser) gid=555401130(userad) groups=555401130(userad)\n\n\n\n==== Automatic Mapping ====\nNote that realmd configures sssd by default with automatic mapping, this means all users/groups IDs are automatically generated; if you need 1:1 correspondence, you can still disable this option adding the flag to cli:\n\n  realm join --computer-ou=\"ou=Linux Computers,dc=domain,dc=com\" --automatic-id-mapping=no \n\nor you can edit sssd.conf file\n\nYou will also need to setup Microsoft Active Directory to support POSIX attributes if you disable automatic mapping.\n\n\n== References: ==\n\nSource code:\n\nhttps://gitlab.freedesktop.org/realmd/realmd\n\nRealmd doc:\nhttps://www.freedesktop.org/software/realmd/\n\nSSSD upsteam doc:\nhttps://sssd.io/"
                    }
                ]
            },
            "42259": {
                "pageid": 42259,
                "ns": 0,
                "title": "Recruiting",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "Recruiting"
                    }
                ]
            }
        }
    }
}