Project

General

Profile

Actions

Bug #2551

closed

Technique 'User Management': Reporting is broken if a user is defined to only be checked (for existing or not) with Fullname defined.

Added by Nicolas PERRON almost 12 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
1
Category:
Techniques
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

A user with this properties:
  • Login name for this account: userQA1
  • Full name for this account (optional): aName
  • Policy to apply on this account: Check only (account should exist) or Check only (account should not exist)

Does not deliver any report whenever the user exist or not:

[root@centos-6-64 ~]# tail -n1 /etc/passwd
userQA1:x:6001:6001:aName:/home/userQA1:/bin/bash
[root@centos-6-64 ~]# /var/rudder/cfengine-community/bin/cf-agent -KI -b check_usergroup_user_parameters
 !! Duplicate selection of value for variable "execRun" in scope g
 !! Rule from /var/rudder/cfengine-community/inputs/common/1.0/site.cf at/before line 58
 >> Using command line specified bundlesequence
[root@centos-6-64 ~]#
[root@centos-6-64 ~]# tail -n1 /etc/passwd
userQA1:x:6001:6001::/home/userQA1:/bin/bash
[root@centos-6-64 ~]# /var/rudder/cfengine-community/bin/cf-agent -KI -b check_usergroup_user_parameters
 !! Duplicate selection of value for variable "execRun" in scope g
 !! Rule from /var/rudder/cfengine-community/inputs/common/1.0/site.cf at/before line 58
 >> Using command line specified bundlesequence
[root@centos-6-64 ~]#
Actions

Also available in: Atom PDF