Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
96c8689e
Verified
Commit
96c8689e
authored
4 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
[LDAP] Remove debug logging
parent
f5997e61
No related branches found
Branches containing commit
No related tags found
1 merge request
!42
Pica openldap dev
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pica-openldap/bootstrap/ldif/init.ldif
+8
-8
8 additions, 8 deletions
pica-openldap/bootstrap/ldif/init.ldif
pica-openldap/environment/pica.yaml
+1
-1
1 addition, 1 deletion
pica-openldap/environment/pica.yaml
with
9 additions
and
9 deletions
pica-openldap/bootstrap/ldif/init.ldif
+
8
−
8
View file @
96c8689e
...
...
@@ -57,16 +57,16 @@ objectClass: ldapPublicKey
objectClass: hostObject
objectClass: authorizedServiceObject
loginShell: /bin/bash
uidNumber:
-1
uidNumber:
givenName: Prénom
sn: Nom
uid: example
sshPublicKey:
ssh-rsa [...]
sshPublicKey:
homeDirectory: /home/users/example
userPassword::
XXXX
userPassword::
authorizedService: example
host: example
shadowExpire:
-1
shadowExpire:
description: Ce type de compte est réservé aux utilisateurs physiques, pouvant avoir un accès aux machines.
dn: cn=exemple,ou=Services,{{ LDAP_BASE_DN }}
...
...
@@ -76,10 +76,10 @@ objectClass: simpleSecurityObject
objectClass: posixAccount
objectClass: authorizedServiceObject
homeDirectory: /dev/null
uidNumber:
-1
gidNumber:
-1
uidNumber:
gidNumber:
uid: exemple
cn: exemple
authorizedService:
mail
userPassword::
XXXX
authorizedService:
userPassword::
description: Ce type de compte est réservé aux services, ne peuvent pas se connecter aux machines.
This diff is collapsed.
Click to expand it.
pica-openldap/environment/pica.yaml
+
1
−
1
View file @
96c8689e
...
...
@@ -7,7 +7,7 @@
# General container configuration
# see table 5.1 in http://www.openldap.org/doc/admin24/slapdconf2.html for the available log levels.
LDAP_LOG_LEVEL
:
256
LDAP_LOG_LEVEL
:
0
# Ulimit
LDAP_NOFILE
:
1024
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