 40404ff41d
			
		
	
	40404ff41d
	
	
	
		
			
			* outposts/ldap: Refactor searching so we key primarily off base dn * docs: Updating guides on sssd and the ldap outpost.
		
			
				
	
	
		
			10 lines
		
	
	
		
			139 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			139 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package search
 | |
| 
 | |
| import (
 | |
| 	"github.com/nmcclain/ldap"
 | |
| )
 | |
| 
 | |
| type Searcher interface {
 | |
| 	Search(req *Request) (ldap.ServerSearchResult, error)
 | |
| }
 |