Jira (PUP-11190) User resource not removing password on AIX

0 views
Skip to first unread message

Patrick Grant (Jira)

unread,
Jul 27, 2021, 8:49:02 AM7/27/21
to puppe...@googlegroups.com
Patrick Grant created an issue
 
Puppet / Bug PUP-11190
User resource not removing password on AIX
Issue Type: Bug Bug
Affects Versions: PUP 7.8.0
Assignee: Unassigned
Created: 2021/07/27 5:48 AM
Priority: Normal Normal
Reporter: Patrick Grant

Puppet Version: 7.8.0
Puppet Server Version: PE 2021.2 ( 7.2.0)
OS Name/Version: AIX 7.2

when deleting a user with Puppet (User resource type), the password entry in /etc/security/passwd is not being cleaned up.

Resource definition example:

  user { 'saaddm':
    ensure     => 'absent',
    managehome => true
  }
 

Debug:

(130)PROD:root@xxxxxx:/root# puppet agent -t --debug 2>&1 | grep rmuser
Debug: Executing: '/usr/sbin/rmuser saaddm'
(0)PROD:root@xxxxxx:/root#

Desired Behavior: password gets cleaned up

Actual Behavior: password is still present in /etc/security/passwd

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages