views:

23

answers:

1

How can I write a script to change the minimum password length to 4 characters using WLST

Home >Credential Mappings >Users and Groups >weblogic >Users and Groups >Summary of Security Realms >myrealm >Providers >DefaultAuthenticator>ProviderSpecific

How can I find the appropriate mbeans information to modify this using weblogic scripting WLST?

Thanks

A: 

If you know the path, you can navigate to the required MBEan and edit the properties as described here

http://download.oracle.com/docs/cd/E13222_01/wls/docs100/config_scripting/nav_edit.html#wp1005462

JoseK