Skip to content
Snippets Groups Projects
Commit e1dbc31d authored by BENYAHIA Abderrahmane anis's avatar BENYAHIA Abderrahmane anis
Browse files

le fichier data/init.ldif

parent 03a4a94c
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment