Add new external function krb5_kdc_pkinit_config()
This starts up the pkinit configuration and sets some default values, and is needed in a seperate function so Samba4 can call it from it's own KDC wrapper. Andrew Bartlett Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
		 Andrew Bartlett
					Andrew Bartlett
				
			
				
					committed by
					
						 Love Hornquist Astrand
						Love Hornquist Astrand
					
				
			
			
				
	
			
			
			 Love Hornquist Astrand
						Love Hornquist Astrand
					
				
			
						parent
						
							712c6209f2
						
					
				
				
					commit
					79bf21032a
				
			| @@ -5,6 +5,7 @@ EXPORTS | ||||
| 	kdc_openlog | ||||
| 	krb5_kdc_windc_init | ||||
| 	krb5_kdc_get_config | ||||
| 	krb5_kdc_pkinit_config | ||||
| 	krb5_kdc_set_dbinfo | ||||
| 	krb5_kdc_process_krb5_request | ||||
| 	krb5_kdc_process_request | ||||
|   | ||||
| @@ -9,6 +9,7 @@ HEIMDAL_KDC_1.0 { | ||||
| 		kdc_check_flags; | ||||
| 		krb5_kdc_windc_init; | ||||
| 		krb5_kdc_get_config; | ||||
| 		krb5_kdc_pkinit_config; | ||||
| 		krb5_kdc_set_dbinfo; | ||||
| 		krb5_kdc_process_krb5_request; | ||||
| 		krb5_kdc_process_request; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user