File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ RUN iris start $ISC_PACKAGE_INSTANCENAME quietly EmergencyId=sys,sys && \
17
17
" Do ##class(Security.Users).UnExpireUserPasswords(\"*\")\n" \
18
18
" Do ##class(Security.Users).AddRoles(\"admin\", \"%ALL\")\n" \
19
19
" Do ##class(Security.System).Get(,.p)\n" \
20
- " Set p(\"AutheEnabled\")=\$zb(p(\"AutheEnabled\"),16,7)\n" \
20
+ " // 2**4 = 16; this sets bit 4 to enable OS authentication for the admin user" \
21
+ " Set p(\"AutheEnabled\")=\$zboolean(p(\"AutheEnabled\"),16,7)\n" \
21
22
" Do ##class(Security.System).Modify(,.p)\n" \
22
23
" Do \$system.OBJ.Load(\"/opt/app/Installer.cls\",\"ck\")\n" \
23
24
" Set sc = ##class(App.Installer).setup(, 3)\n" \
@@ -28,4 +29,4 @@ RUN iris start $ISC_PACKAGE_INSTANCENAME quietly EmergencyId=sys,sys && \
28
29
| iris stop $ISC_PACKAGE_INSTANCENAME quietly
29
30
30
31
#USER irisowner
31
- CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
32
+ CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
You can’t perform that action at this time.
0 commit comments