An open API service providing commit metadata for open source projects.

GitHub / github/github-ldap / commits

LDAP client for humans. Part of GitHub Enterprise.

SHA Message Author Date Stats
06d2c921 merge Merge pull request #106 from github/loosen-ldap-requirement Matt Todd <c****y@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
f676fc1d Fix stub to return an Array Matt Todd <c****y@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
1f623fd6 Fix Minitest::Result requirement Matt Todd <c****y@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
8cd5fb16 Return a Result Matt Todd <c****y@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
ebfe3c58 Remove DB_CONFIG instructions Matt Todd <c****y@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
16b8a38e Fix libodbc1 dependency Matt Todd <c****y@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
b1b0361d Fix Minitest::Result requirement Matt Todd <c****y@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
3f1216f0 Fix minitest require Matt Todd <c****y@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
395488a1 Loosen net-ldap requirement this allows for ldap 0.17.0 HParker <H****r@g****m> about 5 years ago
34c2685b merge Merge pull request #101 from github/jonabc/tls-options Sean Bryant <s****t@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
272c61d0 fix tls_options on nil input Jon Ruskin <j****c@g****m> about 9 years ago
d88eb773 update comments Jon Ruskin <j****c@g****m> about 9 years ago
1052cea7 merge Merge pull request #102 from github/dbussink/tls-options-directly Jon Ruskin <j****c@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
5a50c9cd Expose TLS options directly Dirkjan Bussink <d****k@g****m> about 9 years ago
a7380b20 Fix up tests Sean Bryant <s****t@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
d2be945f Missed a couple of empty tls_options Sean Bryant <s****t@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
79065bae Fix missing paren Sean Bryant <s****t@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
07adb9ba Update test to reflect verify_mode Sean Bryant <s****t@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
b52284ca Use tls_options as a Hash Sean Bryant <s****t@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
c8007663 Enable TLS validation Jon Ruskin <j****c@g****m> about 9 years ago
cb093d2f Release 1.10.1 Jerry Cheung <j****y@g****m> over 9 years ago
b7c0b890 bump version to 1.10.1 Jerry Cheung <j****y@g****m> over 9 years ago
04f0d1b1 bump net-ldap to 0.16.0 Jerry Cheung <j****y@g****m> over 9 years ago
b75ef743 merge Merge pull request #96 from lildude/lildude/multiple-ldap-servers Colin Seymour <c****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
9315cee5 Use port from options Colin Seymour <c****n@g****m> almost 10 years ago
7be5c555 merge Merge master and manually resolve merge conflicts Colin Seymour <c****n@g****m> almost 10 years ago
52b78e20 merge Merge pull request #95 from github/support_referral_chasing Dave Sims <d****s@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
60e7b7fc Fixing some merge-fu: use @ldap not @mock_connection Dave Sims <d****s@g****m> about 10 years ago
15990bef Test for invalid URL strings as well as bad schemes in ReferralChaser Dave Sims <d****s@g****m> about 10 years ago
02cef0b9 Document user search strategy callsite Dave Sims <d****s@g****m> about 10 years ago
e7de8e7e Setup test hosts for connection caching Matt Todd <c****y@g****m> about 10 years ago
2b800582 Rename mock_connection to ldap Matt Todd <c****y@g****m> about 10 years ago
64c6e08e Configure connection with GitHub::Ldap::Test#options Matt Todd <c****y@g****m> about 10 years ago
142e3fd2 Test Ruby 2.0 Matt Todd <c****y@g****m> about 10 years ago
6ad401a4 CI Fixes: use correct connection attrs for tests Dave Sims <d****s@g****m> about 10 years ago
ed66f8da CI Fixes: use the right credentials to connect to test ldap server Dave Sims <d****s@g****m> about 10 years ago
85ab9f85 Use correct port for LDAP connection Dave Sims <d****s@g****m> about 10 years ago
cc3fd3a3 Removing ruby 1.9.3 from CI Dave Sims <d****s@g****m> about 10 years ago
88319aa2 CI Fixes: move all setup code inline Dave Sims <d****s@g****m> about 10 years ago
a0f1f241 Fixing CI: don't use a real connection Dave Sims <d****s@g****m> about 10 years ago
51f793ce Fix mock for referral_chaser_test Dave Sims <d****s@g****m> about 10 years ago
2b248d34 Remove unneeded begin Dave Sims <d****s@g****m> about 10 years ago
ef20459a Better use of mocks Dave Sims <d****s@g****m> about 10 years ago
27cf716c move mocha requirement to test_helper Dave Sims <d****s@g****m> about 10 years ago
518bd851 Moved connection cache to its own class Dave Sims <d****s@g****m> about 10 years ago
77b42095 Add host interface to ldap; updated tests Dave Sims <d****s@g****m> about 10 years ago
f0525598 Better format for private method Dave Sims <d****s@g****m> about 10 years ago
80a6127b Don't need result reference Dave Sims <d****s@g****m> about 10 years ago
7cdbe865 Minor style/cleanup Dave Sims <d****s@g****m> about 10 years ago
3eddd8b7 A bit more merge cleanup Dave Sims <d****s@g****m> about 10 years ago
a4573d71 Remove test file; clean up merge Dave Sims <d****s@g****m> about 10 years ago
3bc39794 Remove unneded test & condition Dave Sims <d****s@g****m> about 10 years ago
735a42b2 update documentation Dave Sims <d****s@g****m> about 10 years ago
3da33e4f Make global connection interface private Dave Sims <d****s@g****m> about 10 years ago
4154214a Make search & options private on ActiveDirectory user search Dave Sims <d****s@g****m> about 10 years ago
c3ac0b32 Don't fall back on default user search for non-AD controllers Dave Sims <d****s@g****m> about 10 years ago
a3163fe2 Updated documentation Dave Sims <d****s@g****m> about 10 years ago
a5226410 better hash structure Dave Sims <d****s@g****m> about 10 years ago
50120001 Explictly override options for setting the base DN to "" Dave Sims <d****s@g****m> about 10 years ago
32222d59 Updated documentation Dave Sims <d****s@g****m> about 10 years ago
18eb3992 Test auth on user search strategy; minor test cleanup Dave Sims <d****s@g****m> about 10 years ago
0ea4a938 Use mock utility for mock objects; Don't stub :new on Net::LDAP Dave Sims <d****s@g****m> about 10 years ago
5f9e3d7f Make active_directory_capability? private again Dave Sims <d****s@g****m> about 10 years ago
0b22addb Configure user search consistent with other config strategies Dave Sims <d****s@g****m> about 10 years ago
cf59b4ce Created a GlobalCatalog object; expose :connection on LDAP Dave Sims <d****s@g****m> about 10 years ago
2e33e8bb Clean up requires Dave Sims <d****s@g****m> about 10 years ago
1ab77c0e Don't need this test Dave Sims <d****s@g****m> about 10 years ago
d7590754 Removed unnecessary tests Dave Sims <d****s@g****m> about 10 years ago
2538aa0b Updated domain tests since adding user search strategy Dave Sims <d****s@g****m> about 10 years ago
faf1a16b Reverse the merge order for default search Dave Sims <d****s@g****m> about 10 years ago
89eca1e3 More tests for user search strategy Dave Sims <d****s@g****m> about 10 years ago
32840bc2 Removed dead code -- was moved to its own class Dave Sims <d****s@g****m> about 10 years ago
f550ce5d Configure user search strategy Dave Sims <d****s@g****m> about 10 years ago
115abb7b Update tests with new method signature for UserSearch#perform Dave Sims <d****s@g****m> about 10 years ago
3f1838c7 Override search for AD user search Dave Sims <d****s@g****m> about 10 years ago
3d73e879 Load the default user search class; use strategy for Domain#user? Dave Sims <d****s@g****m> about 10 years ago
73ddf22c Added default strategy class for UserSearch Dave Sims <d****s@g****m> about 10 years ago
e2c36758 check entry for nil when collecting referrals Dave Sims <d****s@g****m> about 10 years ago
1a955406 memoize the referral chaser Dave Sims <d****s@g****m> about 10 years ago
ad67b78c Created new ActiveDirectory user search class; moved tests Dave Sims <d****s@g****m> about 10 years ago
0ac330a4 Only iterate over Referall type entries in ReferralChaser Dave Sims <d****s@g****m> about 10 years ago
5cefd973 Remove redundant test Dave Sims <d****s@g****m> about 10 years ago
e759522a Added a GitHub::Ldap::URL object to encapsulate parsing ldap urls Dave Sims <d****s@g****m> about 10 years ago
644fb68c Updated tests Dave Sims <d****s@g****m> about 10 years ago
d3dc5c41 Updated documentation Dave Sims <d****s@g****m> about 10 years ago
81995552 Use ReferralChaser to do all the search heavy lifting for AD Dave Sims <d****s@g****m> about 10 years ago
704ea393 Use base connection's port as the default port Dave Sims <d****s@g****m> about 10 years ago
b7da6e76 Pushing referral aggregation from callsite into ReferallChaser Dave Sims <d****s@g****m> about 10 years ago
7f3e6f2c Use new referral chaser class in ActiveDirectory validator Dave Sims <d****s@g****m> about 10 years ago
9edc1c53 Removed dead code Dave Sims <d****s@g****m> about 10 years ago
96ba488c load referral_chaser; exposed admin user & pw for referrals to use Dave Sims <d****s@g****m> about 10 years ago
5d7c2945 Abstracted referral chasing into its own class Dave Sims <d****s@g****m> about 10 years ago
edd8107d A little cleanup Dave Sims <d****s@g****m> about 10 years ago
4b0ccff9 Split connection pool tests Dave Sims <d****s@g****m> about 10 years ago
54defdb2 Create a ConnectionPool object to encapsulate caching connection objects Dave Sims <d****s@g****m> about 10 years ago
990cca8f No need for DN matcher Dave Sims <d****s@g****m> about 10 years ago
971698c9 Don't reset base_dn, will pass in FQDN for groups from client Dave Sims <d****s@g****m> about 10 years ago
218675bd Use GitHub::Ldap instead of Net::LDAP for referral connections Dave Sims <d****s@g****m> about 10 years ago
bb149caa cleanup Dave Sims <d****s@g****m> about 10 years ago
652633be Reset base dn on filter before searcing on referral controller Dave Sims <d****s@g****m> about 10 years ago

← Back to repository