 2968019168
			
		
	
	2968019168
	
	
	
		
			
			git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@301 ec53bebd-3082-4978-b11e-865c3cabbd6b
		
			
				
	
	
		
			14 lines
		
	
	
		
			263 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			263 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <stdio.h>
 | |
| #include "krb5.h"
 | |
| #include "config_file.h"
 | |
| 
 | |
| int main(int argc, char **argv)
 | |
| {
 | |
|   k5_cfile *cf;
 | |
|   char *p;
 | |
|   krb5_parse_config_file(&cf, "krb5.conf");
 | |
|   krb5_get_config_tag(cf, "realms ATHENA.MIT.EDU v4_instance_convert mit", &p);
 | |
| 
 | |
|   return 0;
 | |
| }
 |