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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "2.71.3",
3
+ "version": "2.71.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -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=-d 9",
112
- "SLAPD_URLS=ldap:/// ldaps:///"
111
+ "SLAPD_OPTIONS=",
112
+ "SLAPD_URLS=ldap:/// ldaps:/// ldapi://%2Frun%2Fldapi"
113
113
  ]);
114
114
 
115
115
  await writeLines(