pmcf 2.71.1 → 2.71.2

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.1",
3
+ "version": "2.71.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -100,8 +100,8 @@ export class OpenLDAPService extends Service {
100
100
  ]);
101
101
 
102
102
  await writeLines(join(packageData.dir, "etc/openldap"), "ldap.conf", [
103
- `BASE=${this.baseDN}`,
104
- `URI=${this.uri}`
103
+ `BASE ${this.baseDN}`,
104
+ `URI ${this.uri}`
105
105
  ]);
106
106
 
107
107
  yield packageData;