3.5 Enabling the Sudo Command for Standard Users in the Mac OS

Novell SSL VPN uses the sudo command to gain root privileges for non-root users in the Mac OS. This command is not enabled by default for standard users in the Mac OS.

To manually enable the command:

  1. Open /etc/sudoers

  2. Add the following lines:

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