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

CFLDAP Error Display

New Here ,
Jul 20, 2006 Jul 20, 2006

Copy link to clipboard

Copied

I'm using CFLDAP to authenticate against. During my testing, everything works fine when I login in using the correct login id and password. But when I use an incorrect userid/password, the default CFLDAP error "Inappropriate Authentication" displays. Is there a way to prevent that default error and return the user back to the login Form.

TOPICS
Advanced techniques

Views

410

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 ,
Jul 20, 2006 Jul 20, 2006

Copy link to clipboard

Copied

Use a cftry/cfcatch structure to capture the exception and do the
desired action.


GSUSLUVS2 wrote:
> I'm using CFLDAP to authenticate against. During my testing, everything works
> fine when I login in using the correct login id and password. But when I use
> an incorrect userid/password, the default CFLDAP error "Inappropriate
> Authentication" displays. Is there a way to prevent that default error and
> return the user back to the login Form.
>
>
>

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
New Here ,
Jul 24, 2006 Jul 24, 2006

Copy link to clipboard

Copied

Thanks

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
Explorer ,
Aug 02, 2006 Aug 02, 2006

Copy link to clipboard

Copied

LATEST
Hi Here is how I do it - just to give you an coded example.

If you need anything else, let me know.

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