Граф коммитов

  • 82704e5a13 removed old chase_referral method Dave Sims 2016-07-27 23:20:23 -0500
  • 526d63ac39 Cache new referral connections as we go Dave Sims 2016-07-27 23:16:38 -0500
  • 1fce717692 Moved chase_referral to ldap class Dave Sims 2016-07-27 23:16:09 -0500
  • 9afe1646fe WIP: Added referral chasing method, will move to GitHub::Ldap Dave Sims 2016-07-26 17:54:53 -0500
  • c05c4d73fb First draft of referral chasing: set up referral connection properties Dave Sims 2016-07-26 17:54:04 -0500
  • 3bc3979429 Remove unneded test & condition Dave Sims 2016-08-04 12:06:50 -0500
  • 735a42b2cd update documentation Dave Sims 2016-08-04 12:04:03 -0500
  • 3da33e4fa0 Make global connection interface private Dave Sims 2016-08-04 12:02:39 -0500
  • 4154214aef Make search & options private on ActiveDirectory user search Dave Sims 2016-08-04 11:56:45 -0500
  • c3ac0b32b1 Don't fall back on default user search for non-AD controllers Dave Sims 2016-08-04 11:53:07 -0500
  • a3163fe2ed Updated documentation Dave Sims 2016-08-04 11:41:34 -0500
  • a522641050 better hash structure Dave Sims 2016-08-04 11:39:37 -0500
  • 50120001ab Explictly override options for setting the base DN to "" Dave Sims 2016-08-04 11:37:12 -0500
  • 32222d596b Updated documentation Dave Sims 2016-08-04 11:26:55 -0500
  • 18eb39925e Test auth on user search strategy; minor test cleanup Dave Sims 2016-08-04 11:15:40 -0500
  • 0ea4a93851 Use mock utility for mock objects; Don't stub :new on Net::LDAP Dave Sims 2016-08-04 11:14:45 -0500
  • 5f9e3d7f03 Make active_directory_capability? private again Dave Sims 2016-08-04 11:14:07 -0500
  • 0b22addb4b Configure user search consistent with other config strategies Dave Sims 2016-08-04 11:13:24 -0500
  • cf59b4cea4 Created a GlobalCatalog object; expose :connection on LDAP Dave Sims 2016-08-04 11:12:36 -0500
  • 2e33e8bb8c Clean up requires Dave Sims 2016-08-04 11:11:55 -0500
  • 1ab77c0e0b Don't need this test Dave Sims 2016-08-03 23:40:41 -0500
  • d7590754c6 Removed unnecessary tests Dave Sims 2016-08-03 23:39:26 -0500
  • 2538aa0be4 Updated domain tests since adding user search strategy Dave Sims 2016-08-03 23:38:07 -0500
  • faf1a16b6d Reverse the merge order for default search Dave Sims 2016-08-03 23:28:32 -0500
  • 89eca1e3e9 More tests for user search strategy Dave Sims 2016-08-03 23:18:34 -0500
  • 32840bc2f9 Removed dead code -- was moved to its own class Dave Sims 2016-08-03 22:54:32 -0500
  • f550ce5dd7 Configure user search strategy Dave Sims 2016-08-03 22:53:57 -0500
  • 115abb7bff Update tests with new method signature for UserSearch#perform Dave Sims 2016-08-03 22:12:10 -0500
  • 3f1838c75e Override search for AD user search Dave Sims 2016-08-03 22:11:43 -0500
  • 3d73e879bf Load the default user search class; use strategy for Domain#user? Dave Sims 2016-08-03 22:09:36 -0500
  • 73ddf22c05 Added default strategy class for UserSearch Dave Sims 2016-08-03 22:08:07 -0500
  • ad67b78cb4 Created new ActiveDirectory user search class; moved tests Dave Sims 2016-08-01 17:44:48 -0500
  • 9e9f9e961f Drop message in test Dave Sims 2016-07-25 17:40:16 -0500
  • d69b0ba564 Use assert_nil Dave Sims 2016-07-25 17:39:19 -0500
  • 76db68a6d3 Added test group to Gemfile Dave Sims 2016-07-25 17:37:35 -0500
  • 8d9eca37f9 Update doc Dave Sims 2016-07-25 17:35:53 -0500
  • dd24ee7076 Document reason for auth references; remove redundant ivar Dave Sims 2016-07-25 17:28:05 -0500
  • 3af0a88561 Make sure global catalog search returns first entry from result array Dave Sims 2016-07-25 13:49:15 -0500
  • ab2d49a1b4 Set auth method for Global Catalog explicitly to :simple Dave Sims 2016-07-25 13:46:01 -0500
  • c38ffca4a4 Test that global catalog search uses empty base DN Dave Sims 2016-07-25 13:27:42 -0500
  • 678758594b Updates to Domain#user? & use of Global Catalog - Set empty search base in user? rather than in GitHub::Ldap - Get rid of indirection in Domain to global_catalog_search - Update test Dave Sims 2016-07-25 12:26:33 -0500
  • a00750f4bd Keep reference to credentials & instrumentation service for Global Catalog Dave Sims 2016-07-25 11:35:37 -0500
  • a34264b8a7 Test for using default search on non-Active Directory servers Dave Sims 2016-07-25 11:23:21 -0500
  • 6125bc5166 Test for domain to use global catalog if it's Active Directory Dave Sims 2016-07-25 11:01:49 -0500
  • e05f40caad Added doc for global_catalog_search Dave Sims 2016-07-25 11:01:18 -0500
  • baef44dc68 Test for default instrumentation service on Global Catalog Dave Sims 2016-07-25 10:40:02 -0500
  • 3cf1c5adfb Make capabilities public so domain can decide whether it's Active Dir Dave Sims 2016-07-25 10:39:10 -0500
  • 8244f7c484 Only initialize global catalog if server is Active Directory Dave Sims 2016-07-25 10:38:26 -0500
  • d4ae1ab3e0 Updated documentation Dave Sims 2016-07-25 10:37:24 -0500
  • c03c0de418 Split up auth'd, unauth'd and global default settings tests Dave Sims 2016-07-25 10:12:07 -0500
  • a23ccef696 Test format of Global Catalog search results Dave Sims 2016-07-25 10:08:17 -0500
  • 203063d6e6 Add tests for auth & unauth default Global Catalog settings Dave Sims 2016-07-25 09:51:40 -0500
  • 51e72c0c20 Use global catalog to detect user, if server is Active Directory Dave Sims 2016-07-25 09:30:11 -0500
  • ecf5c434b0 Load a global catalog connection & add interface for searching it Dave Sims 2016-07-25 09:29:10 -0500
  • c55470da96 Merge 7cd27e8a33 into 8d66502d24 Dave Sims 2016-07-13 19:21:01 +0000
  • 8d66502d24
    Release 1.10.0 v1.10.0 Jerry Cheung 2016-07-13 09:31:51 -0700
  • 8b8808de21 Merge pull request #93 from github/release-1.10.0 Jerry Cheung 2016-07-13 09:31:41 -0700
  • 0c2efc8bf5
    release 1.10.0 Jerry Cheung 2016-07-13 09:31:10 -0700
  • 893cb225d6 Merge pull request #92 from github/bump-net-ldap Jerry Cheung 2016-07-13 09:28:12 -0700
  • c2cc6e58c0
    bump net-ldap 0.15.0 Jerry Cheung 2016-07-13 09:25:55 -0700
  • 537dc5e1bb Restarting referrals from https://github.com/github/github-ldap/pull/87 search-referrals Dave Sims 2016-07-12 16:00:57 -0500
  • 7cd27e8a33 minor doc cleanup feature/multi_domain Dave Sims 2016-07-11 20:57:53 -0500
  • 4e8f7b3b06 Test name fix Dave Sims 2016-07-11 12:04:15 -0500
  • afa1f6aa7a Tweak to search documentation Dave Sims 2016-07-11 09:52:12 -0500
  • 3b7974f03e Test searching domain controllers with differen subdomains Dave Sims 2016-07-11 09:46:22 -0500
  • 6078bdff18 Test rejecting searches from different rootdn Dave Sims 2016-07-11 09:45:53 -0500
  • 69f1e3ba51 Test for concatenating search results Dave Sims 2016-07-11 09:45:20 -0500
  • c06f0b081a Test for iterating over domain controllers Dave Sims 2016-07-11 09:44:44 -0500
  • a799cc4046 Test fall back on connection when domains are nil Dave Sims 2016-07-11 09:43:59 -0500
  • 1f40e828df No need for assert Dave Sims 2016-07-11 09:43:17 -0500
  • df990ab269 Add test for falling back on @connection search when domains are nil Dave Sims 2016-07-11 09:40:51 -0500
  • 114367632e Init mock LDAP/connection with production-like naming context Dave Sims 2016-07-11 09:39:44 -0500
  • 8bdc1fabf4 Memoize forest object; added docs & general cleanup Dave Sims 2016-07-11 09:37:56 -0500
  • 03c7d90c40 Added documentation; no need to create reference to search result Dave Sims 2016-07-11 09:36:59 -0500
  • e3f791c102 Create LDAP object with ConfigurationNamingContext Dave Sims 2016-07-11 09:35:54 -0500
  • 28d5019e94 Changed config name to 'use_forest_search' Dave Sims 2016-07-11 09:34:50 -0500
  • 3abc142c47 Add mocha for service/LDAP mocking Dave Sims 2016-07-11 09:32:16 -0500
  • 186fa8b211 First stab at separate tests for ForestSearch Dave Sims 2016-07-08 19:14:14 -0500
  • 95470202c0 Only search domains if not nil Dave Sims 2016-07-08 19:13:31 -0500
  • b5a64c7457 Better formatting Dave Sims 2016-07-08 19:13:09 -0500
  • c2cdb52861 Add naming context to ForestSearch Dave Sims 2016-07-08 19:11:59 -0500
  • 50af684474 Require forest_search Dave Sims 2016-07-08 19:11:16 -0500
  • efcf91517b Docs & better structure for configure_entry_search_strategy Dave Sims 2016-07-08 13:50:31 -0500
  • 4a9e0823e1 Move connection attr_reader to a better spot Dave Sims 2016-07-08 13:38:42 -0500
  • 7c15f6f1aa First pass at moving forest searching into AD-only strategy Dave Sims 2016-07-08 13:33:09 -0500
  • 1d2b185d98 Merge 0ba39663f6 into c3b2401634 Timm Drevensek 2016-05-16 16:38:01 +0000
  • 0ba39663f6 Implement forest search to obtain non universal groups from ad Timm Drevensek 2016-04-17 01:52:06 +0200
  • 8c945cee42 fix travis to update gems before build Timm Drevensek 2016-04-17 17:37:31 +0200
  • eba4b297f0 Merge 61bc5052c4 into c3b2401634 Timm Drevensek 2016-04-17 15:37:25 +0000
  • 61bc5052c4 fix travis to update gems before build Timm Drevensek 2016-04-17 17:37:31 +0200
  • 040a7f3a2b Implement Global Catalog search to obtain non universal groups Timm Drevensek 2016-04-17 01:52:06 +0200
  • 0e695c622a
    Bump version Colin Seymour 2016-04-15 10:49:55 +0100
  • a87afd0d56
    Document `hosts` option in README Colin Seymour 2016-04-11 16:53:47 +0100
  • 65e653987f
    Add tests for `hosts` option Colin Seymour 2016-04-11 16:41:39 +0100
  • baca799d8f
    Adds support for the `hosts` option now available in net-ldap Colin Seymour 2016-04-11 16:41:02 +0100
  • f4da894869
    Bump net-ldap requirement to 0.14.0 Colin Seymour 2016-04-11 16:40:18 +0100
  • 4d902bd29a add support for ldap referral chasing Timm Drevensek 2015-10-16 02:11:45 +0200
  • 8040d396a3 Merge branch 'patch-1' of github.com:wuranbo/github-ldap into patch-1 wuranbo 2015-06-09 13:40:17 +0800
  • 6c327fe115 *moveon) remove the unneeded line. wuranbo 2015-06-08 18:24:26 +0800
  • b12a954bc9 *bugfix) uncomment the install script. wuranbo 2015-03-09 15:47:58 +0800