···6868 description = "Whether to include authentication against LDAP in login PAM";
6969 };
70707171+ nsswitch = mkOption {
7272+ type = types.bool;
7373+ default = true;
7474+ description = "Whether to include lookup against LDAP in NSS";
7575+ };
7676+7177 server = mkOption {
7278 example = "ldap://ldap.example.org/";
7379 description = "The URL of the LDAP server.";