KB-10379: Provisioned AD users report "I have no name!"
Authentication Service
,
Show Properties
Hide Properties
|
5/26/2018 2:21 PM |
|
5/26/2018 2:21 PM |
|
5/26/2018 2:21 PM |
|
Article Audience |
|
Products |
Authentication Service
|
Operating Systems |
All
|
Service |
Centrify Infrastructure Services
|
|
|
|
|
000010379 |
|
Upon doing an su to a provisioned ad user the system shows "I have no name!" instead of the unix name. |
|
Problem:
Upon doing an su to a provisioned AD user the system shows "I have no name!" instead of the unix name.
Reason:
The access permissions for the /var folder is incorrectly set.
Solution:
Please use the chmod command as root or sudo to set the permissions to "755" (rwxr-xr-x).
chmod 755 /var
This action should immediately resolve the issue.