generated from alice-meta-packages/alice-meta-template
			add files back
	
		
			
	
		
	
	
		
			
				
	
				Deploy Package / Explore-Gitea-Actions (push) Successful in 7s
				
					Details
				
			
		
	
				
					
				
			
				
	
				Deploy Package / Explore-Gitea-Actions (push) Successful in 7s
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									baf16e913d
								
							
						
					
					
						commit
						07bb42ee56
					
				| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
#!/bin/bash
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
. /usr/share/debconf/confmodule
 | 
			
		||||
 | 
			
		||||
db_input high alice-auth/ldap-bind-password || true
 | 
			
		||||
db_go
 | 
			
		||||
 | 
			
		||||
exit 0
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
. /usr/share/debconf/confmodule
 | 
			
		||||
 | 
			
		||||
db_get alice-auth/ldap-bind-password
 | 
			
		||||
 | 
			
		||||
echo $RET
 | 
			
		||||
 | 
			
		||||
sed -i "s/ldap_default_authtok =.*/ldap_default_authtok = $RET/" /etc/sssd/sssd.conf
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
Template: alice-auth/ldap-bind-password
 | 
			
		||||
Type: password
 | 
			
		||||
Description: Digite a senha do LDAP.
 | 
			
		||||
 Senha do user Alice.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue