Operating System - OpenVMS
1825764 Members
2050 Online
109687 Solutions
New Discussion

Advanced Server External Authentication Password Length Limit

 
SOLVED
Go to solution
Jeffery D. Urmann
Regular Advisor

Advanced Server External Authentication Password Length Limit

Is there a password length limit when using external authentication?

If so, is the length configurable and how?

We have a Windows 2003 native mode domain with OpenVMS v7.3-1 as a member server via Advanced Server V7.3A.

Thank you in advance.

Enjoy,

--Jeff
6 REPLIES 6
Arch_Muthiah
Honored Contributor

Re: Advanced Server External Authentication Password Length Limit

Jeffery,

The password length should be specified when we define account policy using
SET ACCOUNT POLICY command, you can specify password length from 0 to 14 long using MINLENGTH qualifier. 0 is default.

Archunan
Regards
Archie
Jeffery D. Urmann
Regular Advisor

Re: Advanced Server External Authentication Password Length Limit

Archunan,

Thanx for your quick and accurate reply.

I`m sorry, I meant maximum length.
Arch_Muthiah
Honored Contributor

Re: Advanced Server External Authentication Password Length Limit

Jeff,

AS Maximum pwd lenght limit is 14 only. Ovms pwd lenght is difft.


Archunan

Regards
Archie
Jeffery D. Urmann
Regular Advisor

Re: Advanced Server External Authentication Password Length Limit

Archunan,

So you are saying that since the high side of the minimum is 14, then that makes it the maximum length? Okay. Thank you.

Anybody know of a patch to AS to allow the same maximum as allowed by active directory?
Brad McCusker
Respected Contributor
Solution

Re: Advanced Server External Authentication Password Length Limit

Quick answer, I didn't research this at all...

>Anybody know of a patch to AS to allow the
>same maximum as allowed by active >directory?

No. But, I think you need to keep in mind that AS is using NTLM v2, so, that is the limiting factor, and that is not necessarily what the Active Driectory limit is.

Now, that being said, does NTLM v2 have a higher limit than AS is currently supporting? In other words, did I miss the ppoint?
Brad McCusker
Software Concepts International
Jeffery D. Urmann
Regular Advisor

Re: Advanced Server External Authentication Password Length Limit

Brad,

I was under the mistaken impression that Pathworks was NTLM v2 and that AS was LM v3. I think (if my memory is starting to work now) it was LM Hash for pre-v6 Pathworks and NTLM for newer PW versions + AS. Thanx for the correction to my aging and fading memory.

NTLM has a max limit of 14. NTLM v2 enhanced the encryption and key space (among other things), but it looks like the character limit is still 14.

Thanx for the help Brad and Archunan.

Enjoy,

--Jeff