Skip to content

Configure a code for Authenticators to indicate AUTH_USER_NOT_FOUND#68

Open
carrvo wants to merge 5 commits intophokz:masterfrom
carrvo:issues-40
Open

Configure a code for Authenticators to indicate AUTH_USER_NOT_FOUND#68
carrvo wants to merge 5 commits intophokz:masterfrom
carrvo:issues-40

Conversation

@carrvo
Copy link

@carrvo carrvo commented Feb 24, 2026

Resolves #40

Add AuthnUserNotFoundCode directive

Keeps the existing behaviour (no special return codes) as the default, but allow the user to define a particular return code (new directive) to mean the user does not exist.

mkj and others added 5 commits August 11, 2016 23:29
Original commit from https://github.com/mkj
return AUTH_USER_NOT_FOUND
keep the existing behaviour (no special return codes) as the default,
but allow the user to define a particular return code (new directive)
to mean the user does not exist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add the ability to specify an authenticator return code that means AUTH_USER_NOT_FOUND

2 participants