I would like to create a WLST script to create my Weblogic domain. However I'm having problems adding the LDAP config.
cd("/SecurityConfiguration/myDomain")
cmo.createRealm("myrealm")
cd("/SecurityConfiguration/myDomain/Realms/myrealm")
cmo.createAuthenticationProvider("myLDAP", "weblogic.security.providers.authentication.NovellAuthenticator")
This is currently failing because at this point I don't seem to have a SecurityConfiguration object
No SecurityConfiguration object with name myDomain
Does this configuration have to be done online? Are there any other work arounds?