Page MenuHomePhorge

No OneTemporary

Size
977 B
Referenced Files
None
Subscribers
None
diff --git a/docker/kolab/utils/22-create-resource.sh b/docker/kolab/utils/22-create-resource.sh
index 5e4f33a1..77ca37ef 100755
--- a/docker/kolab/utils/22-create-resource.sh
+++ b/docker/kolab/utils/22-create-resource.sh
@@ -1,18 +1,18 @@
#!/bin/bash
. ./settings.sh
(
echo "dn: cn=TestResource,ou=Resources,ou=kolab.org,${hosted_domain_rootdn}"
echo "cn: TestResource"
echo "owner: uid=jack@kolab.org,ou=People,ou=kolab.org,${hosted_domain_rootdn}"
echo "kolabTargetFolder: shared/Resources/TestResource@kolab.org"
echo "mail: resource-confroom-testresource@kolab.org"
echo "objectClass: top"
echo "objectClass: kolabsharedfolder"
echo "objectClass: kolabresource"
echo "objectClass: mailrecipient"
echo "kolabFolderType: event"
- echo "kolabInvitationPolicy: ACT_MANUAL"
+ echo "kolabInvitationPolicy: ACT_STORE_AND_NOTIFY"
echo ""
) | ldapadd -x -h ${ldap_host} -D "${ldap_binddn}" -w "${ldap_bindpw}"

File Metadata

Mime Type
text/x-diff
Expires
Thu, Dec 18, 1:28 PM (3 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
418782
Default Alt Text
(977 B)

Event Timeline