forked from ungleich-public/cdist
		
	bugfix for shadow field number
This commit is contained in:
		
					parent
					
						
							
								63ba527bd8
							
						
					
				
			
			
				commit
				
					
						bf1f6add55
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -42,7 +42,7 @@ if grep -q "^${name}:" "$__object/explorer/passwd"; then
 | 
				
			||||||
            fi
 | 
					            fi
 | 
				
			||||||
         ;;
 | 
					         ;;
 | 
				
			||||||
         password)
 | 
					         password)
 | 
				
			||||||
            field=3
 | 
					            field=2
 | 
				
			||||||
            file="$__object/explorer/shadow"
 | 
					            file="$__object/explorer/shadow"
 | 
				
			||||||
         ;;
 | 
					         ;;
 | 
				
			||||||
         comment) field=5 ;;
 | 
					         comment) field=5 ;;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue