kopia lustrzana https://github.com/Yakifo/amqtt
adding openldap dependencies
rodzic
2afbf0f643
commit
3948bcffa9
|
@ -32,6 +32,9 @@ jobs:
|
||||||
cache-local-path: ${{ env.UV_CACHE_DIR }}
|
cache-local-path: ${{ env.UV_CACHE_DIR }}
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
|
|
||||||
|
- name: install openldap dependencies
|
||||||
|
run: apt install -y libldap2-dev libsasl2-dev
|
||||||
|
|
||||||
- name: 🏗 Install the project
|
- name: 🏗 Install the project
|
||||||
run: uv sync --locked --dev --extra contrib
|
run: uv sync --locked --dev --extra contrib
|
||||||
|
|
||||||
|
@ -68,6 +71,9 @@ jobs:
|
||||||
cache-local-path: ${{ env.UV_CACHE_DIR }}
|
cache-local-path: ${{ env.UV_CACHE_DIR }}
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
- name: install openldap dependencies
|
||||||
|
run: apt install -y libldap2-dev libsasl2-dev
|
||||||
|
|
||||||
- name: 🏗 Install the project
|
- name: 🏗 Install the project
|
||||||
run: uv sync --locked --dev --extra contrib
|
run: uv sync --locked --dev --extra contrib
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# admin user
|
# admin user
|
||||||
dn: cn=admin,dc=amqtt,dc=io
|
dn: cn=admin,dc=amqtt,dc=io
|
||||||
changetype: add
|
changetype: add
|
||||||
|
@ -13,16 +16,6 @@ changetype: add
|
||||||
objectClass: organizationalUnit
|
objectClass: organizationalUnit
|
||||||
ou: IT
|
ou: IT
|
||||||
|
|
||||||
# user: John Doe for unit IT department
|
|
||||||
dn: uid=johndoe,ou=IT,dc=amqtt,dc=io
|
|
||||||
changetype: add
|
|
||||||
objectClass: inetOrgPerson
|
|
||||||
cn: John Doe
|
|
||||||
sn: Doe
|
|
||||||
uid: johndoe
|
|
||||||
mail: johndoe@amqtt.io
|
|
||||||
userPassword: password123
|
|
||||||
|
|
||||||
# user: Alpha Beta for unit IT department
|
# user: Alpha Beta for unit IT department
|
||||||
dn: uid=alpha.beta,ou=IT,dc=amqtt,dc=io
|
dn: uid=alpha.beta,ou=IT,dc=amqtt,dc=io
|
||||||
changetype: add
|
changetype: add
|
||||||
|
|
Ładowanie…
Reference in New Issue