mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 10:27:14 +00:00 
			
		
		
		
	update ldap base
add another fix to version.sh Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
		
							parent
							
								
									4303afe1e3
								
							
						
					
					
						commit
						039189520f
					
				| @ -1,4 +1,4 @@ | |||||||
| FROM osixia/openldap:1.2.3 | FROM osixia/openldap:1.2.4 | ||||||
| 
 | 
 | ||||||
| COPY bootstrap /container/service/slapd/assets/config/bootstrap | COPY bootstrap /container/service/slapd/assets/config/bootstrap | ||||||
| RUN rm /container/service/slapd/assets/config/bootstrap/schema/mmc/mail.schema | RUN rm /container/service/slapd/assets/config/bootstrap/schema/mmc/mail.schema | ||||||
|  | |||||||
| @ -16,6 +16,8 @@ if [ -e ./.env ]; then | |||||||
| 	sed -i '/SASLAUTHD_LDAP_FILTER/s/^/#/g' "$tmpfile" | 	sed -i '/SASLAUTHD_LDAP_FILTER/s/^/#/g' "$tmpfile" | ||||||
| 	# shellcheck disable=SC1090 | 	# shellcheck disable=SC1090 | ||||||
| 	source "$tmpfile" | 	source "$tmpfile" | ||||||
|  | else | ||||||
|  | 	tmpfile="undefined" | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| case $component in | case $component in | ||||||
| @ -54,4 +56,6 @@ filename=$(h5ai_query "$component") | |||||||
| currentVersion=$(version_from_filename "$filename") | currentVersion=$(version_from_filename "$filename") | ||||||
| 
 | 
 | ||||||
| echo "$currentVersion" | echo "$currentVersion" | ||||||
| rm "$tmpfile" | if [ -e "$tmpfile" ]; then | ||||||
|  | 	rm "$tmpfile" | ||||||
|  | fi | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user