Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-openldap-bcrypt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
docker-openldap-bcrypt
Commits
c56bccad
Unverified
Commit
c56bccad
authored
5 years ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Doplnene password policy
parent
d21309f0
No related branches found
No related tags found
No related merge requests found
Pipeline
#116
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
bootstrap/ldif/00-bcrypt.ldif
+0
-3
0 additions, 3 deletions
bootstrap/ldif/00-bcrypt.ldif
bootstrap/ldif/05-ppolicy.ldif
+11
-0
11 additions, 0 deletions
bootstrap/ldif/05-ppolicy.ldif
with
11 additions
and
3 deletions
bootstrap/ldif/bcrypt.ldif
→
bootstrap/ldif/
00-
bcrypt.ldif
+
0
−
3
View file @
c56bccad
# Add bcrypt support
dn: cn=module{0},cn=config
changetype: modify
#changetype: add
#objectClass: olcModuleLoad
add: olcModuleLoad
#cn: module{0}
olcModuleLoad: /usr/lib/ldap/pw-bcrypt.so
# Default hash
...
...
This diff is collapsed.
Click to expand it.
bootstrap/ldif/05-ppolicy.ldif
0 → 100644
+
11
−
0
View file @
c56bccad
# modul ppolicy
dn: cn=module{0},cn=config
changetype: modify
add: olcModuleLoad
olcModuleLoad: ppolicy
dn: olcOverlay=ppolicy,olcDatabase={1}mdb,cn=config
changetype: add
objectclass: olcPPolicyConfig
olcOverlay: ppolicy
olcPPolicyHashCleartext: TRUE
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment