Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Devops2
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BENYAHIA Abderrahmane anis
Devops2
Commits
e1dbc31d
Commit
e1dbc31d
authored
3 months ago
by
BENYAHIA Abderrahmane anis
Browse files
Options
Downloads
Patches
Plain Diff
le fichier data/init.ldif
parent
03a4a94c
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
data/init.ldif
+35
-0
35 additions, 0 deletions
data/init.ldif
with
35 additions
and
0 deletions
data/init.ldif
0 → 100644
+
35
−
0
View file @
e1dbc31d
# Définition du domaine
dn: dc=example,dc=local
objectClass: top
objectClass: domain
dc: example
# Unité d'organisation pour les utilisateurs
dn: ou=users,dc=example,dc=local
objectClass: organizationalUnit
ou: users
# Compte administrateur
dn: cn=admin,dc=example,dc=local
objectClass: simpleSecurityObject
objectClass: organizationalRole
cn: admin
userPassword: g
# Utilisateur 1
dn: uid=user1,ou=users,dc=example,dc=local
objectClass: inetOrgPerson
uid: user1
cn: User1
sn: User1
userPassword: user
mail: user1@example.local
# Utilisateur 2
dn: uid=user2,ou=users,dc=example,dc=local
objectClass: inetOrgPerson
uid: user2
cn: User2
sn: User2
userPassword: user
mail: user2@example.local
\ 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