Password Restictions...help!!!

Hi All,
I want to enforce the following password restrictions in the webMethods 7.1 version.

PASSWORD POLICY
Must be a minimum of 8 characters long.
Must not contain the user’s shortname, or any name within the full name.
Must be changed at least every 60 days.
Must be different than last four passwords.
Must contain characters from three of the following four categories:
i. Upper case characters (A…Z)
ii. Lower case characters (a…z)
iii. Number digits (0…9)
iv. Special characters, such as { } [ ] < > :’ ?/ | `~! @ # $ % ^ & * _ - + = ; \ " ,

Please let me know if this is feasible or not.If it can be done then how to do this.

Regards,
Titu

Can you elaborate on which specific Password policy you are looking for?

HTH,
RMG

RMG,
I want to enforce the password restrictions on the admin user password (Security > Users and Groups > Password Security Settings).I have seen that the password restrictions are not enforced while defining users for IS…Could you please help me on this…I have been reading documentation on various wM sites but have not got any fix/suggestion yet…

Regards,
Titu

we are looking for same thing,Did you find a solution?please help.Thanks

Kumar

WM allow you to config some password restrictions,
Security > User Management > Password Security Settings
but to fully support your requirement, you need to implement you own code, you also need to store previous passwords/time separately for checking.

@Titu,

At enterprise level it is suggested to use LDAP and configure the same in IS.

I suggest, go for LDAP.

Thanks,
Rankesh