WO2004051440A2 - Policy-based connectivity - Google Patents

Policy-based connectivity Download PDF

Info

Publication number
WO2004051440A2
WO2004051440A2 PCT/GB2003/004824 GB0304824W WO2004051440A2 WO 2004051440 A2 WO2004051440 A2 WO 2004051440A2 GB 0304824 W GB0304824 W GB 0304824W WO 2004051440 A2 WO2004051440 A2 WO 2004051440A2
Authority
WO
WIPO (PCT)
Prior art keywords
policy
user
connection
settings
computer
Prior art date
Application number
PCT/GB2003/004824
Other languages
French (fr)
Other versions
WO2004051440A3 (en
Inventor
Steven Mastrianni
Thomas Chefalas
David Frederick Bantz
Original Assignee
International Business Machines Corporation
Ibm United Kingdom Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corporation, Ibm United Kingdom Limited filed Critical International Business Machines Corporation
Priority to AU2003282220A priority Critical patent/AU2003282220A1/en
Publication of WO2004051440A2 publication Critical patent/WO2004051440A2/en
Publication of WO2004051440A3 publication Critical patent/WO2004051440A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/105Multiple levels of security
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/20Network architectures or network communication protocols for network security for managing network security; network security policies in general

Definitions

  • the present invention relates to a system and method for policy-based connectivity.
  • This data might be the company's latest price figures, inventory, or customer records, or perhaps the latest drop of source code. It might also include confidential financial information or personnel data that must be kept secure. To insure that the data is accessible only by individuals with the proper credentials, the data is often encrypted before being sent and later decrypted using a pair of keys that only the sender and receiver know about .
  • These "shops” might specify, for example, that a user's password must be at least 8 characters long with at least one numeric character; or that a password cannot contain more than two letters of the users first name. They might also specify that the user never connect using a wireless protocol that does not have the proper security methods in place, as defined by the corporate IT policy.
  • the present invention uses policy directives to establish and regulate connectivity on a computer system.
  • a policy profile is applied to the computer system that determines how and when connections can be made, and the devices on which the connections can be made.
  • the policy also establishes the type of security required; such as public or private keys, encryption and decryption algorithms and keys, adapter types, and connection medium.
  • the policy may also be location-based, allowing different policies to be active at different locations, and allowing certain conditions when those policy directives may be overridden. Policies may be created or changed by a company's IT organization, or even placed on an internal corporate web site for download.
  • the policy dictates how a particular connection can be made. If a user of a computer system attempts to make a connection, a policy engine determines if the criteria have been met to allow the connection to take place. If the criteria have been met, the connection attempt can proceed. If the criteria have not been met, the user is prompted to enter the missing security information, such as a password or key. The information is then saved for subsequent use. It is possible that the policy states that a particular value or values cannot be cached, but must be entered each time the user attempts to connect .
  • Policies are published and edited using a Policy Editor.
  • the Policy Editor allows the computer user to enter and edit the information comprising the policy, which is then sent or preloaded onto each system, or placed on a web site for later download and deployment. The user may view the policy, but only an administrator is allowed to change to policy.
  • FIG. 1 illustrates a component block diagram of the present invention.
  • FIG. 2 illustrates a sample policy schema file
  • FIG. 3 illustrates a typical computer system upon which the invention may be installed.
  • the present invention relates to a system and method for policy-based connectivity, and consists of a Policy Engine 220, a policy schema file 210, an optional Policy Server 230, and a Policy Administrator 280. These components, when installed on a computer system 200, working together with a computer's operating system and applications, provides a method and apparatus for determining how and when a user is permitted to access network connections from a computing device (policy) .
  • Policy a computing device
  • the present invention through use of Policy Schema 210 and Policy Engine 220 establishes and enforces a set of policies that determine how and when a system may be connected to a network.
  • the policies are specified and encapsulated in policy schema file 210 (the policy database), which includes standards, priorities, security requirements, speed, and other characteristics, and determines how a user can get connected to a particular network and the operations that the user can perform while on that network.
  • policy 210 (an illustrative example of which is depicted in Figure 2) may be preloaded on the users system, installed via a network or storage device, or downloaded from policy server 230.
  • the policy format is kept hidden from the user and is encrypted to prevent unauthorized access or tampering.
  • a mobile or remote user can connect to a wired or wireless network manually by invoking a dialer or network logon application, or automatically when the user's computer system 200 detects the ability to connect to a network because of the presence of a wired connection (e.g., a network cable is plugged in) or a wireless connection (a wireless access point is detected) . Whether the connection is attempted in an automated or a manual fashion, the portion of the operating software upon which, the invention is installed is invoked to create and make the connection. For purposes of describing this invention, this component is described and depicted in Figure 1 as the Connection Manager 240.
  • Connection Manager 240 The actual type of Connection Manager provided or the "look and feel" of the Connection Manager 240 may differ substantially, depending on the type of connectivity or operating system software installed on the user's computer.
  • the present invention "hooks" the system Connection Manager 240 so that all connection requests, either automatic or manual, are routed through Policy Engine 220, when the user attempts to connect to a wired or wireless network, the system's Connection Manager 240 usually first enumerates the connections available to the user. Depending on the user's preferences, computer system 200 may allow the user to select one of the available connections, or the system itself will select one of the available connections automatically for the user, based on the current policy. Connection Manager 240 verifies that the user has the proper rights and privileges to make the connection. If the user has the correct privileges, Connection Manager 240 then attempts to make the connection using the selected protocol, device, and security constraints as defined in Policy Schema 210.
  • Some policies may require the user to interactively enter some information, such as a password or encryption key, to continue with a connection. If the user needs to enter any information as called for in the policy, Connection Manager 240 will pause and present the proper dialog (s) to allow the user to enter the information.
  • Connection Manager 240 keeps a detailed log of all connection attempts, successes and failures, length of time connected, and other information such as the number of bytes transmitted and received, the average throughput, information about the policies that were applied, and other relevant network information. This information is used to diagnose any problems encountered when attempting to connect, and also provides a detailed audit trail of the connections and length of each connection, URLs accessed, information downloaded, and other useful information and parameters .
  • Policy Administrator 280 This information is then later optionally used by Policy Administrator 280 to customize the policy settings on a per-location basis to achieve a desired result, such as the method that provided the best throughput when connecting to the company's sales server from the Boston area.
  • the policy schema referred to above is encapsulated in a file, and examples of the elements found in a policy schema is shown.
  • the format of the file in Figure 2 is set forth for illustrative purposes only. There are many ways to express parameters associated with certain conditions or criteria, and the file is shown to show one way that policy can be expressed. Other ways to express such policy are well-known and obvious to those skilled in the art. While the present invention requires that a policy be incorporated to effect the operation of the present invention, the exact format of the policy file or data is not integral to the operation of the present invention and is well known to others skilled in the art.
  • Figure 3 illustrates one type of computer system upon which the present invention may be installed.
  • Other computer systems upon which the present invention may be installed include handheld devices, pocket organizers, cell phones, intelligent pagers, set- top boxes, notebook computers, and any other type of computing device.

Abstract

The system disclosed uses policy directives to establish and regulate connectivity on a computer system. A policy profile is applied to the computer system that determines how and when connections can be made, and the devices on which the connections can be made.

Description

POLICY-BASED CONNECTIVITY
BACKGROUND OF THE INVENTION
Field of Invention
The present invention relates to a system and method for policy-based connectivity.
Description of the Related Art
Technology and the pressures of the global marketplace have forever changed the way people work. Just a few years ago, work was defined in the context of an 8-hour day or 40-hour week on a company's premises.
High energy costs and long commute times have caused high tech companies to adopt new ways to make workers more productive. One of the most popular initiatives has been telecommuting, or the ability to work from home or from a remote location.
Each of these scenarios requires access to data. This data might be the company's latest price figures, inventory, or customer records, or perhaps the latest drop of source code. It might also include confidential financial information or personnel data that must be kept secure. To insure that the data is accessible only by individuals with the proper credentials, the data is often encrypted before being sent and later decrypted using a pair of keys that only the sender and receiver know about .
In larger companies, the IT "shops," as they are called, control the access to the company network and data by specifying the network software and hardware components that comprise the network, and by providing network access verification through the use of IDs, passwords, and accounts. These "shops" might specify, for example, that a user's password must be at least 8 characters long with at least one numeric character; or that a password cannot contain more than two letters of the users first name. They might also specify that the user never connect using a wireless protocol that does not have the proper security methods in place, as defined by the corporate IT policy.
While some of these mandates can be implemented in hardware and software installed on the user's machine, many of the directives can be avoided with a little effort, which might allow confidential information to be received or monitored by some unauthorized person on the network. If a local area network is available, users can attempt to use a public network to get connected. If there is no local network, users can try to use a POTS connection, or perhaps try a wireless network or cellular connection. Some of these connections can pose a security risk, violate a company policy or directive, or result in large phone bills.
Certain types of adapters may not be available at certain times, or users may want to select a particular adapter as a personal preference.
Without a uniform set of policies for connecting to a network, a company risks exposing its confidential information to unauthorized users, network hackers, or others listening on the network.
SUMMARY OF THE INVENTION
The present invention uses policy directives to establish and regulate connectivity on a computer system.
A policy profile is applied to the computer system that determines how and when connections can be made, and the devices on which the connections can be made.
The policy also establishes the type of security required; such as public or private keys, encryption and decryption algorithms and keys, adapter types, and connection medium. The policy may also be location-based, allowing different policies to be active at different locations, and allowing certain conditions when those policy directives may be overridden. Policies may be created or changed by a company's IT organization, or even placed on an internal corporate web site for download.
The policy dictates how a particular connection can be made. If a user of a computer system attempts to make a connection, a policy engine determines if the criteria have been met to allow the connection to take place. If the criteria have been met, the connection attempt can proceed. If the criteria have not been met, the user is prompted to enter the missing security information, such as a password or key. The information is then saved for subsequent use. It is possible that the policy states that a particular value or values cannot be cached, but must be entered each time the user attempts to connect .
Policies are published and edited using a Policy Editor. The Policy Editor allows the computer user to enter and edit the information comprising the policy, which is then sent or preloaded onto each system, or placed on a web site for later download and deployment. The user may view the policy, but only an administrator is allowed to change to policy.
The following are examples of the policy enforced by the policy engine:
Only connect on wireless networks that support Cisco LEAP protocol .
Never connect to a network using CDMA. • Passwords must be changed every 90 days.
Users are not allowed to connect to the following web sites: [listed...]
Users are not allowed to use the following wireless networks: [listed...] • No wireless connections allowed.
Always choose the fastest connection (favor speed over cost) .
Always choose the most economical connection (favor cost over speed) .
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 illustrates a component block diagram of the present invention.
FIG. 2 illustrates a sample policy schema file.
FIG. 3 illustrates a typical computer system upon which the invention may be installed.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
OF THE PRESENT INVENTION
Referring to Figure 1, the present invention relates to a system and method for policy-based connectivity, and consists of a Policy Engine 220, a policy schema file 210, an optional Policy Server 230, and a Policy Administrator 280. These components, when installed on a computer system 200, working together with a computer's operating system and applications, provides a method and apparatus for determining how and when a user is permitted to access network connections from a computing device (policy) . The present invention, through use of Policy Schema 210 and Policy Engine 220 establishes and enforces a set of policies that determine how and when a system may be connected to a network. The policies are specified and encapsulated in policy schema file 210 ( the policy database), which includes standards, priorities, security requirements, speed, and other characteristics, and determines how a user can get connected to a particular network and the operations that the user can perform while on that network.
For example, if a user was connected to a public network, the user might be forbidden to visit pornographic web sites or to download objectionable material. If they connect using a wireless network, they may be forbidden from downloading certain company documents deemed unsafe over the wireless connection. These actions are set by policy 210 and enforced by policy engine 220. The policy schema 210 (an illustrative example of which is depicted in Figure 2) may be preloaded on the users system, installed via a network or storage device, or downloaded from policy server 230. The policy format is kept hidden from the user and is encrypted to prevent unauthorized access or tampering.
A mobile or remote user can connect to a wired or wireless network manually by invoking a dialer or network logon application, or automatically when the user's computer system 200 detects the ability to connect to a network because of the presence of a wired connection (e.g., a network cable is plugged in) or a wireless connection (a wireless access point is detected) . Whether the connection is attempted in an automated or a manual fashion, the portion of the operating software upon which, the invention is installed is invoked to create and make the connection. For purposes of describing this invention, this component is described and depicted in Figure 1 as the Connection Manager 240. The actual type of Connection Manager provided or the "look and feel" of the Connection Manager 240 may differ substantially, depending on the type of connectivity or operating system software installed on the user's computer. The present invention "hooks" the system Connection Manager 240 so that all connection requests, either automatic or manual, are routed through Policy Engine 220, when the user attempts to connect to a wired or wireless network, the system's Connection Manager 240 usually first enumerates the connections available to the user. Depending on the user's preferences, computer system 200 may allow the user to select one of the available connections, or the system itself will select one of the available connections automatically for the user, based on the current policy. Connection Manager 240 verifies that the user has the proper rights and privileges to make the connection. If the user has the correct privileges, Connection Manager 240 then attempts to make the connection using the selected protocol, device, and security constraints as defined in Policy Schema 210.
Some policies may require the user to interactively enter some information, such as a password or encryption key, to continue with a connection. If the user needs to enter any information as called for in the policy, Connection Manager 240 will pause and present the proper dialog (s) to allow the user to enter the information. The Policy Engine
220 through the services of Connection Manager 240 keeps a detailed log of all connection attempts, successes and failures, length of time connected, and other information such as the number of bytes transmitted and received, the average throughput, information about the policies that were applied, and other relevant network information. This information is used to diagnose any problems encountered when attempting to connect, and also provides a detailed audit trail of the connections and length of each connection, URLs accessed, information downloaded, and other useful information and parameters .
This information is then later optionally used by Policy Administrator 280 to customize the policy settings on a per-location basis to achieve a desired result, such as the method that provided the best throughput when connecting to the company's sales server from the Boston area.
Referring to Figure 2 , the policy schema referred to above is encapsulated in a file, and examples of the elements found in a policy schema is shown. The format of the file in Figure 2 is set forth for illustrative purposes only. There are many ways to express parameters associated with certain conditions or criteria, and the file is shown to show one way that policy can be expressed. Other ways to express such policy are well-known and obvious to those skilled in the art. While the present invention requires that a policy be incorporated to effect the operation of the present invention, the exact format of the policy file or data is not integral to the operation of the present invention and is well known to others skilled in the art.
Figure 3 illustrates one type of computer system upon which the present invention may be installed. Other computer systems upon which the present invention may be installed include handheld devices, pocket organizers, cell phones, intelligent pagers, set- top boxes, notebook computers, and any other type of computing device.

Claims

1. A system using one or more policy directives to establish and regulate connectivity from a user's computer comprising:
applying a policy schema file containing Policy Settings, establishing desired criteria, to said user's computer, resulting in a Policy Engine which determines if said criteria are met to allow a connection to take place;
when said user attempts to connect to a wired or wireless network, either manually or automatically, via said user's computer, said computer enumerates the possible connections available to said user; and
depending upon Policy Settings in said policy schema file, which
Policy Settings are read and interpreted by said Policy Engine; and
depending upon said user's preference, and based upon said criteria in said policy engine, said system:
a) allows said user to select one of the available connections, or
b) selects an available connection automatically for said user;
in either event, said policy manager determines whether said user has the proper rights and privileges to make said connection based upon said criteria embodied in said policy manager; and,
if said user does not have said proper rights and privileges, no connection is attempted;
or
if said user has said proper rights and privileges, in such event, said policy manager makes said connection using the connection manager portion of said user's computer system.
2. The system defined in claim 1 which further includes the step of entry by said user of any information required by said policy engine, whereupon said policy manager presents proper dialog to enable said user to enter the requested information.
3. The system defined in claim 2 wherein said policy manager keeps a record of all connection attempts, successes, failures, length of time connected, number of bytes transmitted and received, average throughput, information about policies that were applied and all network information.
4. The system defined in claim 3 wherein said policy schema file includes standards, priorities, security requirements, speed, operations that may be performed on the network.
5. The system defined in claim 3 wherein said policy schema file has been previously initialized by said user's company IT or technology organization and placed on said user's computer by said company or downloaded to said user's computer from an optional policy server.
6. The system defined in claim 3 wherein said policy manager records the details of each connection and optionally "learns" the best connectivity settings by saving the results and using those results to automatically update said policy.
7. The system claimed in claim 6 wherein said "learned" settings are manually or automatically applied to said policy schema file to insure that the best possible settings are used to provide said connection.
8. The system defined in claims 4, 5, 6 or 7 wherein said policy schema file has been previously initialized by said user's company IT or technology organization and placed on said user's computer by said company or downloaded to said user's computer from an optional policy server.
9. The system defined in claim 8 wherein said policy manager records the details of each connection and "learns" the best connectivity settings by saving the results .
10. The system claimed in claim 9 wherein said "learned" settings are manually or automatically applied to said policy schema file to insure that the best possible settings are used to provide said connection.
11. The system defined in any one of claims 1 to 10 wherein said Policy Settings are specified or mandated by corporate policy.
PCT/GB2003/004824 2002-12-03 2003-11-07 Policy-based connectivity WO2004051440A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2003282220A AU2003282220A1 (en) 2002-12-03 2003-11-07 Policy-based connectivity

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/308,665 2002-12-03
US10/308,665 US20040107274A1 (en) 2002-12-03 2002-12-03 Policy-based connectivity

Publications (2)

Publication Number Publication Date
WO2004051440A2 true WO2004051440A2 (en) 2004-06-17
WO2004051440A3 WO2004051440A3 (en) 2004-09-02

Family

ID=32392805

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB2003/004824 WO2004051440A2 (en) 2002-12-03 2003-11-07 Policy-based connectivity

Country Status (4)

Country Link
US (1) US20040107274A1 (en)
AU (1) AU2003282220A1 (en)
TW (1) TWI242968B (en)
WO (1) WO2004051440A2 (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9237514B2 (en) * 2003-02-28 2016-01-12 Apple Inc. System and method for filtering access points presented to a user and locking onto an access point
US7783672B2 (en) * 2003-04-09 2010-08-24 Microsoft Corporation Support mechanisms for improved group policy management user interface
US20040215650A1 (en) * 2003-04-09 2004-10-28 Ullattil Shaji Interfaces and methods for group policy management
US8244841B2 (en) * 2003-04-09 2012-08-14 Microsoft Corporation Method and system for implementing group policy operations
US9118708B2 (en) 2003-07-01 2015-08-25 Securityprofiling, Llc Multi-path remediation
US9118709B2 (en) * 2003-07-01 2015-08-25 Securityprofiling, Llc Anti-vulnerability system, method, and computer program product
US7299410B2 (en) * 2003-07-01 2007-11-20 Microsoft Corporation System and method for reporting hierarchically arranged data in markup language formats
US8984644B2 (en) 2003-07-01 2015-03-17 Securityprofiling, Llc Anti-vulnerability system, method, and computer program product
US20070113272A2 (en) 2003-07-01 2007-05-17 Securityprofiling, Inc. Real-time vulnerability monitoring
US20060090196A1 (en) * 2004-10-21 2006-04-27 Van Bemmel Jeroen Method, apparatus and system for enforcing security policies
US7877786B2 (en) * 2004-10-21 2011-01-25 Alcatel-Lucent Usa Inc. Method, apparatus and network architecture for enforcing security policies using an isolated subnet
US7793338B1 (en) * 2004-10-21 2010-09-07 Mcafee, Inc. System and method of network endpoint security
JP5283934B2 (en) * 2008-03-12 2013-09-04 キヤノン株式会社 COMMUNICATION SYSTEM, MANAGEMENT DEVICE AND DEVICE, AND CONTROL METHOD THEREOF
US20120102368A1 (en) * 2010-10-21 2012-04-26 Unisys Corp. Communicating errors between an operating system and interface layer
EP2671407B1 (en) 2011-01-31 2019-12-25 Synchronoss Technologies, Inc. System and method for host and operative system agnostic management of connected devices through network controlled state alteration
US20120254448A1 (en) * 2011-04-02 2012-10-04 Recursion Software, Inc. System and method for selection of network transport within a mobile device
US9356804B1 (en) * 2012-06-12 2016-05-31 Amazon Technologies, Inc. Policy-based network connection resource selection

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5682460A (en) * 1994-08-29 1997-10-28 Motorola, Inc. Method for selecting transmission preferences
EP0814589A2 (en) * 1996-06-19 1997-12-29 AT&T Corp. System and method for automated network reconfiguration
EP1117266A1 (en) * 2000-01-15 2001-07-18 Telefonaktiebolaget Lm Ericsson Method and apparatus for global roaming

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6292827B1 (en) * 1997-06-20 2001-09-18 Shore Technologies (1999) Inc. Information transfer systems and method with dynamic distribution of data, control and management of information
US6202156B1 (en) * 1997-09-12 2001-03-13 Sun Microsystems, Inc. Remote access-controlled communication
US6158010A (en) * 1998-10-28 2000-12-05 Crosslogix, Inc. System and method for maintaining security in a distributed computer network
US6760420B2 (en) * 2000-06-14 2004-07-06 Securelogix Corporation Telephony security system
US6678827B1 (en) * 1999-05-06 2004-01-13 Watchguard Technologies, Inc. Managing multiple network security devices from a manager device
TW473788B (en) * 2000-09-14 2002-01-21 Promos Technologies Inc Method and system for determining the best process path
JP2004537125A (en) * 2001-07-24 2004-12-09 ポロズニ,バリー Wireless access system, method, signal, and computer program product
US7350226B2 (en) * 2001-12-13 2008-03-25 Bea Systems, Inc. System and method for analyzing security policies in a distributed computer network
US7185359B2 (en) * 2001-12-21 2007-02-27 Microsoft Corporation Authentication and authorization across autonomous network systems
US7437765B2 (en) * 2002-06-04 2008-10-14 Sap Aktiengesellschaft Sensitive display system
EP1654827A4 (en) * 2003-08-15 2009-08-05 Fiberlink Comm Corp System, method, apparatus and computer program product for facilitating digital communications

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5682460A (en) * 1994-08-29 1997-10-28 Motorola, Inc. Method for selecting transmission preferences
EP0814589A2 (en) * 1996-06-19 1997-12-29 AT&T Corp. System and method for automated network reconfiguration
EP1117266A1 (en) * 2000-01-15 2001-07-18 Telefonaktiebolaget Lm Ericsson Method and apparatus for global roaming

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LUPU E ET AL: "Ponder: realising enterprise viewpoint concepts" ENTERPRISE DISTRIBUTED OBJECT COMPUTING CONFERENCE, 2000. EDOC 2000. PROCEEDINGS. FOURTH INTERNATIONAL MAKUHARI, JAPAN 25-28 SEPT. 2000, LOS ALAMITOS, CA, USA,IEEE COMPUT. SOC, US, 25 September 2000 (2000-09-25), pages 66-75, XP010521577 ISBN: 0-7695-0865-0 *

Also Published As

Publication number Publication date
US20040107274A1 (en) 2004-06-03
AU2003282220A8 (en) 2004-06-23
TWI242968B (en) 2005-11-01
TW200425700A (en) 2004-11-16
AU2003282220A1 (en) 2004-06-23
WO2004051440A3 (en) 2004-09-02

Similar Documents

Publication Publication Date Title
US10771328B2 (en) Enforcing device settings for mobile devices
US9998478B2 (en) Enterprise-wide security for computer devices
US6530025B1 (en) Network connection controlling method and system thereof
EP1379045B1 (en) Arrangement and method for protecting end user data
EP1233636B1 (en) System and method for over the air configuration security
US20040107274A1 (en) Policy-based connectivity
US6311269B2 (en) Trusted services broker for web page fine-grained security labeling
EP1804418A1 (en) A dynamic password authentication system and the method thereof
US20070186115A1 (en) Dynamic Password Authentication System and Method thereof
US20070006289A1 (en) Enforcing device settings for mobile devices
JP2003228519A (en) Method and architecture for providing pervasive security for digital asset
CA2517243A1 (en) Web site management system and method
EP1438819B1 (en) Method and apparatus for personal information access control
JP2003228520A (en) Method and system for offline access to secured electronic data
EP1547303A1 (en) Server, computer memory, and method to support security policy maintenance and distribution
JP2002157223A (en) Service providing system
WO2002033872A2 (en) An electronic message service provider system, method and computer program with configurable security service
KR101190057B1 (en) System for user authentication using trust third party and method thereof
JP2004220213A (en) Password system, password program, and password display control method
KR20070089970A (en) Use of configurations in device with multiple configurations

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP