Skip to content

Commit

Permalink
Modified README for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Demidov authored and Alexey Demidov committed Mar 18, 2020
1 parent 4d9ec8f commit 16fcb91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,17 @@ LDAP_READONLY_USER_PASSWORD='readsecret'

## Default outgoing LDAP schema will be:
LDAP_BASE_DN
cn=admin
ou=Group
ou=People (with cn=ROuser if set up)
ou=People (with cn=admin and cn=ROuser if set up)
ou=pwpolicies

Hyperlink to [dockerhub images](https://hub.docker.com/r/netflyer/openldap)

## Updating:
## Updating:
*V1.2*
Add ppolicy module
There's defined 2 policies: builtin - for Manager and/or Reader users
default - for any another users
*V1.1*
Added modules: memberof and refinit
The most convenient way to use classes:
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ ldapadd -h localhost -D "cn=$LDAP_ADMIN_NAME,ou=People,$LDAP_BASE_DN" -w "$LDAP_
fi
#rm -rf /init/
rm -rf /init/

0 comments on commit 16fcb91

Please sign in to comment.