fix wrong spelling
This commit is contained in:
parent
20c2f32d4e
commit
ca9882e39c
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ in
|
||||||
example = "mydomain.com";
|
example = "mydomain.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
ladpPort = lib.mkOption {
|
ldapPort = lib.mkOption {
|
||||||
type = lib.types.port;
|
type = lib.types.port;
|
||||||
description = "Port on which the server listens for the LDAP protocol.";
|
description = "Port on which the server listens for the LDAP protocol.";
|
||||||
default = 3890;
|
default = 3890;
|
||||||
|
@ -113,7 +113,7 @@ in
|
||||||
http_port = cfg.httpPort;
|
http_port = cfg.httpPort;
|
||||||
|
|
||||||
ldap_host = "127.0.0.1";
|
ldap_host = "127.0.0.1";
|
||||||
ldap_port = cfg.ladpPort;
|
ldap_port = cfg.ldapPort;
|
||||||
|
|
||||||
ldap_base_dn = cfg.dcdomain;
|
ldap_base_dn = cfg.dcdomain;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue