mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
ldap: Add option for login PAM integration
This commit is contained in:
parent
415e1983ca
commit
e04c3506eb
2 changed files with 11 additions and 4 deletions
|
@ -62,6 +62,12 @@ in
|
|||
description = "Whether to enable authentication against an LDAP server.";
|
||||
};
|
||||
|
||||
loginPam = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = "Whether to include authentication against LDAP in login PAM";
|
||||
};
|
||||
|
||||
server = mkOption {
|
||||
example = "ldap://ldap.example.org/";
|
||||
description = "The URL of the LDAP server.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue