Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DevOps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CLEMENTE Damien
DevOps
Commits
8a20f13f
Commit
8a20f13f
authored
3 months ago
by
CLEMENTE Damien
Browse files
Options
Downloads
Patches
Plain Diff
Update file 6.Creation_openldap.md
parent
7892b426
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
6.Creation_openldap.md
+107
-1
107 additions, 1 deletion
6.Creation_openldap.md
with
107 additions
and
1 deletion
6.Creation_openldap.md
+
107
−
1
View file @
8a20f13f
...
...
@@ -211,3 +211,109 @@ Ce déploiement permet de gérer un annuaire LDAP efficacement dans un cluster K


-
Voici la configuration complete de mon LDAP :
```
bash
# LDIF Export for dc=unzy
# Server: openldap-service (openldap-service)
# Search Scope: sub
# Search Filter: (objectClass=*)
# Total Entries: 9
#
# Generated by phpLDAPadmin (http://phpldapadmin.sourceforge.net) on March 9, 2025 4:35 pm
# Version: 1.2.5
version: 1
# Entry 1: dc=unzy
dn:
dc
=
unzy
dc: unzy
o: devops
objectclass: top
objectclass: dcObject
objectclass: organization
# Entry 2: cn=admin,dc=unzy
dn:
cn
=
admin,dc
=
unzy
cn: admin
description: LDAP administrator
objectclass: simpleSecurityObject
objectclass: organizationalRole
userpassword:
{
SSHA
}
k0E3DnJhMzTy0+2PTfS4n5u84U3sWx+U
# Entry 3: ou=Groups,dc=unzy
dn:
ou
=
Groups,dc
=
unzy
objectclass: organizationalUnit
objectclass: top
ou: Groups
# Entry 4: cn=Admin,ou=Groups,dc=unzy
dn:
cn
=
Admin,ou
=
Groups,dc
=
unzy
cn: Admin
gidnumber: 502
memberuid: dclemente
objectclass: posixGroup
objectclass: top
# Entry 5: cn=Famille,ou=Groups,dc=unzy
dn:
cn
=
Famille,ou
=
Groups,dc
=
unzy
cn: Famille
gidnumber: 500
memberuid: dclemente
memberuid: mclemente
memberuid: fclemente
objectclass: posixGroup
objectclass: top
# Entry 6: ou=Users,dc=unzy
dn:
ou
=
Users,dc
=
unzy
objectclass: organizationalUnit
objectclass: top
ou: Users
# Entry 7: cn=Damien clemente,ou=Users,dc=unzy
dn:
cn
=
Damien clemente,ou
=
Users,dc
=
unzy
cn: Damien clemente
gidnumber: 502
givenname: Damien
homedirectory: /home/users/dclemente
loginshell: /bin/bash
objectclass: inetOrgPerson
objectclass: posixAccount
objectclass: top
sn: clemente
uid: dclemente
uidnumber: 1000
userpassword: kube
# Entry 8: cn=Frederic Clemente,ou=Users,dc=unzy
dn:
cn
=
Frederic Clemente,ou
=
Users,dc
=
unzy
cn: Frederic Clemente
gidnumber: 500
givenname: Frederic
homedirectory: /home/users/fclemente
loginshell: /bin/bash
objectclass: inetOrgPerson
objectclass: posixAccount
objectclass: top
sn: Clemente
uid: fclemente
uidnumber: 1002
userpassword: kube
# Entry 9: cn=Mathieu Clemente,ou=Users,dc=unzy
dn:
cn
=
Mathieu Clemente,ou
=
Users,dc
=
unzy
cn: Mathieu Clemente
gidnumber: 500
givenname: Mathieu
homedirectory: /home/users/mclemente
loginshell: /bin/bash
objectclass: inetOrgPerson
objectclass: posixAccount
objectclass: top
sn: Clemente
uid: mclemente
uidnumber: 1001
userpassword: kube
```
\ No newline at end of file
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