• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Active Directory and ColdFusion

Engaged ,
May 18, 2010 May 18, 2010

Copy link to clipboard

Copied

Hi,

We use Active Directory and I want to setup a simple form where a user could create an account in AD.  The user would enter first name, last name, and create a password via a simple form.

The problem I'm having specifically is we have a password policy setup via Active Directory/Windows so I'd like to somehow alert the user if the password they've entered doesn't meet the password policy defined in Active Directory.

Any help appreciated on how to achieve this.

-Westside

TOPICS
Advanced techniques

Views

570

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 19, 2010 May 19, 2010

Copy link to clipboard

Copied

LATEST

Step 1 - describe the policy on your form page to increase the liklihood of the user doing it correctly.

Step 2 - on your action page, test the password to ensure it meets the criteria.  If it does, proceed, otherwise alert user.

Optional extra - test the password using javascript on your form page.

If you need more specific answers, ask more specific questions.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation