NCL Community Forum Index
  Home   Login   Register   Help   Memberlist   Search   NCL  

NCL Community Forum Index » Content Delivery Platfrom » Setting up a login - CDP security
Post new topic  Reply to topic View previous topic :: View next topic 
Setting up a login - CDP security
PostPosted: Tue Oct 17, 2006 9:10 am Reply with quote
Administrator
Site Admin
Joined: 11 Aug 2004
Posts: 237




You can enable a login authentication on the CDP by specifying a user name and password in the deploy.properties configuration file as shown in the example below:
Code:
#
# User name and password. To deactivate leave blank (but dont remove)
#

adminUsername=admin
adminPassword=mysecret

Editing this file requires a restart of the web application. Authentication is by passed if these properties are left blank.

Once authentication is enabled, the only resources that do not require a login are the /download page from where content is downloaded by mobile phones. (A dynamic once off key that is part of the URL is used to protect against multiple downloads of the same content.)

External entities that post information through the CDP will require their IP addresses to be added to the configuration property below, otherwise such systems will be required to authenticate also.
Code:
#
# Some clients need to bypass authentication.
# These can be configured here. Leave blank if none
#

allowedIpAddresses=127.0.0.1
View user's profile Send private message

Setting up a login - CDP security
 NCL Community Forum Index » Content Delivery Platfrom
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic