 7488129afc
			
		
	
	7488129afc
	
	
	
		
			
			Divided functionality into classes, fixed comments + various other cleanup. BackenAuth no longer increments sequence on sending password. SQLite busy timeout shortened to 1 second.
		
			
				
	
	
		
			5 lines
		
	
	
		
			287 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			287 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_library(PAMBackendAuth SHARED pam_backend_auth.cc ../pam_auth_common.cc pam_backend_session.cc)
 | |
| target_link_libraries(PAMBackendAuth maxscale-common MySQLCommon ${SQLITE_LIBRARIES})
 | |
| set_target_properties(PAMBackendAuth PROPERTIES VERSION "1.0.0")
 | |
| install_module(PAMBackendAuth core)
 |