From 9eb44d92153b80239b5af5c1bd4e8146c5f1e17c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 29 Dec 2023 08:10:19 -0500 Subject: [PATCH 1/2] spelling: occurred Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ngx_http_auth_ldap_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngx_http_auth_ldap_module.c b/ngx_http_auth_ldap_module.c index 2f4e592..b1f0447 100644 --- a/ngx_http_auth_ldap_module.c +++ b/ngx_http_auth_ldap_module.c @@ -60,7 +60,7 @@ extern int ldap_init_fd(ber_socket_t fd, int proto, const char *url, LDAP **ld); #endif -#define OUTCOME_ERROR -1 /* Some error occured in the process */ +#define OUTCOME_ERROR -1 /* Some error occurred in the process */ #define OUTCOME_DENY 0 #define OUTCOME_ALLOW 1 #define OUTCOME_CACHED_DENY 2 /* Cached results */ From 24d682252ec0580123f3ca38bb08a3c378ee58ef Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 29 Dec 2023 08:10:38 -0500 Subject: [PATCH 2/2] spelling: useful Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06bd0f2..1e82cc5 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,6 @@ you'll basically need to run OpenSSL's c_rehash command in this directory. expected value: on, off LDAP library default is on. This option disables usage of referral messages from -LDAP server. Usefull for authenticating against read only AD server without access +LDAP server. Useful for authenticating against read only AD server without access to read write.