Sign in
Enterprise IT Identity & Access Management
A Buyer's & Integrator's Guide - WebLog Version 1.0
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
1. Technology
2. Strategy
3. Architecture
4. Solution
5. Reviews
6. SampleCode
7. How To's
Archive
Archives
April 2008
(2)
February 2007
(1)
October 2006
(2)
June 2006
(12)
May 2006
(2)
April 2006
(2)
March 2006
(27)
March, 2006
TechNet Blogs
>
Enterprise IT Identity & Access Management
>
March, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Enterprise IT Identity & Access Management
Microsoft Customer Solutions
Posted
over 7 years ago
by
Yale Li
0
Comments
If no product is available (or satisfies your needs) in the marketplace, you may have to build something yourself. Currenlt, I am unable to post my own custom IT IAM solutions (such as group management, remote access management, smart card management...
Enterprise IT Identity & Access Management
Sample Code (VBScript) - Query CAPICOM
Posted
over 7 years ago
by
Yale Li
0
Comments
This script queries capicom com object to get cert expiration date. Capicom.dll must be installed and registered in order to run this script. If you need additional cert info, you can just add more CAPICOM Cert object properties to my sample code. ...
Enterprise IT Identity & Access Management
Microsoft Identity Integration Server 2003 Enterprise Edition - InfoWorld Test Report
Posted
over 7 years ago
by
Yale Li
0
Comments
Of all the contenders here, MIIS (Microsoft Identity Integration Server) 2003 stands out in two ways. First, it's by far the cheapest, at least at first glance (more on that later). Second, it's unique in leveraging several features of Windows, as well...
Enterprise IT Identity & Access Management
Physical Access Control Technology
Posted
over 7 years ago
by
Yale Li
0
Comments
A typical physical access control system is made up of following components: - ID Credential - Door Reader - Door Lock - Control Panel - Access Control Server - Software - Database The access control process begins when a user...
Enterprise IT Identity & Access Management
User Authentication Mechanism (Method)
Posted
over 7 years ago
by
Yale Li
0
Comments
User authentication mechanism can use one of above factors or combine multiple factors to form strong authentication. The following are major user authentication mechanisms (methods): · Badge and identity card: Identification badges are usually used...
Enterprise IT Identity & Access Management
Sample Code (VBScript) - Compare Two AD Groups and Get Membership Difference
Posted
over 7 years ago
by
Yale Li
0
Comments
If you want two AD groups with the same membership but are afraid of mis-sync, I have a sample script to find the delta: On Error Resume Next Dim strGroup1, strGroup2, iArgs, oArgs iArgs = Wscript.arguments.count Set oArgs = Wscript.arguments ...
Enterprise IT Identity & Access Management
Sample Code (C#) - Provision User Accounts and Groups with MIIS
Posted
over 7 years ago
by
Yale Li
0
Comments
Here is my sample code to provision AD use accounts and groups using MIIS MV Extension: // Use Visual Studio to build using System; using Microsoft.MetadirectoryServices; namespace Mms_Metaverse { public class MVExtensionObject : IMVSynchronization...
Enterprise IT Identity & Access Management
Sample Code (T-SQL) - Protecting Identity Data with SQL 2005 Data Encryption
Posted
over 7 years ago
by
Yale Li
0
Comments
There are multiple ways to protect (encrypt) data with SQL 2005: either using certificate or password. Here is my code sample to use a password to encrypt identity data (assuming the identity table name as tblIdentity_SmartCard table, the identity...
Enterprise IT Identity & Access Management
Sample Code (C++) - Scan Certificate Expiration Date Remotely
Posted
over 7 years ago
by
Yale Li
0
Comments
It is hard to find a tool to check certificate expiration date on a remote machine without logon locally. Here is my code to accomplish this job: // to build: cl scancert.cpp -link crypt32.lib //----------------------------------------------------...
Enterprise IT Identity & Access Management
Review - M-Tech ID-Sync
Posted
over 7 years ago
by
Yale Li
0
Comments
M-Tech has a suite of Identity Management products. ID-Sync is a user provisioning tool. Pros: - Built in workflow engine - Integration with Microsoft MIIS - Provided SAP MA - Fast provisioning time - Provision of non-HR identity data...
Enterprise IT Identity & Access Management
Sample Code (Command) - Windows Vista Domain Join with smart card
Posted
over 7 years ago
by
Yale Li
0
Comments
After you require smart card interactive logon in your environment, the traditional domain join will not work because you don't have a password. Windows Vista resolves this problem by allowing domain join with smart card. However, this new feature will...
Enterprise IT Identity & Access Management
Ways to Compromise Password
Posted
over 7 years ago
by
Yale Li
0
Comments
Passwords are vulnerable by virtue of the following attacks : Password Cracking Tools - A variety of software tools, such as L0Phtcrack and NT Crack, automate the guessing of passwords through brute force and with extensive dictionaries of frequently...
Enterprise IT Identity & Access Management
User Authentication Factors
Posted
over 7 years ago
by
Yale Li
0
Comments
There are four authentication factors: Something one knows: The concept here is that if the user knows a pre-determined secret, he or she must be the right person. The common type of secret is a password or a PIN, though other schemes like images...
Enterprise IT Identity & Access Management
Thor XellerateIM 8.0 - InfoWorld Test Report
Posted
over 7 years ago
by
Yale Li
0
Comments
During the months we spent planning for this test, we had two five-minute phone calls with Thor Technologies. The first was to invite them to the test, and the second was to discuss the test scenarios. Their response after reading the test plan was simply...
Enterprise IT Identity & Access Management
Courion Enterprise Provisioning Suite 7.20 - InfoWorld Test Report
Posted
over 7 years ago
by
Yale Li
0
Comments
Courion Enterprise Provisioning Suite 7.20 includes ProfileCourier, a user-profile store; PasswordCourier, a metapassword repository; and ComplianceCourier, a policy-control module aimed at tying the other modules together for managed security. Courion...
Enterprise IT Identity & Access Management
Novell Identity Manager 2 - InfoWorld Test Report
Posted
over 7 years ago
by
Yale Li
0
Comments
Novell's identity management solution relies heavily on the company's directory server, eDirectory, which does a fine job as an identity vault. Building on eDirectory to incorporate directory information from across the enterprise, Identity Manager takes...
Enterprise IT Identity & Access Management
IBM Tivoli Identity Manager 4.6 - InfoWorld Test Report
Posted
over 7 years ago
by
Yale Li
0
Comments
To reach into the various moving parts of our enterprise, ITIM (IBM Tivoli Identity Manager) 4.6 used custom agents that we installed on every managed resource, including our AD domain controllers, database servers, and so forth. The agents hold a reasonably...
Enterprise IT Identity & Access Management
Sun Java System Identity Manager 5.5 - InfoWorld Test Report
Posted
over 7 years ago
by
Yale Li
0
Comments
We didn't see much whizbang innovation in Sun Java System Identity Manager 5.5, but we did find a level of reliability and maturity that's rare for this segment. Sun's entire identity management suite consists of Access Manager, Directory Server Enterprise...
Enterprise IT Identity & Access Management
Oracle Identity Provisioning - InfoWorld Test Result
Posted
over 7 years ago
by
Yale Li
0
Comments
Failed test and no result. However, Oracle bought Thor recently so please see Thor Test Report.
Enterprise IT Identity & Access Management
Review - Microsoft CLM (Certificate Lifecycle Manager) Beta 1 (renamed from Alacris)
Posted
over 7 years ago
by
Yale Li
0
Comments
Don't let the word "Beta" fool you. CLM Beta 1 is actually renamed from the latest Alacris RTM version. Pros: - Turn key system and no coding is required - Can manage both smart cards (including USB tokens) and certificates - Feature rich...
Enterprise IT Identity & Access Management
Generic IAM Architecture
Posted
over 7 years ago
by
Yale Li
0
Comments
This is a basic end to end B2E IAM architecture diagram. Yellow areas form an IAM system and dependancies are in green. Identity & Access Management Architecture - B2E Generic
Enterprise IT Identity & Access Management
Review - Quest ActiveRoles Server
Posted
over 7 years ago
by
Yale Li
1
Comments
Quest ActiveRoles Server enables automatic user/group provisioning and make entitlements management easier. Pros: - Rule based automatic provisioning - Role based administration - Easy to navigate UI - AD focused but also handle Unix/Linux...
Enterprise IT Identity & Access Management
Review - Axalto .NET Smart Card
Posted
over 7 years ago
by
Yale Li
0
Comments
Axalto (Schlumberger) has developed the new .NET Card Technology to seamlessly integrate with current software such as Word, Exchange, Windows XP, Windows CE, and upcoming products based on the .Net technology. The technology contains a multi-application...
Enterprise IT Identity & Access Management
Systems Management Stategy
Posted
over 7 years ago
by
Yale Li
0
Comments
Digital identities includes not only people but also devices, such as machine account and machine certificate, and applications (or software services). Therefore, there is a small overlapped area between systems management and IAM. Although systems management...
Enterprise IT Identity & Access Management
Review - RSA SecurID
Posted
over 7 years ago
by
Yale Li
0
Comments
SecurID for Windows fully integrates with Microsoft's Active Directory and enables domain-level access management along with new offline capabilities. At backend, RSA ACE Sever is required. The client requires the RSA ACE/Agent installed. The SecurID...
Page 1 of 2 (27 items)
1
2