about summary refs log tree commit diff
path: root/nixos/modules/config/ldap.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-18/+18
2023-12-29nixos/ldap: replace activationScriptnikstur1-46/+55
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-08-19nixos/*: automatically convert option docspennae1-5/+5
2022-08-19nixos/*: normalize <package> to <literal>pennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-20/+20
2021-08-15treewide: runCommandNoCC -> runCommandRobert Hensing1-1/+1
2020-12-12Merge pull request #98731 from mayflower/ldap-nss-optionalLinus Heckemann1-2/+2
2020-10-20nixos/ldap: minor cosmetic fixesAaron Andersen1-13/+9
2020-10-20nixos/ldap: add missing typesAaron Andersen1-0/+2
2020-10-20nixos/ldap: restart nslcd when configuration changesAaron Andersen1-1/+6
2020-09-25config.users.ldap: do not include nss module if turned offRobin Gloster1-2/+2
2020-05-11nixos/ldap: move nss database configuration into ldap moduleFlorian Klink1-0/+4
2020-04-27treewide: add types to boolean / enable options or make use of mkEnableOptionDominik Xaver Hörl1-0/+2
2020-01-31nixos/ldap: add CAP_SYS_RESOURCE capability to nslcd serviceAaron Andersen1-0/+1
2020-01-31nixos/ldap: remove redundant configuration optionsAaron Andersen1-2/+0
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj1-1/+3
2019-03-28nixos/ldap: set proper User= and Group= for nslcd serviceFlorian Klink1-33/+32
2019-03-27nixos/ldap: rename password file options properlyFlorian Klink1-10/+14
2019-01-18nixos/tests: test LDAP password changing through nslcdJulien Moutinho1-8/+37
2019-01-09nixos/nslcd: use systemd's RuntimeDirectoryJulien Moutinho1-3/+1
2019-01-09nixos/nslcd: restart when nslcd.conf changesJulien Moutinho1-0/+7
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2017-07-19nixos/ldap: remove tls_checkpeer no when using TLSGraham Christensen1-1/+0
2016-08-23ldap: Add option for NSS integrationMarkus Mueller1-0/+6
2016-08-23ldap: Add option for login PAM integrationMarkus Mueller1-0/+6
2016-05-23ldap module: fix activationScripts declarationMarkus Mueller1-1/+1
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel1-0/+1
2015-09-18nixos: fix some typesJan Malakhovski1-5/+5
2014-08-08nslcd nixos service: Should be wantedBy multi-user, otherwise not started if ...Rickard Nilsson1-3/+1
2014-07-02Get all lib functions from lib, not pkgs.lib, in modulesShea Levy1-1/+1
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+2
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+246