Skip to content

Commit

Permalink
build: docker pour ldap et redis avec puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancailbourdin committed Jun 20, 2024
1 parent 9281c46 commit 2c9b402
Show file tree
Hide file tree
Showing 41 changed files with 32,455 additions and 4 deletions.
25 changes: 25 additions & 0 deletions ci/ldap/.docker/bootstrap/ldif/05-index.ldif
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Add Indexes
dn: olcDatabase={1}{{ LDAP_BACKEND }},cn=config
changetype: modify
replace: olcDbIndex
olcDbIndex: uid eq
olcDbIndex: entryCSN eq
olcDbIndex: entryUUID eq
olcDbIndex: objectClass eq
olcDbIndex: ENTPersonLogin eq
olcDbIndex: cn pres,eq,sub
olcDbIndex: hasMember eq
olcDbIndex: member eq
olcDbIndex: isMemberOf pres,sub,eq
#olcDbIndex: ENTEleveClasses eq,sub
#olcDbIndex: ENTEleveGroupes eq,sub
#olcDbIndex: ENTAuxEnsClasses eq,sub
#olcDbIndex: ENTAuxEnsGroupes eq,sub
olcDbIndex: ESCOUAI eq
olcDbIndex: ESCOSIREN eq
olcDbIndex: ESCOUAICourant eq
olcDbIndex: ESCOSIRENCourant eq
olcDbIndex: ENTStructureUAI eq
olcDbIndex: ENTPersonAlias eq
olcDbIndex: mail pres,eq

35 changes: 35 additions & 0 deletions ci/ldap/.docker/bootstrap/ldif/custom/01-ou.ldif
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
dn: ou=groups,dc=esco-centre,dc=fr
changetype: add
objectClass: organizationalUnit
objectClass: top
ou: groups

dn: ou=structures,dc=esco-centre,dc=fr
changetype: add
objectClass: organizationalUnit
objectClass: top
ou: structures

dn: ou=people,dc=esco-centre,dc=fr
changetype: add
objectClass: organizationalUnit
objectClass: top
ou: people

dn: ou=administrateurs,dc=esco-centre,dc=fr
changetype: add
objectClass: organizationalUnit
objectClass: top
ou: administrateurs

dn: ou=applications,dc=esco-centre,dc=fr
changetype: add
objectClass: organizationalUnit
objectClass: top
ou: applications

dn: ou=mail,dc=esco-centre,dc=fr
changetype: add
objectClass: organizationalUnit
objectClass: top
ou: mail
Loading

0 comments on commit 2c9b402

Please sign in to comment.