willo

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: No password is accepted #52772
    willo
    Participant

    xxxx@xxxx-MacBook-Pro bin % ls -la /Applications/NoMachine.app/Contents/Frameworks/bin/nxexec

    -r-sr-xr-x  1 root  wheel  371808 Jan 24 15:26 /Applications/NoMachine.app/Contents/Frameworks/bin/nxexec

    SUID flag seems set

    xxxx@xxxx-MacBook-Pro bin % sudo /Applications/NoMachine.app/Contents/Frameworks/bin/nxexec --auth

    Password:

    Username:xxxx

    User authorized, is member of: staff,everyone,localaccounts,_appserverusr,admin,_appserveradm,_lpadmin,com.apple.sharepoint.group.1,_appstore,_lpoperator,_developer,_analyticsusers,com.apple.access_ftp,com.apple.access_screensharing,com.apple.access_ssh,com.apple.access_remote_ae.Full name: xxxx.

    in reply to: No password is accepted #52749
    willo
    Participant

    The commands were sudo’d in. do I need to go all the way to root?

    (you can see where I pasted them in, got permission denied, the sudo’d before the command)

    Output remains the same with sudo.

    in reply to: No password is accepted #52718
    willo
    Participant

    3rdguy@InOffictMacMini ~ % /usr/bin/install -g wheel -m 644 -o root '/Applications/NoMachine.app/Contents/Frameworks/scripts/etc/pam.d/nx' '/etc/pam.d/'

    install: /etc/pam.d/INS@Dt7ciA: Permission denied

    3rdguy@InOffictMacMini ~ % sudo /usr/bin/install -g wheel -m 644 -o root '/Applications/NoMachine.app/Contents/Frameworks/scripts/etc/pam.d/nx' '/etc/pam.d/'

    3rdguy@InOffictMacMini ~ % sudo ls -l /Applications/NoMachine.app/Contents/Frameworks/scripts/etc/pam.d/nx

    -rw-r--r--  1 root  wheel  289 Nov 15  2021 /Applications/NoMachine.app/Contents/Frameworks/scripts/etc/pam.d/nx

    3rdguy@InOffictMacMini ~ % sudo ls -ld /etc/pam.d

    drwxr-xr-x  28 root  wheel  896 Apr 18 14:40 /etc/pam.d

    3rdguy@InOffictMacMini ~ % 

Viewing 3 posts - 1 through 3 (of 3 total)