Skip to content

Configure a code for Authenticators to indicate AUTH_USER_NOT_FOUND - #68

Open
carrvo wants to merge 9 commits into
phokz:masterfrom
carrvo:issues-40
Open

Configure a code for Authenticators to indicate AUTH_USER_NOT_FOUND#68
carrvo wants to merge 9 commits into
phokz:masterfrom
carrvo:issues-40

Conversation

@carrvo

@carrvo carrvo commented Feb 24, 2026

Copy link
Copy Markdown

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.

@bimimicah bimimicah left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good! Just needs a few comment/naming tweaks for clarity.

Side note: I used the new GitHub review experience to submit the comments, and I see they are all jumbled up here. 😓 They might make more sense if you use the 'Files Changed' tab at the top to see them in order in the file 😅

Comment thread mod_authnz_external/mod_authnz_external.c Outdated
Comment thread mod_authnz_external/mod_authnz_external.c Outdated
Comment thread mod_authnz_external/mod_authnz_external.c Outdated
Comment thread mod_authnz_external/mod_authnz_external.c Outdated
Comment thread mod_authnz_external/mod_authnz_external.c Outdated
Comment thread mod_authnz_external/mod_authnz_external.c Outdated
Comment thread mod_authnz_external/mod_authnz_external.c Outdated
Comment thread mod_authnz_external/mod_authnz_external.c
Comment thread mod_authnz_external/INSTALL Outdated
Comment thread mod_authnz_external/INSTALL
@bimimicah

Copy link
Copy Markdown
Collaborator

@carrvo, I sent you an e-mail at the address in your profile.
In case you don't get that, I'll also mention here that you should add yourself to the CONTRIBUTORS list in the way that you prefer (real name, github username, and/or e-mail as you prefer). I went ahead and added mkj for you as an example.

@carrvo
carrvo requested a review from bimimicah May 6, 2026 23:34
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

3 participants