mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	Another attempt to fix PAM auth
This commit is contained in:
		| @@ -14,8 +14,8 @@ install: | |||||||
| script: | script: | ||||||
|   - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' |   - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' | ||||||
|   - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' |   - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' | ||||||
|   - sudo usermod -a -G shadow $USER |   - sudo chmod 755 /etc/shadow | ||||||
|   - sudo -E su $USER -c 'py.test --cov-report xml --cov=certidude tests/' |   - py.test --cov-report xml --cov=certidude tests/ | ||||||
| cache: | cache: | ||||||
|   directories: |   directories: | ||||||
|     - $HOME/.cache/pip |     - $HOME/.cache/pip | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user