···
65
-
description = "Whether to enable authentication against an LDAP server.";
62
+
enable = mkEnableOption "authentication against an LDAP server";
71
-
description = "Whether to include authentication against LDAP in login PAM";
67
+
description = "Whether to include authentication against LDAP in login PAM.";
77
-
description = "Whether to include lookup against LDAP in NSS";
73
+
description = "Whether to include lookup against LDAP in NSS.";
···
Extra configuration options that will be added verbatim at
134
-
the end of the nslcd configuration file (nslcd.conf).
130
+
the end of the nslcd configuration file (<literal>nslcd.conf(5)</literal>).
···
Specifies the time limit (in seconds) to use when connecting
to the directory server. This is distinct from the time limit
185
-
specified in <literal>users.ldap.timeLimit</literal> and affects
181
+
specified in <option>users.ldap.timeLimit</option> and affects
the initial server connection only.
···
actually contact the directory server, and it is possible that
a malformed configuration file will trigger reconnection. If
<literal>soft</literal> is specified, then
202
-
<literal>nss_ldap</literal> will return immediately on server
198
+
<package>nss_ldap</package> will return immediately on server
failure. All hard reconnect policies block with exponential
···
Extra configuration options that will be added verbatim at
214
-
the end of the ldap configuration file (ldap.conf).
215
-
If <literal>users.ldap.daemon</literal> is enabled, this
210
+
the end of the ldap configuration file (<literal>ldap.conf(5)</literal>).
211
+
If <option>users.ldap.daemon</option> is enabled, this
configuration will not be used. In that case, use
217
-
<literal>users.ldap.daemon.extraConfig</literal> instead.
213
+
<option>users.ldap.daemon.extraConfig</option> instead.