MM-62704: Add Custom Profile Attributes to the LDAP synchronization process (#30443)

Этот коммит содержится в:
catalintomai
2025-04-11 19:41:26 +02:00
коммит произвёл GitHub
родитель 88d5ad06b4
Коммит f54acdf100
8 изменённых файлов: 203 добавлений и 4 удалений

Просмотреть файл

@@ -55,6 +55,7 @@ for SERVICE in $ENABLED_DOCKER_SERVICES; do
continue
fi
mme2e_log "Configuring the $SERVICE container"
${MME2E_DC_SERVER} exec -T -- openldap bash -c 'ldapadd -Y EXTERNAL -H ldapi:/// -w mostest || true' < ../../server/tests/custom-schema-cpa.ldif
${MME2E_DC_SERVER} exec -T -- openldap bash -c 'ldapadd -x -D "cn=admin,dc=mm,dc=test,dc=com" -w mostest' <../../server/tests/test-data.ldif
;;
minio)