mirror of
				https://github.com/samba-team/samba.git
				synced 2025-10-30 08:23:49 +03:00 
			
		
		
		
	dependency loops). This moves the evaluation of the SASL mechansim list to display in the rootDSE to the ldap server. Andrew Bartlett
		
			
				
	
	
		
			19 lines
		
	
	
		
			420 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			420 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # LDAP server subsystem
 | |
| 
 | |
| #######################
 | |
| # Start SUBSYSTEM LDAP
 | |
| [MODULE::LDAP]
 | |
| INIT_FUNCTION = server_service_ldap_init
 | |
| SUBSYSTEM = service
 | |
| PRIVATE_PROTO_HEADER = proto.h
 | |
| OBJ_FILES = \
 | |
| 		ldap_server.o \
 | |
| 		ldap_backend.o \
 | |
| 		ldap_bind.o \
 | |
| 		ldap_extended.o
 | |
| PRIVATE_DEPENDENCIES = CREDENTIALS
 | |
| PUBLIC_DEPENDENCIES = \
 | |
| 		LIBCLI_LDAP SAMDB process_model auth GENSEC_SOCKET
 | |
| # End SUBSYSTEM SMB
 | |
| #######################
 |