1
0
Fork 0

fix wrong spelling

This commit is contained in:
ibizaman 2023-10-17 13:41:33 -07:00
parent 20c2f32d4e
commit ca9882e39c

View file

@ -27,7 +27,7 @@ in
example = "mydomain.com";
};
ladpPort = lib.mkOption {
ldapPort = lib.mkOption {
type = lib.types.port;
description = "Port on which the server listens for the LDAP protocol.";
default = 3890;
@ -113,7 +113,7 @@ in
http_port = cfg.httpPort;
ldap_host = "127.0.0.1";
ldap_port = cfg.ladpPort;
ldap_port = cfg.ldapPort;
ldap_base_dn = cfg.dcdomain;