Skip to content

Commit e99cfc2

Browse files
author
Tom Barnes
committed
a fix for domains created with 'setOption('ServerStartMode','prod')' which causes WLST nmConnect logins to fail
1 parent 546b4a1 commit e99cfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/src/main/resources/scripts/startNodeManager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ cat <<EOF > ${nm_props_file}
159159
LogLimit=0
160160
DomainsDirRemoteSharingEnabled=true
161161
PropertiesVersion=12.2.1
162-
AuthenticationEnabled=true
162+
AuthenticationEnabled=false
163163
NodeManagerHome=${NODEMGR_HOME}
164164
JavaHome=${JAVA_HOME}
165165
LogLevel=FINEST

0 commit comments

Comments
 (0)