Actions
Bug #2551
closedTechnique 'User Management': Reporting is broken if a user is defined to only be checked (for existing or not) with Fullname defined.
Status:
Rejected
Priority:
1 (highest)
Assignee:
Category:
Techniques
Target version:
Pull Request:
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