When changing user password we get a warning : Failed to change owner for file
search cancel

When changing user password we get a warning : Failed to change owner for file

book

Article ID: 277974

calendar_today

Updated On:

Products

CA Privileged Access Manager - Server Control (PAMSC)

Issue/Introduction

When we try to change a password in selang mode to an existing account on PAMSC and on the system, whatever the account we always have the same error below :


PAMSC> cu usertest pwasown('**************')
(localhost)
Successfully updated USER usertest
(localhost)
Native:

WARNING: Failed to change owner for file /home/usertest
No such file or directory
Successfully updated USER usertest
PAMSC>

The password is changed but we want to fix the warning message.

The posix rights are correct on the system.

 

Environment

PAMSC 14.1.

CA Privileged Access Manager Server Control version 14.1 Compiled On:May 03 2022 23:39:10  Kernel: 4.18.0-348.el8.x86_64-RH85 _LINUX80-4180-348-RHELX86_64.X86_64 STOP 30034

Cause

Guidance

Resolution

Follow the steps below/Execute the commands below

stop seos

edit seos.ini file

set HomeDirUpd = no

start seos

After running these commands the error shoudln't show anymore.