mirror of
				https://github.com/samba-team/samba.git
				synced 2025-11-04 00:23:49 +03:00 
			
		
		
		
	will not use it anyway as we plan to support partitions in ldb directly like with rootdse Merge ldap_simple_ldb into ldap_backend, it is not simple anymore and makes no sense to have it separated now that ldap partitions are gone Initial attempt at working to some limit to avoid DOSs for the ldap server. Simo.
		
			
				
	
	
		
			14 lines
		
	
	
		
			243 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			243 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# LDAP server subsystem
 | 
						|
 | 
						|
#######################
 | 
						|
# Start SUBSYSTEM LDAP
 | 
						|
[SUBSYSTEM::LDAP]
 | 
						|
OBJ_FILES = \
 | 
						|
		ldap_server.o \
 | 
						|
		ldap_backend.o \
 | 
						|
		ldap_bind.o
 | 
						|
REQUIRED_SUBSYSTEMS = \
 | 
						|
		LIBCLI_LDAP SAMDB
 | 
						|
# End SUBSYSTEM SMB
 | 
						|
#######################
 |