- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- password complexity enforcement for OpenVMS 7.3-1 ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2009 12:14 AM
тАО01-27-2009 12:14 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
What is Your system ?
Do You have a symbol MACRO ? (show symbol macro).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2009 12:16 AM
тАО01-27-2009 12:16 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
$ show system
OpenVMS V7.3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2009 12:31 AM
тАО01-27-2009 12:31 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
try "macro parse_uic_vax", the original.
My only idea is that the default macro command in 7.3-2 is invoking the Alpha assembler, not macro32.
Try "macro/migrate parse_uic" to see if that works.
If yes, replace the macro commands in compile.com by macro/migrate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2009 12:36 AM
тАО01-27-2009 12:36 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
So the problem must be in VMS 7.3-2 macro in general or Your installation specifically.
I assume your previous distribution of uaf.zip was working, except it did not have the newer flags keyword: compare the parse_uic.mar from there with the new one. Does it compile ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2009 12:46 AM
тАО01-27-2009 12:46 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
I really wonder how You were able to compile before ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2009 12:49 AM
тАО01-27-2009 12:49 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
I downloaded an already compiled distribution with .obj and .exe already created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2009 01:05 AM
тАО01-27-2009 01:05 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
Maybe an out of the box alpha VMS is installing it like that ?
The only thing I can see on my system regarding macro was an installation of macro64 in vmsinstal.history.
So maybe this is necessary to invoke the macro32 compiler.
Meanwhile I will add the alpha object and exe files to my uaf.zip in sudirectory [.alpha]
just wait half an hour ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2009 01:31 AM
тАО01-30-2009 01:31 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
I downloaded the compiled kit.. it works!!
One more thing and I believe we are done.
When I issue the following command (find all accounts that are disabled and have pwdmix flag set):
uafselect2 /select=flag=(DISUSER,PWDMIX) -
/display=(username,flags)/total
I ask to display the username and flags. I observed that all other flags are displayed except pwdmix even though it is set.
Please help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2009 03:01 AM
тАО01-30-2009 03:01 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
in display.c max_flags is 26 not 25.
Change this one number in display.c or
get the new obj/exe from my updated uaf.zip .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2009 04:06 AM
тАО01-30-2009 04:06 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2009 04:16 AM
тАО01-30-2009 04:16 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
$ uaf/select=flags=pwdmix /display=(username,flags)
user: DEFAULT flags: DISUSER,PWDMIX
$ sh sys/noproc
OpenVMS V8.3-1H1 on node DECUSI 30-JAN-2009 13:11:22.66 Uptime 15 18:36:59
And I compiled and linked from the same source on Alpha 7.3-1.
Eventually just link uaf.exe again from the objects in [.alpha] subdirectory.
And You are sure not to use the old version of uaf.exe (see Your uaf symbol), and are testing on the 7.3-2, not on 7.3-1 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2009 04:33 AM
тАО01-30-2009 04:33 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
MPIW10_HUB> uaf/select=flags=pwdmix /display=(username,flags)
user: DEFAULT flags: DISUSER,PWDMIX
MPIW10_HUB>sh sys/noproc
OpenVMS V7.3-1 on node MPIW10 30-JAN-2009 13:29:23.30 Uptime 100 22:55:14
You either did noth update uaf.zip (web proxy cache not updated), or your uaf command symbol is pointing to an old version.
Does "AUTHORIZE SHOW user" show the flag ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2009 05:04 AM
тАО01-30-2009 05:04 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
I observed that the files within uaf.zip at your site, when I download it they have a date of 27/1/2009 in ALPHA directory.
Is that correct?
Maybe I redownload the previous version of uaf.zip!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2009 05:10 AM
тАО01-30-2009 05:10 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
You definitely got the old version from cache.
I try to flush the cache of my web-server, retry to fetch uaf.zip again in a few minutes, but make sure You use the cache bypass feature of your browser.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2009 05:54 AM
тАО01-30-2009 05:54 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
cd /pub/vmssig/archive/u
binary
get uaf.zip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2009 12:25 AM
тАО02-02-2009 12:25 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
I managed to download the latest version of uaf.zip. It works and displays pwdmix flag.
Thank you all for your effort.
Case is closed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2009 12:29 AM
тАО02-02-2009 12:29 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
Also, I have found a code in macro 32 which allows to force password complexity to user. I am able to specify the level of complexity between lower, upper, number and special characters. Very convenient.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2010 04:02 PM
тАО11-05-2010 04:02 PM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
http://wwwvms.mppmu.mpg.de/vmssig/archive/u/uaf.zip
Have you considered sending your updates to Hunter?
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2010 07:10 PM
тАО11-05-2010 07:10 PM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
Source code and binary kits are available from:
http://code.google.com/p/jmuaf/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2010 06:10 AM
тАО11-06-2010 06:10 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
Jon,
my fix in 2009 was just an adhoc fix to add the missing flags for the imminent needs, I did not fix the many other problems with old code.
My remaining 7.3-1 is anyway too old to reflect recent VMS state.
And my VMSSIG archive also is not updated since years.
I just kept and will keep the various /vmssig/src/ files on my current personal web pages.
See
http://wwwvms.mppmu.mpg.de/vmssig/
which is now redirected to
http://www.mpp.mpg.de/~huber/vmssig/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2010 06:10 AM
тАО11-06-2010 06:10 AM
Re: password complexity enforcement for OpenVMS 7.3-1 and OpenVMS 7.3-2
Code bits are here:
http://labs.hoffmanlabs.com/node/1205
This is descended from some code originally written by Frank Nagy.
- « Previous
-
- 1
- 2
- Next »