Skip to content

Commit

Permalink
6.0.2 - Dockerfile Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Sep 13, 2018
1 parent 8123116 commit 7c84809
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.2 2018-09-13 <dave at tiredofit dot ca>

* Fix for Dockerfile Build when applying OpenLDAP Patches to be displayed correctly

## 6.0.1 2018-08-27 <dave at tiredofit dot ca>

* Fix with ppm.conf generation for bad characters
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN set -x && \
\
### Apply Patches
cd /tiredofit/openldap:`head -n 1 /tiredofit/CHANGELOG.md | awk '{print $2'}`/ && \
for patch in ./alpine/*.patch; do echo "** Applying $Patch"; patch -p1 < $patch; done && \
for patch in ./alpine/*.patch; do echo "** Applying $patch"; patch -p1 < $patch; done && \
### Compile OpenLDAP
cd /tiredofit/openldap:`head -n 1 /tiredofit/CHANGELOG.md | awk '{print $2'}`/ && \
libtoolize --force && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ If you already have a check_password.conf or ppm.conf in /etc/openldap/ the foll
| Variable | Description |
|-----------|-------------|
| `PPOLICY_CHECK_RDN` | Check RDN Parameter (ppm.so) - Default `0` |
| `PPOLICY_FORBIDDEN_CHARACTERS | Forbidden Characters (ppm.so) - Default `` |
| `PPOLICY_FORBIDDEN_CHARACTERS` | Forbidden Characters (ppm.so) - Default `` |
| `PPOLICY_MAX_CONSEC`| Maximum Consective Character Pattern - Default `0` |
| `PPOLICY_MIN_DIGIT` | Minimum Digit Characters - Default `0` |
| `PPOLICY_MIN_LOWER` | Minimum Lowercase Characters - Default `0` |
Expand Down

0 comments on commit 7c84809

Please sign in to comment.