3.5 Enabling Sudo Command for Standard Users in Mac OS

Novell SSL VPN uses the sudo command to gain root privileges for non-root users in Mac OS. The sudo command is not enabled by default for standard users in Mac OS. To manually enable the command, do the following:

  1. Open /etc/sudoers

  2. Add the following lines:

    Defaults targetpw   
    
    ALL ALL=(ALL) ALL    
    
  3. Save and close the file.