| Paul Ilechko 2006-01-24, 6:25 pm |
| sajidfiaz@gmail.com wrote:
> hello,
>
> I am trying ot setup websphere with Lotus Domino LDAP. followed the
> instructions on the following URL:
> http://publib.boulder.ibm.com/pvc/w...cfg_dom_wp.html
>
>
> during the configuation Mised the Step 11 "WPSconfig.bat
> secure-portal-ldap"
>
> and executed step 12: WPSconfig.bat enable-security-ldap is there any
> way to rollback or disable global security for the application Server
> manualy
>
> I canot login to the admin console. it is asking me for User and
> password. which i didn't supplied except the one I did in
> wpconfig.properties.
>
To disable global security, edit security.xml. Search for the line that
begins: ‘<security:Security’.
In that line search for ‘enabled’. The word following ‘enabled’ will be
‘true’. Change it to false.
|