Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 563 Bytes

getuid.markdown

File metadata and controls

24 lines (16 loc) · 563 Bytes
layout title published
default
getuid
true

[%CFEngine_function_prototype(username)%]

Description: Return the integer user id of the named user on this host

If the named user is not registered the variable will not be defined.

[%CFEngine_function_attributes(username)%]

Example:

[%CFEngine_include_snippet(getuid.cf, #+begin_src cfengine3, .*end_src)%]

Output:

[%CFEngine_include_snippet(getuid.cf, #+begin_src\s+example_output\s*, .*end_src)%] Notes: On Windows, which does not support user ids, the variable will not be defined.