We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20943a commit 6b94de4Copy full SHA for 6b94de4
shared/templates/file_owner/oval.template
@@ -22,7 +22,7 @@
22
{{%- else %}}
23
{{%- for own in OWNERS %}}
24
<unix:password_object id="object_file_owner{{{ FILEID }}}_{{{ own }}}_uid" version="1">
25
- <unix:username operation="pattern match">{{{ own }}}</unix:username>
+ <unix:username operation="equals">{{{ own }}}</unix:username>
26
</unix:password_object>
27
<local_variable id="var_file_owner{{{ FILEID }}}_{{{ own }}}_uid" comment="Retrieve the uid of {{{ own }}}" datatype="int" version="1">
28
<object_component item_field="user_id" object_ref="object_file_owner{{{ FILEID }}}_{{{ own }}}_uid" />
0 commit comments