about summary refs log tree commit diff
path: root/nixos/tests/sssd-ldap.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-10-10nixos/sssd: fix race condition in testillustris1-1/+6
2022-08-18nixos/sssd-ldap: verify that passing secrets via env worksMaximilian Bosch1-1/+3
2022-08-18nixos/sssd-ldap: fix evalMaximilian Bosch1-1/+1
Introduced by fd7d901133f9fbfc893cdb33f7d630846bb21f9c. The openldap module now expects the database directory to be below `/var/lib/openldap`, oterhwise it'll fail evaluation like this: Failed assertions: - Database dc=example,dc=org has `olcDbDirectory` (/var/db/openldap) that is not a subdirectory of `/var/lib/openldap/`.
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-10-30sssd: 1.16.5 -> 2.6.0, fix broken buildillustris1-81/+79
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-11-21nixos/openldap: migrate sssd-ldap to new settingsKai Wohlfahrt1-4/+20
2020-11-21nixos/openldap: Fix sssd-ldap testKai Wohlfahrt1-25/+27
Use this as a test of the migration warnings/functionality.
2020-09-04nixos/tests/sssd-ldap: initBruno Bigras1-0/+78