summary refs log tree commit diff
path: root/nixos/modules/config/ldap.nix
Commit message (Collapse)AuthorAge
* ldap: Add option for NSS integrationMarkus Mueller2016-08-23
|
* ldap: Add option for login PAM integrationMarkus Mueller2016-08-23
|
* ldap module: fix activationScripts declarationMarkus Mueller2016-05-23
|
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* nixos: fix some typesJan Malakhovski2015-09-18
|
* nslcd nixos service: Should be wantedBy multi-user, otherwise not started if ↵Rickard Nilsson2014-08-08
| | | | activated on running server (only starts on bootup)
* Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10