You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Steps:
-u with hostname setting in ntlm file:
/opt/omi/bin/omicli id -u wronghostname\root -p 'password01' --auth NegoWithCreds --hostname psl-cent7x64-01 --port 5986 --encryption https
-u with username without hostname:
/opt/omi/bin/omicli id -u root -p 'password01' --auth NegoWithCreds --hostname psl-cent7x64-01 --port 5986 --encryption https
Expected:
The remote should fail.
Acutal Result:
Both remote connections succeed.
root@psl-cent7x64-02 # /opt/omi/bin/omicli id -u root -p 'password01' --auth NegoWithCreds --hostname psl-cent7x64-01 --port 5986 --encryption https
instance of OMI_Identify
{
InstanceID=2FDB5542-5896-45D5-9BE9-DC04430AAABE
SystemName=psl-cent7x64-01
ProductName=OMI
ProductVendor=Microsoft
ProductVersionMajor=1
ProductVersionMinor=2
ProductVersionRevision=0
ProductVersionString=1.2.0-35
Platform=LINUX_X86_64_GNU
OperatingSystem=LINUX
Architecture=X86_64
Compiler=GNU
ConfigPrefix=GNU
ConfigLibDir=/opt/omi/lib
ConfigBinDir=/opt/omi/bin
ConfigIncludeDir=/opt/omi/include
ConfigDataDir=/opt/omi/share
ConfigLocalStateDir=/var/opt/omi
ConfigSysConfDir=/etc/opt/omi/conf
ConfigProviderDir=/etc/opt/omi/conf
ConfigLogFile=/var/opt/omi/log/omiserver.log
ConfigPIDFile=/var/opt/omi/run/omiserver.pid
ConfigRegisterDir=/etc/opt/omi/conf/omiregister
ConfigSchemaDir=/opt/omi/share/omischema
ConfigNameSpaces={root-omi, interop}
}
The text was updated successfully, but these errors were encountered: