Moved iSQL auth before pam
This commit is contained in:
		
							parent
							
								
									bed7362475
								
							
						
					
					
						commit
						5d383badcc
					
				| 
						 | 
				
			
			@ -37,32 +37,32 @@ vars:
 | 
			
		|||
 | 
			
		||||
	"dbs" string => string_mustache('
 | 
			
		||||
		"userdbs":[
 | 
			
		||||
			{{#cfg.pam_auth}}
 | 
			
		||||
			{
 | 
			
		||||
				"driver":"passwd",
 | 
			
		||||
				"args":""
 | 
			
		||||
			},
 | 
			
		||||
			{{/cfg.pam_auth}}
 | 
			
		||||
			{{#fg.vimb_auth}}
 | 
			
		||||
			{
 | 
			
		||||
				"driver":"sql",
 | 
			
		||||
				"args":"$(dovecot_vimbadmin_sql.cfg_file)"
 | 
			
		||||
			},
 | 
			
		||||
			{{/cfg.vimb_auth}}
 | 
			
		||||
		],
 | 
			
		||||
		"passdbs":[
 | 
			
		||||
			{{#cfg.pam_auth}}
 | 
			
		||||
			{
 | 
			
		||||
				"driver":"pam",
 | 
			
		||||
				"args":"dovecot"
 | 
			
		||||
				"driver":"passwd",
 | 
			
		||||
				"args":""
 | 
			
		||||
			},
 | 
			
		||||
			{{/cfg.pam_auth}}
 | 
			
		||||
		],
 | 
			
		||||
		"passdbs":[
 | 
			
		||||
			{{#cfg.vimb_auth}}
 | 
			
		||||
			{
 | 
			
		||||
				"driver":"sql",
 | 
			
		||||
				"args":"$(dovecot_vimbadmin_sql.cfg_file)"
 | 
			
		||||
			} ,
 | 
			
		||||
			{{/cfg.vimb_auth}}
 | 
			
		||||
			{{#cfg.pam_auth}}
 | 
			
		||||
			{
 | 
			
		||||
				"driver":"pam",
 | 
			
		||||
				"args":"dovecot"
 | 
			
		||||
			}, 
 | 
			
		||||
			{{/cfg.pam_auth}}
 | 
			
		||||
		],',
 | 
			
		||||
	bundlestate("$(this.bundle)"));
 | 
			
		||||
	
 | 
			
		||||
| 
						 | 
				
			
			@ -185,6 +185,6 @@ methods:
 | 
			
		|||
	"any" usebundle => dovecot(@(dovecot_cfg));
 | 
			
		||||
	"any" usebundle => postfix(@(postfix_cfg));
 | 
			
		||||
reports:
 | 
			
		||||
	"DCP: $(dovecot_protos)";
 | 
			
		||||
	"DBS: $(dbs)";
 | 
			
		||||
#	"DCP: $(dovecot_protos)";
 | 
			
		||||
#	"DBS: $(dbs)";
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue