From d869c9cd324839dfa67214063d13e3182db6dba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20=C3=89LIE?= Date: Sun, 17 Sep 2023 11:56:33 +0200 Subject: [PATCH] External auth: All the fields are always returned Document that the fields are "always" returned, instead of saying they "generally" are. Thanks to ReK2 (Hispagatos) for the suggestion of documentation improvement. --- doc/pod/external-auth.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pod/external-auth.pod b/doc/pod/external-auth.pod index ca493cb1d..24f245464 100644 --- a/doc/pod/external-auth.pod +++ b/doc/pod/external-auth.pod @@ -37,9 +37,9 @@ When B calls an authenticator, the lines it passes are .\r\n where I and I are the username and password provided by the -client (e.g. using AUTHINFO). In addition, B generally also passes, +client (e.g. using AUTHINFO). In addition, B also passes, if available, the fields mentioned as intended for resolvers; in rare -instances this data may be useful for authenticators. +instances, this data may be useful for authenticators. =head2 For Resolvers