Skip to content

Commit 03c8d00

Browse files
committed
Release 2.6-7.6.4 - See CHANGELOG.md
1 parent f8ce7ff commit 03c8d00

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.6-7.6.4 2023-11-16 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Restore READONLY_USER_* variables on database initial creation
5+
6+
17
## 2.6-7.6.3 2023-07-31 <dave at tiredofit dot ca>
28

39
### Added

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -283,17 +283,17 @@ docker exec -it (whatever your container name is) bash
283283
These images were built to serve a specific need in a production environment and gradually have had more functionality added based on requests from the community.
284284
### Usage
285285
- The [Discussions board](../../discussions) is a great place for working with the community on tips and tricks of using this image.
286-
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for personalized support
286+
- [Sponsor me](https://tiredofit.ca/sponsor) for personalized support
287287
### Bugfixes
288288
- Please, submit a [Bug Report](issues/new) if something isn't working as expected. I'll do my best to issue a fix in short order.
289289

290290
### Feature Requests
291291
- Feel free to submit a feature request, however there is no guarantee that it will be added, or at what timeline.
292-
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) regarding development of features.
292+
- [Sponsor me](https://tiredofit.ca/sponsor) regarding development of features.
293293

294294
### Updates
295295
- Best effort to track upstream changes, More priority if I am actively using the image in a production environment.
296-
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for up to date releases.
296+
- [Sponsor me](https://tiredofit.ca/sponsor) for up to date releases.
297297

298298
## License
299299
MIT. See [LICENSE](LICENSE) for more details.

examples/compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ services:
5050
- ENABLE_BACKUP=TRUE
5151
- BACKUP_INTERVAL=0400
5252
- BACKUP_RETENTION=10080
53-
5453
networks:
5554
- services
5655
restart: always

install/assets/slapd/config/bootstrap/default/default.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ done
3131

3232
transform_file_var \
3333
ADMIN_PASS \
34-
READONLY_USER_USER
34+
READONLY_USER_USER \
3535
READONLY_USER_PASS
3636

3737
ADMIN_PASS_ENCRYPTED=$(slappasswd -s "${ADMIN_PASS}")

0 commit comments

Comments
 (0)