Zulu Security

From 360Works Product Documentation Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "==How can I secure my records?== When working with your FileMaker table, Zulu needs to be able to edit the record in order to assign a UUID, so you may want to employ field l...")
 
Line 23: Line 23:
 
:3. In the same file, edit this line, replacing "localhost" with the IP address of your server, or the qualified domain name / FQDN (Fully Qualified Domain Name) "somename.com".
 
:3. In the same file, edit this line, replacing "localhost" with the IP address of your server, or the qualified domain name / FQDN (Fully Qualified Domain Name) "somename.com".
 
::<Parameter name="jdbc.host" value="localhost" override="false" />
 
::<Parameter name="jdbc.host" value="localhost" override="false" />
::The value to enter here is the one where you can see XMl in the "dbnames" URL test described in "Is it your server?" here.
+
::The value to enter here is the one where you can see XMl in the "dbnames" URL test described in "Is it your server?" [[Zulu Troubleshooting|here]].
 
:4. Edit the "publish" script in your file so it uses https instead of http. Recent versions of the publish script have this as a setting right at the beginning of the script. Then run the publish script.
 
:4. Edit the "publish" script in your file so it uses https instead of http. Recent versions of the publish script have this as a setting right at the beginning of the script. Then run the publish script.
 
::That's it. You can then use https... in the urls you use for your iCal accounts.
 
::That's it. You can then use https... in the urls you use for your iCal accounts.

Revision as of 02:13, 22 April 2013

How can I secure my records?

When working with your FileMaker table, Zulu needs to be able to edit the record in order to assign a UUID, so you may want to employ field level restrictions to editing rather than prohibit editing in general. Or, if you do use a read-only account, make sure a user who can edit the records, visits the records from iCal periodically.

When publishing your calendar(s) you'll be offered URLs to read only connections and you can of course use those instead if all your events should be read only.

More here: access privileges

Can Zulu use SSL?

The plugin version of Zulu currently does not support SSL connections, but the more recent servlet version does. So if your server is configured to use SSL, the servlet version is for you. To use SSL with Zulu you need to accomplish 4 things:

1. Make sure your server is configured to use SSL. This is the web server component of your FileMaker Server. If you don't know how to do this, ask your server administrator.
2. Edit the zulu.xml file here...
For FileMaker Server 11
\FileMaker Server\Web Publishing\publishing-engine\cwpe-tomcat\conf\Catalina\localhost\zulu.xml
For FileMaker Server 12
\FileMaker Server\Web Publishing\publishing-engine\jwpc-tomcat\conf\Catalina\localhost\zulu.xml

...changing "false" in the following line to "true":

<Parameter name="jdbc.ssl" value="false" override="false" />
3. In the same file, edit this line, replacing "localhost" with the IP address of your server, or the qualified domain name / FQDN (Fully Qualified Domain Name) "somename.com".
<Parameter name="jdbc.host" value="localhost" override="false" />
The value to enter here is the one where you can see XMl in the "dbnames" URL test described in "Is it your server?" here.
4. Edit the "publish" script in your file so it uses https instead of http. Recent versions of the publish script have this as a setting right at the beginning of the script. Then run the publish script.
That's it. You can then use https... in the urls you use for your iCal accounts.
Personal tools
Namespaces

Variants
Actions
Plug-in Products
Other Products
Navigation
Toolbox