Skip to main content
added 44 characters in body
Source Link
Nidal
  • 9.1k
  • 11
  • 59
  • 74

This worked for me

vi /etc/security/access.conf

vi /etc/security/access.conf 

In the section:

Disallow non-local logins to privileged accounts (group wheel).

-:wheel:ALL EXCEPT LOCAL .win.tue.nl**

# Disallow non-local logins to privileged accounts (group wheel). # # -:wheel:ALL EXCEPT LOCAL .win.tue.nl** 

I changed it to

+:wheel:ALL .win.tue.nl

+:wheel:ALL .win.tue.nl 

Thisand it worked.

This worked for me

vi /etc/security/access.conf

In the section:

Disallow non-local logins to privileged accounts (group wheel).

-:wheel:ALL EXCEPT LOCAL .win.tue.nl**

I changed to

+:wheel:ALL .win.tue.nl

This worked

This worked for me

vi /etc/security/access.conf 

In the section:

# Disallow non-local logins to privileged accounts (group wheel). # # -:wheel:ALL EXCEPT LOCAL .win.tue.nl** 

I changed it to:

+:wheel:ALL .win.tue.nl 

and it worked.

Source Link

This worked for me

vi /etc/security/access.conf

In the section:

Disallow non-local logins to privileged accounts (group wheel).

-:wheel:ALL EXCEPT LOCAL .win.tue.nl**

I changed to

+:wheel:ALL .win.tue.nl

This worked