Skip to content

Commit

Permalink
Merge pull request #255 from jsoref/spelling
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
kvspb authored Apr 24, 2024
2 parents 83c059b + 24d6822 commit 241200e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion ngx_http_auth_ldap_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 241200e

Please sign in to comment.