pmcf 2.71.3 → 2.71.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -108,8 +108,8 @@ export class OpenLDAPService extends Service {
|
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
await writeLines(join(packageData.dir, "etc/conf.d"), "slapd", [
|
|
111
|
-
"SLAPD_OPTIONS
|
|
112
|
-
"SLAPD_URLS=ldap:/// ldaps:///"
|
|
111
|
+
"SLAPD_OPTIONS=",
|
|
112
|
+
"SLAPD_URLS=ldap:/// ldaps:/// ldapi://%2Frun%2Fldapi"
|
|
113
113
|
]);
|
|
114
114
|
|
|
115
115
|
await writeLines(
|