Skip to content

Login does not work on OpenBSD #35

@unix-world

Description

@unix-world

This specific code does not work, from pam.c:

    int result = pam_start(SERVICE_NAME, username, NULL, &pam_handle);
    if (result != PAM_SUCCESS) {
		printf("err %d", result);
        err("pam_start...");
    }

It always return:
pam_start: System error

I have checked and the openpam-20200510p0 is installed in my computer, OpenBSD 7.3 amd64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions