
Enterprise Edition Administrator Guide 157
Whitelist
The whitelist allows specific users or groups of users to register with the DDP Server and to use
Cloud Edition
. To allow
external users
, they must be placed on the whitelist to allow registration. However, in order for the blacklist to be used, if
you have used a wildcard in the whitelist, it
must be removed. See the following examples:
<Allow>*@organization.com</Allow>
Allows all organization.com email addresses to register with the DDP
Server.
<Allow>*</Allow>
All users are allowed to register DDP Server.
Allows this specific user to register with the DDP Server.
<Allow>*@gmail.com</Allow>
Allows all Gmail
users to register with the with the DDP Server.
Blacklist
The blacklist prevents specific users or groups of users from registering with the DDP Server and using
Cloud Edition
.
This list does not prevent users who are already registered from using
Cloud Edition
. Users whose email addresses are
entered in the blacklist receive a message stating that they cannot register for
Cloud Edition
.
You can use the blacklist to exclude specific users who are members of
approved groups on the whitelist. Additionally,
using the wildcard (*), entire domains can be placed on the blacklist, which will prevent anyone with an email address in
that domain from registering. See the following examples:
<deny>*@organization.com</deny>
Prevents all organization.com email addresses from registering with the
DDP Server.
Prevents this specific user from registering this email address with
the DDP Server.
<deny>*@gmail.com</deny>
Prevents all Gmail users from registering with the DDP Server.
To modify the whitelist/blacklist, follow the instructions below:
1
Go to <Security Server install dir>\conf\.
2
Open registration-access.xml with a text editor.
3
Allow or deny users based on the above information and the following example:
<?xml version="1.0" encoding="UTF-8"?>
<access>
<whitelist>
<allow>*@organization.com</allow>
-->
<allow>*</allow>
</whitelist>
<blacklist>
<!--All addresses not specifically allowed are denied.
<deny> </deny>
-->
</blacklist>
</access>
4
Save and close the file.
An email is automatically sent (as configured in the Server Configuration Tool’s SMTP tab) to the users added to the
whitelist dir
ecting them to https://yoursecurityservername.domain.com:8443/cloudweb/register.
Komentáře k této Příručce