omniauth-ldap 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +2 -2
- data/CHANGELOG.md +58 -4
- data/CITATION.cff +6 -6
- data/CODE_OF_CONDUCT.md +0 -0
- data/CONTRIBUTING.md +91 -32
- data/FUNDING.md +2 -6
- data/LICENSE.md +33 -0
- data/MIT.md +21 -0
- data/README.md +197 -161
- data/RUBOCOP.md +0 -0
- data/SECURITY.md +1 -1
- data/certs/pboling.pem +27 -0
- data/lib/omniauth/ldap/adaptor.rb +10 -10
- data/lib/omniauth/ldap/auth_sanitizer.rb +8 -24
- data/lib/omniauth/ldap/version.rb +4 -11
- data/lib/omniauth/ldap.rb +0 -0
- data/lib/omniauth/strategies/ldap.rb +6 -2
- data/lib/omniauth-ldap.rb +0 -0
- data/sig/omniauth/ldap/adaptor.rbs +0 -0
- data/sig/omniauth/ldap/version.rbs +0 -3
- data/sig/omniauth/strategies/ldap.rbs +0 -0
- data/sig/omniauth-ldap.rbs +0 -0
- data/sig/rbs/net-ldap.rbs +0 -0
- data/sig/rbs/net-ntlm.rbs +0 -0
- data/sig/rbs/sasl.rbs +0 -0
- data.tar.gz.sig +0 -0
- metadata +122 -48
- metadata.gz.sig +0 -0
- data/LICENSE.txt +0 -24
data/README.md
CHANGED
|
@@ -1,32 +1,25 @@
|
|
|
1
|
-
|
|
1
|
+
<a href="https://github.com/omniauth"><img alt="omniauth Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/omniauth/avatar-128px.svg" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
[🖼️galtzo-discord]: https://discord.gg/3qme4XHNKN
|
|
5
|
-
[🖼️ruby-lang-i]: https://logos.galtzo.com/assets/images/ruby-lang/avatar-192px.svg
|
|
6
|
-
[🖼️ruby-lang]: https://www.ruby-lang.org/
|
|
7
|
-
[🖼️omniauth-i]: https://logos.galtzo.com/assets/images/omniauth/avatar-192px.png
|
|
8
|
-
[🖼️omniauth]: https://github.com/omniauth/omniauth-ldap
|
|
3
|
+
# 📁 OmniAuth::LDAP
|
|
9
4
|
|
|
10
|
-
|
|
5
|
+
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
11
6
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][🖼️galtzo-discord], as I may have missed the [discord notification][🖼️galtzo-discord].
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
|
|
15
8
|
|
|
16
9
|
---
|
|
17
10
|
|
|
18
11
|
`if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
|
|
19
12
|
|
|
20
|
-
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
13
|
+
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
21
14
|
|
|
22
|
-
<details>
|
|
23
|
-
|
|
15
|
+
<details markdown="1">
|
|
16
|
+
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
24
17
|
|
|
25
18
|
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
|
|
26
19
|
|
|
27
20
|
</details>
|
|
28
21
|
|
|
29
|
-
## 🌻 Synopsis
|
|
22
|
+
## 🌻 Synopsis <a href="https://discord.gg/3qme4XHNKN"><img alt="Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg" width="8%" align="right"/></a> <a href="https://ruby-toolbox.com"><img alt="ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5" src="https://logos.galtzo.com/assets/images/ruby-lang/avatar-128px.svg" width="8%" align="right"/></a>
|
|
30
23
|
|
|
31
24
|
Use the LDAP strategy as a middleware in your application:
|
|
32
25
|
|
|
@@ -46,12 +39,12 @@ use OmniAuth::Strategies::LDAP,
|
|
|
46
39
|
read_timeout: 7,
|
|
47
40
|
tls_options: {
|
|
48
41
|
ssl_version: "TLSv1_2",
|
|
49
|
-
ciphers: ["AES-128-CBC", "AES-128-CBC-HMAC-SHA1", "AES-128-CBC-HMAC-SHA256"]
|
|
42
|
+
ciphers: ["AES-128-CBC", "AES-128-CBC-HMAC-SHA1", "AES-128-CBC-HMAC-SHA256"]
|
|
50
43
|
},
|
|
51
44
|
mapping: {
|
|
52
45
|
"name" => "cn;lang-en",
|
|
53
46
|
"email" => ["preferredEmail", "mail"],
|
|
54
|
-
"nickname" => ["uid", "userid", "sAMAccountName"]
|
|
47
|
+
"nickname" => ["uid", "userid", "sAMAccountName"]
|
|
55
48
|
}
|
|
56
49
|
# Or, alternatively:
|
|
57
50
|
# use OmniAuth::Strategies::LDAP, filter: '(&(uid=%{username})(memberOf=cn=myapp-users,ou=groups,dc=example,dc=com))'
|
|
@@ -78,7 +71,7 @@ use OmniAuth::Strategies::LDAP,
|
|
|
78
71
|
port: 636,
|
|
79
72
|
encryption: "ssl", # or "tls"
|
|
80
73
|
base: "dc=example,dc=com",
|
|
81
|
-
uid:
|
|
74
|
+
uid: "uid"
|
|
82
75
|
|
|
83
76
|
# Use a private CA bundle and restrict protocol/ciphers
|
|
84
77
|
use OmniAuth::Strategies::LDAP,
|
|
@@ -86,11 +79,11 @@ use OmniAuth::Strategies::LDAP,
|
|
|
86
79
|
port: 636,
|
|
87
80
|
encryption: "ssl",
|
|
88
81
|
base: "dc=example,dc=com",
|
|
89
|
-
uid:
|
|
82
|
+
uid: "uid",
|
|
90
83
|
tls_options: {
|
|
91
84
|
ca_file: "/etc/ssl/private/my_org_ca.pem",
|
|
92
85
|
ssl_version: "TLSv1_2",
|
|
93
|
-
ciphers: ["TLS_AES_256_GCM_SHA384", "TLS_CHACHA20_POLY1305_SHA256"]
|
|
86
|
+
ciphers: ["TLS_AES_256_GCM_SHA384", "TLS_CHACHA20_POLY1305_SHA256"]
|
|
94
87
|
}
|
|
95
88
|
|
|
96
89
|
# Opt out of verification (NOT recommended – use only in trusted test/dev scenarios)
|
|
@@ -99,7 +92,7 @@ use OmniAuth::Strategies::LDAP,
|
|
|
99
92
|
port: 636,
|
|
100
93
|
encryption: "ssl",
|
|
101
94
|
base: "dc=example,dc=com",
|
|
102
|
-
uid:
|
|
95
|
+
uid: "uid",
|
|
103
96
|
disable_verify_certificates: true
|
|
104
97
|
```
|
|
105
98
|
|
|
@@ -107,34 +100,71 @@ Note: Net::LDAP historically defaulted to no certificate validation when `tls_op
|
|
|
107
100
|
|
|
108
101
|
## 💡 Info you can shake a stick at
|
|
109
102
|
|
|
110
|
-
| Tokens to Remember
|
|
103
|
+
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
111
104
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
112
|
-
| Works with JRuby
|
|
113
|
-
| Works with Truffle Ruby | ![Truffle Ruby 22.3 Compat][💎truby-22.3i] ![Truffle Ruby 23.0 Compat][💎truby-23.0i]
|
|
114
|
-
| Works with MRI Ruby
|
|
115
|
-
| Works with MRI Ruby
|
|
116
|
-
|
|
|
117
|
-
|
|
|
118
|
-
|
|
|
119
|
-
|
|
|
120
|
-
|
|
|
121
|
-
|
|
|
122
|
-
|
|
|
105
|
+
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
106
|
+
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
107
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
108
|
+
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
109
|
+
| Works with MRI Ruby 2 | ![Ruby 2.2 Compat][💎ruby-2.2i] ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
|
|
110
|
+
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
111
|
+
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
112
|
+
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
|
|
113
|
+
| Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
|
|
114
|
+
| Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
|
|
115
|
+
| Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼♂️devto-img]][💖💁🏼♂️devto] |
|
|
116
|
+
| `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼♂️aboutme-img]][💖💁🏼♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
|
|
123
117
|
|
|
124
118
|
### Compatibility
|
|
125
119
|
|
|
126
120
|
Compatible with MRI Ruby 2.2.0+, and concordant releases of JRuby, and TruffleRuby.
|
|
121
|
+
CI workflows and Appraisals are generated for MRI Ruby 2.4+.
|
|
122
|
+
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
123
|
+
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
124
|
+
not practical for the current toolchain.
|
|
125
|
+
|
|
126
|
+
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
|
|
127
|
+
|
|
128
|
+
The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
129
|
+
|
|
130
|
+
<details markdown="1">
|
|
131
|
+
<summary>How kettle-dev manages complexity in tests</summary>
|
|
132
|
+
|
|
133
|
+
| Gem | Source | Role | Daily download rank |
|
|
134
|
+
|-----|--------|------|---------------------|
|
|
135
|
+
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://bestgems.org/gems/appraisal2) |
|
|
136
|
+
| [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://bestgems.org/gems/appraisal2-rubocop) |
|
|
137
|
+
| [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://bestgems.org/gems/kettle-dev) |
|
|
138
|
+
| [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://bestgems.org/gems/kettle-jem) |
|
|
139
|
+
| [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://bestgems.org/gems/kettle-soup-cover) |
|
|
140
|
+
| [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://bestgems.org/gems/kettle-test) |
|
|
141
|
+
| [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://bestgems.org/gems/rubocop-lts) |
|
|
142
|
+
| [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://bestgems.org/gems/turbo_tests2) |
|
|
143
|
+
|
|
144
|
+
</details>
|
|
145
|
+
|
|
146
|
+
### Federated DVCS
|
|
147
|
+
|
|
148
|
+
<details markdown="1">
|
|
149
|
+
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
150
|
+
|
|
151
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
|
|
152
|
+
|-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
|
|
153
|
+
| 🧪 [omniauth/omniauth-ldap on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
|
|
154
|
+
| 🧊 [omniauth/omniauth-ldap on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
|
|
155
|
+
| 🐙 [omniauth/omniauth-ldap on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
|
|
156
|
+
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
|
127
157
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
158
|
+
</details>
|
|
159
|
+
|
|
160
|
+
[gh-discussions]: https://github.com/omniauth/omniauth-ldap/discussions
|
|
131
161
|
|
|
132
162
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-omniauth-ldap?utm_source=rubygems-omniauth-ldap&utm_medium=referral&utm_campaign=readme)
|
|
133
163
|
|
|
134
164
|
Available as part of the Tidelift Subscription.
|
|
135
165
|
|
|
136
166
|
<details markdown="1">
|
|
137
|
-
|
|
167
|
+
<summary>Need enterprise-level guarantees?</summary>
|
|
138
168
|
|
|
139
169
|
The maintainers of this and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use.
|
|
140
170
|
|
|
@@ -166,41 +196,6 @@ If bundler is not being used to manage dependencies, install the gem by executin
|
|
|
166
196
|
gem install omniauth-ldap
|
|
167
197
|
```
|
|
168
198
|
|
|
169
|
-
### 🔒 Secure Installation
|
|
170
|
-
|
|
171
|
-
<details markdown="1">
|
|
172
|
-
<summary>For Medium or High Security Installations</summary>
|
|
173
|
-
|
|
174
|
-
This gem is cryptographically signed, and has verifiable [SHA-256 and SHA-512][💎SHA_checksums] checksums by
|
|
175
|
-
[stone_checksums][💎stone_checksums]. Be sure the gem you install hasn’t been tampered with
|
|
176
|
-
by following the instructions below.
|
|
177
|
-
|
|
178
|
-
Add my public key (if you haven’t already, expires 2045-04-29) as a trusted certificate:
|
|
179
|
-
|
|
180
|
-
```console
|
|
181
|
-
gem cert --add <(curl -Ls https://raw.github.com/galtzo-floss/certs/main/pboling.pem)
|
|
182
|
-
```
|
|
183
|
-
|
|
184
|
-
You only need to do that once. Then proceed to install with:
|
|
185
|
-
|
|
186
|
-
```console
|
|
187
|
-
gem install omniauth-ldap -P HighSecurity
|
|
188
|
-
```
|
|
189
|
-
|
|
190
|
-
The `HighSecurity` trust profile will verify signed gems, and not allow the installation of unsigned dependencies.
|
|
191
|
-
|
|
192
|
-
If you want to up your security game full-time:
|
|
193
|
-
|
|
194
|
-
```console
|
|
195
|
-
bundle config set --global trust-policy MediumSecurity
|
|
196
|
-
```
|
|
197
|
-
|
|
198
|
-
`MediumSecurity` instead of `HighSecurity` is necessary if not all the gems you use are signed.
|
|
199
|
-
|
|
200
|
-
NOTE: Be prepared to track down certs for signed gems and add them the same way you added mine.
|
|
201
|
-
|
|
202
|
-
</details>
|
|
203
|
-
|
|
204
199
|
## ⚙️ Configuration
|
|
205
200
|
|
|
206
201
|
The following options are available for configuring the OmniAuth LDAP strategy:
|
|
@@ -534,7 +529,7 @@ app = Rack::Builder.new do
|
|
|
534
529
|
host: "ldap.example.com",
|
|
535
530
|
base: "dc=example,dc=com",
|
|
536
531
|
uid: "uid",
|
|
537
|
-
title: "Example LDAP"
|
|
532
|
+
title: "Example LDAP"
|
|
538
533
|
)
|
|
539
534
|
end
|
|
540
535
|
|
|
@@ -542,7 +537,7 @@ app = Rack::Builder.new do
|
|
|
542
537
|
end
|
|
543
538
|
|
|
544
539
|
run Rack::URLMap.new(
|
|
545
|
-
"/myapp" => app
|
|
540
|
+
"/myapp" => app
|
|
546
541
|
)
|
|
547
542
|
```
|
|
548
543
|
|
|
@@ -675,13 +670,13 @@ You can support the development of omniauth tools via
|
|
|
675
670
|
[PayPal][🖇paypal],
|
|
676
671
|
and [Tidelift][🏙️entsup-tidelift].
|
|
677
672
|
|
|
678
|
-
| 📍 NOTE
|
|
673
|
+
| 📍 NOTE |
|
|
679
674
|
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
680
675
|
| If doing a sponsorship in the form of donation is problematic for your company <br/> from an accounting standpoint, we'd recommend the use of Tidelift, <br/> where you can get a support-like subscription instead. |
|
|
681
676
|
|
|
682
677
|
### Another way to support open-source
|
|
683
678
|
|
|
684
|
-
I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small.
|
|
679
|
+
I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small. Revitalizing libraries that have fallen into disrepair, and building new libraries focused on solving real-world challenges, are my passions. I was recently affected by layoffs, and the tech jobs market is unwelcoming. I’m reaching out here because your support would significantly aid my efforts to provide for my family, and my farm (11 🐔 chickens, 2 🐶 dogs, 3 🐰 rabbits, 8 🐈 cats).
|
|
685
680
|
|
|
686
681
|
If you work at a company that uses my work, please encourage them to support me as a corporate sponsor. My work on gems you use might show up in `bundle fund`.
|
|
687
682
|
|
|
@@ -689,7 +684,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
689
684
|
|
|
690
685
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
691
686
|
|
|
692
|
-
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
687
|
+
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
693
688
|
|
|
694
689
|
## 🔐 Security
|
|
695
690
|
|
|
@@ -698,7 +693,7 @@ See [SECURITY.md][🔐security].
|
|
|
698
693
|
## 🤝 Contributing
|
|
699
694
|
|
|
700
695
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
701
|
-
or if it is already 💯 (see [below](#code-coverage)) check [
|
|
696
|
+
or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
|
|
702
697
|
or use the gem and think about how it could be better.
|
|
703
698
|
|
|
704
699
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
@@ -711,10 +706,17 @@ See [CONTRIBUTING.md][🤝contributing].
|
|
|
711
706
|
|
|
712
707
|
### Code Coverage
|
|
713
708
|
|
|
709
|
+
<details markdown="1">
|
|
710
|
+
<summary>Coverage service badges</summary>
|
|
711
|
+
|
|
714
712
|
[![Coverage Graph][🏀codecov-g]][🏀codecov]
|
|
715
713
|
|
|
716
714
|
[![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls]
|
|
717
715
|
|
|
716
|
+
[![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov]
|
|
717
|
+
|
|
718
|
+
</details>
|
|
719
|
+
|
|
718
720
|
### 🪇 Code of Conduct
|
|
719
721
|
|
|
720
722
|
Everyone interacting with this project's codebases, issue trackers,
|
|
@@ -726,14 +728,16 @@ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][
|
|
|
726
728
|
|
|
727
729
|
Made with [contributors-img][🖐contrib-rocks].
|
|
728
730
|
|
|
729
|
-
|
|
730
|
-
|
|
731
|
+
Also see GitLab Contributors: [https://gitlab.com/omniauth/omniauth-ldap/-/graphs/main][🚎contributors-gl]
|
|
732
|
+
|
|
733
|
+
<details markdown="1">
|
|
734
|
+
<summary>⭐️ Star History</summary>
|
|
731
735
|
|
|
732
|
-
<a href="https://star-history.com
|
|
736
|
+
<a href="https://star-history.com/omniauth/omniauth-ldap&Date">
|
|
733
737
|
<picture>
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
738
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=omniauth/omniauth-ldap&type=Date&theme=dark" />
|
|
739
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=omniauth/omniauth-ldap&type=Date" />
|
|
740
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=omniauth/omniauth-ldap&type=Date" />
|
|
737
741
|
</picture>
|
|
738
742
|
</a>
|
|
739
743
|
|
|
@@ -741,31 +745,20 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
741
745
|
|
|
742
746
|
## 📌 Versioning
|
|
743
747
|
|
|
744
|
-
This
|
|
745
|
-
|
|
746
|
-
Specifically, if a minor or patch version is released that breaks backward compatibility,
|
|
747
|
-
a new version should be immediately released that restores compatibility.
|
|
748
|
-
Breaking changes to the public API will only be introduced with new major versions.
|
|
749
|
-
|
|
750
|
-
> dropping support for a platform is both obviously and objectively a breaking change <br/>
|
|
751
|
-
>—Jordan Harband ([@ljharb](https://github.com/ljharb), maintainer of SemVer) [in SemVer issue 716][📌semver-breaking]
|
|
752
|
-
|
|
753
|
-
I understand that policy doesn't work universally ("exceptions to every rule!"),
|
|
754
|
-
but it is the policy here.
|
|
755
|
-
As such, in many cases it is good to specify a dependency on this library using
|
|
756
|
-
the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
|
|
748
|
+
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
749
|
+
For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
|
|
757
750
|
|
|
758
751
|
For example:
|
|
759
752
|
|
|
760
753
|
```ruby
|
|
761
|
-
spec.add_dependency("omniauth-ldap", "~>
|
|
754
|
+
spec.add_dependency("omniauth-ldap", "~> 3.0")
|
|
762
755
|
```
|
|
763
756
|
|
|
764
757
|
<details markdown="1">
|
|
765
758
|
<summary>📌 Is "Platform Support" part of the public API? More details inside.</summary>
|
|
766
759
|
|
|
767
|
-
|
|
768
|
-
|
|
760
|
+
Dropping support for a platform can be a breaking change for affected users.
|
|
761
|
+
If a release changes supported platforms, it should be called out clearly in the changelog and versioned with that impact in mind.
|
|
769
762
|
|
|
770
763
|
To get a better understanding of how SemVer is intended to work over a project's lifetime,
|
|
771
764
|
read this article from the creator of SemVer:
|
|
@@ -779,28 +772,41 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
779
772
|
## 📄 License
|
|
780
773
|
|
|
781
774
|
The gem is available as open source under the terms of
|
|
782
|
-
the [MIT
|
|
783
|
-
See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright-notice-explainer].
|
|
775
|
+
the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
784
776
|
|
|
785
777
|
### © Copyright
|
|
786
778
|
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
779
|
+
See [LICENSE.md][📄license] for the official copyright notice.
|
|
780
|
+
|
|
781
|
+
<details markdown="1">
|
|
782
|
+
<summary>Copyright holders</summary>
|
|
783
|
+
|
|
784
|
+
- Copyright (c) 2011 Hubert
|
|
785
|
+
- Copyright (c) 2011-2013 Ping Yu
|
|
786
|
+
- Copyright (c) 2012 angel brown
|
|
787
|
+
- Copyright (c) 2012 Dmitriy Dzema
|
|
788
|
+
- Copyright (c) 2012 Dmitriy Zaporozhets
|
|
789
|
+
- Copyright (c) 2012 Pat Thoyts
|
|
790
|
+
- Copyright (c) 2012 Rashit Azizbaev
|
|
791
|
+
- Copyright (c) 2012 Samuel de Framond
|
|
792
|
+
- Copyright (c) 2012 Terry Tai
|
|
793
|
+
- Copyright (c) 2014 David Benko
|
|
794
|
+
- Copyright (c) 2014 Jakub Jirutka
|
|
795
|
+
- Copyright (c) 2014 Jason Hollingsworth
|
|
796
|
+
- Copyright (c) 2014 Mack Talcott
|
|
797
|
+
- Copyright (c) 2016-2018 Drew Blessing
|
|
798
|
+
- Copyright (c) 2016 Julian Kniephoff
|
|
799
|
+
- Copyright (c) 2016 Mike Tierney
|
|
800
|
+
- Copyright (c) 2016 Sasha Kotlyar
|
|
801
|
+
- Copyright (c) 2017 Michael Kozono
|
|
802
|
+
- Copyright (c) 2017 Tiago Botelho
|
|
803
|
+
- Copyright (c) 2018 tmilewski
|
|
804
|
+
- Copyright (c) 2019 Drew Blessing
|
|
805
|
+
- Copyright (c) 2022 Finn Bacall
|
|
806
|
+
- Copyright (c) 2022 Stan Hu
|
|
807
|
+
- Copyright (c) 2025-2026 Peter H. Boling
|
|
808
|
+
|
|
809
|
+
</details>
|
|
804
810
|
|
|
805
811
|
## 🤑 A request for help
|
|
806
812
|
|
|
@@ -821,6 +827,8 @@ To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
|
821
827
|
|
|
822
828
|
### Please give the project a star ⭐ ♥.
|
|
823
829
|
|
|
830
|
+
Many parts of this project are actively managed by a [kettle-jem](https://github.com/structuredmerge/structuredmerge-ruby/tree/main/gems/kettle-jem) smart template utilizing [StructuredMerge.org](https://structuredmerge.org) merge contracts.
|
|
831
|
+
|
|
824
832
|
Thanks for RTFM. ☺️
|
|
825
833
|
|
|
826
834
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
@@ -829,12 +837,8 @@ Thanks for RTFM. ☺️
|
|
|
829
837
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
830
838
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
831
839
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
832
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
833
|
-
[🖇polar]: https://polar.sh/pboling
|
|
834
840
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
835
|
-
[🖇kofi]: https://ko-fi.com/
|
|
836
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
837
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
841
|
+
[🖇kofi]: https://ko-fi.com/pboling
|
|
838
842
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
839
843
|
[🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
|
|
840
844
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
@@ -850,17 +854,17 @@ Thanks for RTFM. ☺️
|
|
|
850
854
|
|
|
851
855
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
852
856
|
[⛳️gem-namespace]: https://github.com/omniauth/omniauth-ldap
|
|
853
|
-
[⛳️namespace-img]: https://img.shields.io/badge/namespace-
|
|
857
|
+
[⛳️namespace-img]: https://img.shields.io/badge/namespace-OmniAuth::LDAP-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
854
858
|
[⛳️gem-name]: https://bestgems.org/gems/omniauth-ldap
|
|
855
859
|
[⛳️name-img]: https://img.shields.io/badge/name-omniauth--ldap-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
856
860
|
[⛳️tag-img]: https://img.shields.io/github/tag/omniauth/omniauth-ldap.svg
|
|
857
|
-
[⛳️tag]:
|
|
861
|
+
[⛳️tag]: https://github.com/omniauth/omniauth-ldap/releases
|
|
858
862
|
[🚂maint-blog]: http://www.railsbling.com/tags/omniauth-ldap
|
|
859
863
|
[🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
|
|
860
864
|
[🚂maint-contact]: http://www.railsbling.com/contact
|
|
861
865
|
[🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
|
|
862
866
|
[💖🖇linkedin]: http://www.linkedin.com/in/peterboling
|
|
863
|
-
[💖🖇linkedin-img]: https://img.shields.io/badge/
|
|
867
|
+
[💖🖇linkedin-img]: https://img.shields.io/badge/LinkedIn-Profile-0B66C2?style=flat&logo=newjapanprowrestling
|
|
864
868
|
[💖✌️wellfound]: https://wellfound.com/u/peter-boling
|
|
865
869
|
[💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=flat&logo=wellfound
|
|
866
870
|
[💖💲crunchbase]: https://www.crunchbase.com/person/peter-boling
|
|
@@ -888,38 +892,55 @@ Thanks for RTFM. ☺️
|
|
|
888
892
|
[🏙️entsup-tidelift-sonar]: https://blog.tidelift.com/tidelift-joins-sonar
|
|
889
893
|
[💁🏼♂️peterboling]: http://www.peterboling.com
|
|
890
894
|
[🚂railsbling]: http://www.railsbling.com
|
|
895
|
+
[📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
|
|
896
|
+
[📜src-gl]: https://gitlab.com/omniauth/omniauth-ldap
|
|
897
|
+
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
898
|
+
[📜src-cb]: https://codeberg.org/omniauth/omniauth-ldap
|
|
891
899
|
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
|
|
892
900
|
[📜src-gh]: https://github.com/omniauth/omniauth-ldap
|
|
893
901
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
894
902
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
903
|
+
[📜gl-wiki]: https://gitlab.com/omniauth/omniauth-ldap/-/wikis/home
|
|
895
904
|
[📜gh-wiki]: https://github.com/omniauth/omniauth-ldap/wiki
|
|
896
|
-
[📜
|
|
905
|
+
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
906
|
+
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
897
907
|
[👽dl-rank]: https://bestgems.org/gems/omniauth-ldap
|
|
898
908
|
[👽dl-ranki]: https://img.shields.io/gem/rd/omniauth-ldap.svg
|
|
899
909
|
[👽version]: https://bestgems.org/gems/omniauth-ldap
|
|
900
910
|
[👽versioni]: https://img.shields.io/gem/v/omniauth-ldap.svg
|
|
911
|
+
[🏀qlty-mnt]: https://qlty.sh/gh/omniauth/projects/omniauth-ldap
|
|
912
|
+
[🏀qlty-mnti]: https://qlty.sh/gh/omniauth/projects/omniauth-ldap/maintainability.svg
|
|
913
|
+
[🏀qlty-cov]: https://qlty.sh/gh/omniauth/projects/omniauth-ldap/metrics/code?sort=coverageRating
|
|
914
|
+
[🏀qlty-covi]: https://qlty.sh/gh/omniauth/projects/omniauth-ldap/coverage.svg
|
|
901
915
|
[🏀codecov]: https://codecov.io/gh/omniauth/omniauth-ldap
|
|
902
916
|
[🏀codecovi]: https://codecov.io/gh/omniauth/omniauth-ldap/graph/badge.svg
|
|
903
917
|
[🏀coveralls]: https://coveralls.io/github/omniauth/omniauth-ldap?branch=main
|
|
904
918
|
[🏀coveralls-img]: https://coveralls.io/repos/github/omniauth/omniauth-ldap/badge.svg?branch=main
|
|
905
|
-
[
|
|
906
|
-
[
|
|
907
|
-
[🚎
|
|
908
|
-
[🚎
|
|
919
|
+
[🚎ruby-2.4-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/ruby-2.4.yml
|
|
920
|
+
[🚎ruby-2.5-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/ruby-2.5.yml
|
|
921
|
+
[🚎ruby-2.6-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/ruby-2.6.yml
|
|
922
|
+
[🚎ruby-2.7-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/ruby-2.7.yml
|
|
923
|
+
[🚎ruby-3.0-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/ruby-3.0.yml
|
|
924
|
+
[🚎ruby-3.1-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/ruby-3.1.yml
|
|
925
|
+
[🚎ruby-3.2-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/ruby-3.2.yml
|
|
926
|
+
[🚎ruby-3.3-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/ruby-3.3.yml
|
|
927
|
+
[🚎ruby-3.4-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/ruby-3.4.yml
|
|
928
|
+
[🚎jruby-9.2-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/jruby-9.2.yml
|
|
929
|
+
[🚎jruby-9.3-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/jruby-9.3.yml
|
|
930
|
+
[🚎jruby-9.4-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/jruby-9.4.yml
|
|
931
|
+
[🚎jruby-10.0-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/jruby-10.0.yml
|
|
932
|
+
[🚎truby-22.3-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-22.3.yml
|
|
933
|
+
[🚎truby-23.0-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-23.0.yml
|
|
934
|
+
[🚎truby-23.1-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-23.1.yml
|
|
935
|
+
[🚎truby-24.2-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-24.2.yml
|
|
936
|
+
[🚎truby-25.0-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-25.0.yml
|
|
937
|
+
[🚎truby-33.0-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-33.0.yml
|
|
909
938
|
[🚎2-cov-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/coverage.yml
|
|
910
939
|
[🚎2-cov-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/coverage.yml/badge.svg
|
|
911
940
|
[🚎3-hd-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/heads.yml
|
|
912
941
|
[🚎3-hd-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/heads.yml/badge.svg
|
|
913
|
-
[🚎4-lg-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/legacy.yml
|
|
914
|
-
[🚎4-lg-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/legacy.yml/badge.svg
|
|
915
942
|
[🚎5-st-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/style.yml
|
|
916
943
|
[🚎5-st-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/style.yml/badge.svg
|
|
917
|
-
[🚎6-s-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/supported.yml
|
|
918
|
-
[🚎6-s-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/supported.yml/badge.svg
|
|
919
|
-
[🚎7-us-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/unsupported.yml
|
|
920
|
-
[🚎7-us-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/unsupported.yml/badge.svg
|
|
921
|
-
[🚎8-ho-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/hoary.yml
|
|
922
|
-
[🚎8-ho-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/hoary.yml/badge.svg
|
|
923
944
|
[🚎9-t-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffle.yml
|
|
924
945
|
[🚎9-t-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffle.yml/badge.svg
|
|
925
946
|
[🚎10-j-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/jruby.yml
|
|
@@ -934,10 +955,8 @@ Thanks for RTFM. ☺️
|
|
|
934
955
|
[🚎14-🔓️-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/unlocked_deps.yml/badge.svg
|
|
935
956
|
[🚎15-🪪-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/license-eye.yml
|
|
936
957
|
[🚎15-🪪-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/license-eye.yml/badge.svg
|
|
937
|
-
[💎ruby-2.0i]: https://img.shields.io/badge/Ruby-2.0_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
938
|
-
[💎ruby-2.1i]: https://img.shields.io/badge/Ruby-2.1_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
939
958
|
[💎ruby-2.2i]: https://img.shields.io/badge/Ruby-2.2_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
940
|
-
[💎ruby-2.3i]: https://img.shields.io/badge/Ruby-2.
|
|
959
|
+
[💎ruby-2.3i]: https://img.shields.io/badge/Ruby-2.3_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
941
960
|
[💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
942
961
|
[💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
943
962
|
[💎ruby-2.6i]: https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
@@ -946,48 +965,59 @@ Thanks for RTFM. ☺️
|
|
|
946
965
|
[💎ruby-3.1i]: https://img.shields.io/badge/Ruby-3.1-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
947
966
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
948
967
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
968
|
+
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
949
969
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
950
970
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
951
|
-
[💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.
|
|
952
|
-
[💎truby-23.0i]: https://img.shields.io/badge/Truffle_Ruby-23.
|
|
971
|
+
[💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
972
|
+
[💎truby-23.0i]: https://img.shields.io/badge/Truffle_Ruby-23.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
953
973
|
[💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
974
|
+
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
975
|
+
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
976
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
954
977
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
955
978
|
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
956
|
-
[💎jruby-9.
|
|
957
|
-
[💎jruby-9.
|
|
958
|
-
[💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=red
|
|
979
|
+
[💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
980
|
+
[💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
959
981
|
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
982
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
960
983
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
961
984
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
962
985
|
[🤝gh-issues]: https://github.com/omniauth/omniauth-ldap/issues
|
|
963
986
|
[🤝gh-pulls]: https://github.com/omniauth/omniauth-ldap/pulls
|
|
964
|
-
[🤝
|
|
965
|
-
[
|
|
987
|
+
[🤝gl-issues]: https://gitlab.com/omniauth/omniauth-ldap/-/issues
|
|
988
|
+
[🤝gl-pulls]: https://gitlab.com/omniauth/omniauth-ldap/-/merge_requests
|
|
989
|
+
[🤝cb-issues]: https://codeberg.org/omniauth/omniauth-ldap/issues
|
|
990
|
+
[🤝cb-pulls]: https://codeberg.org/omniauth/omniauth-ldap/pulls
|
|
991
|
+
[🤝cb-donate]: https://donate.codeberg.org/
|
|
992
|
+
[🤝contributing]: https://github.com/omniauth/omniauth-ldap/blob/main/CONTRIBUTING.md
|
|
993
|
+
[🏀codecov-g]: https://codecov.io/gh/omniauth/omniauth-ldap/graph/badge.svg
|
|
966
994
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
967
995
|
[🖐contributors]: https://github.com/omniauth/omniauth-ldap/graphs/contributors
|
|
968
996
|
[🖐contributors-img]: https://contrib.rocks/image?repo=omniauth/omniauth-ldap
|
|
969
|
-
[
|
|
997
|
+
[🚎contributors-gl]: https://gitlab.com/omniauth/omniauth-ldap/-/graphs/main
|
|
998
|
+
[🪇conduct]: https://github.com/omniauth/omniauth-ldap/blob/main/CODE_OF_CONDUCT.md
|
|
970
999
|
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
|
|
971
1000
|
[📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
972
1001
|
[📌semver]: https://semver.org/spec/v2.0.0.html
|
|
973
1002
|
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
|
|
974
1003
|
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
975
1004
|
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
976
|
-
[📌changelog]: CHANGELOG.md
|
|
1005
|
+
[📌changelog]: https://github.com/omniauth/omniauth-ldap/blob/main/CHANGELOG.md
|
|
977
1006
|
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
978
1007
|
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
|
|
979
1008
|
[📌gitmoji]: https://gitmoji.dev
|
|
980
1009
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
981
1010
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
982
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
983
|
-
[🔐security]: SECURITY.md
|
|
1011
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.320-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
1012
|
+
[🔐security]: https://github.com/omniauth/omniauth-ldap/blob/main/SECURITY.md
|
|
984
1013
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
985
1014
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
986
|
-
[📄license]: LICENSE.
|
|
987
|
-
[📄license-ref]:
|
|
1015
|
+
[📄license]: LICENSE.md
|
|
1016
|
+
[📄license-ref]: MIT.md
|
|
988
1017
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
989
|
-
[📄license-compat]: https://
|
|
1018
|
+
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
990
1019
|
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
|
1020
|
+
|
|
991
1021
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
992
1022
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
993
1023
|
[🚎yard-current]: http://rubydoc.info/gems/omniauth-ldap
|
|
@@ -1000,7 +1030,13 @@ Thanks for RTFM. ☺️
|
|
|
1000
1030
|
[💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
1001
1031
|
[💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
|
|
1002
1032
|
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1033
|
+
<!-- kettle-jem:metadata:start -->
|
|
1034
|
+
| Field | Value |
|
|
1035
|
+
|---|---|
|
|
1036
|
+
| Package | omniauth-ldap |
|
|
1037
|
+
| Description | 📁 LDAP strategy for OmniAuth. |
|
|
1038
|
+
| Homepage | https://github.com/omniauth/omniauth-ldap |
|
|
1039
|
+
| Source | https://github.com/omniauth/omniauth-ldap |
|
|
1040
|
+
| License | `MIT` |
|
|
1041
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/omniauth-ldap, https://www.buymeacoffee.com/pboling |
|
|
1042
|
+
<!-- kettle-jem:metadata:end -->
|