{
    "mode": "man",
    "parameter": "RPC_GSS_IS_INSTALLED",
    "section": "3",
    "url": "https://www.chedong.com/phpMan.php/man/RPC_GSS_IS_INSTALLED/3/json",
    "generated": "2026-06-02T15:19:17Z",
    "synopsis": "#include <rpc/rpcsecgss.h>\nboolt\nrpcgssisinstalled(const char *mech);",
    "sections": {
        "NAME": {
            "content": "rpcgssisinstalled — Query for the presence of a security mechanism\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "#include <rpc/rpcsecgss.h>\n\nboolt\nrpcgssisinstalled(const char *mech);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This function indicates whether the GSSAPI mechanism named \"mech\" is installed and enabled.\n",
            "subsections": []
        },
        "PARAMETERS": {
            "content": "mech      The name of a GSSAPI mechanism.  \"kerberosv5\" is currently the only supported mech‐\nanism.\n",
            "subsections": []
        },
        "RETURN VALUES": {
            "content": "Returns TRUE if the named GSSAPI mechanism is installed and enabled, FALSE otherwise.\n",
            "subsections": []
        },
        "AVAILABILITY": {
            "content": "The rpcgssisinstalled() function is part of libtirpc.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "rpc(3), gssapi(3), rpcsecgss(3)\n",
            "subsections": []
        },
        "AUTHORS": {
            "content": "This manual page was written by Doug Rabson <dfr@FreeBSD.org>.\n\nBSD                            January 26, 2010                            BSD",
            "subsections": []
        }
    },
    "summary": "rpcgssisinstalled — Query for the presence of a security mechanism",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "rpc",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/rpc/3/json"
        },
        {
            "name": "gssapi",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/gssapi/3/json"
        },
        {
            "name": "rpcsecgss",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/rpcsecgss/3/json"
        }
    ]
}