Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
nss_pam_oidc.example.toml 572 B
debug = true
auth_url = "https://ticdesk-dev.teckids.org/oauth/authorize/"
token_url = "https://ticdesk-dev.teckids.org/oauth/token/"

[pam]
client_id = "Df1cpPEBsbG64oZ1Q1L8NetH1UKNBUyA5qhxg1Zh"
client_secret = ""

[nss]
client_id = "z8Oz0tG56QRo9QEPUZTs5Eda410FMiJtYxlInxKE"
client_secret = ""

urls.passwd = "https://ticdesk-dev.teckids.org/app/nis/api/passwd/"

maps.passwd = """
    {
        name: .username,
        passwd: "x",
        uid: .uid,
        gid: .primary_gid,
        gecos: "Foo",
        dir: .home_directory,
        shell: .login_shell
    }
"""