forked from ungleich-public/cdist
		
	Merge branch 'alpinefix' into 'master'
Fix for alpine "getent shadow" missing functionality in __user type See merge request ungleich-public/cdist!855
This commit is contained in:
		
				commit
				
					
						4481052184
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@
 | 
				
			||||||
name=$__object_id
 | 
					name=$__object_id
 | 
				
			||||||
 | 
					
 | 
				
			||||||
case $("$__explorer/os") in
 | 
					case $("$__explorer/os") in
 | 
				
			||||||
  'freebsd'|'netbsd'|'openbsd')
 | 
					  'freebsd'|'netbsd'|'openbsd'|'alpine')
 | 
				
			||||||
    database='passwd'
 | 
					    database='passwd'
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
  # Default to using shadow passwords
 | 
					  # Default to using shadow passwords
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue