Skip to content

Commit

Permalink
Made note about getusers() returning both local and remote users
Browse files Browse the repository at this point in the history
Ticket: CFE-3475
Changelog: None
(cherry picked from commit c18dbdf)
  • Loading branch information
nickanderson committed Oct 23, 2020
1 parent 33f98c5 commit 0a650e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions reference/functions/getusers.markdown
Expand Up @@ -20,8 +20,12 @@ tags: [reference, system functions, functions, getusers]
[%CFEngine_include_snippet(getusers.cf, #\+begin_src\s+example_output\s*, .*end_src)%]

**Notes:**
This function is currently only available on Unix-like systems.

**History:** Was introduced in version 3.1.0b1,Nova 2.0.0b1 (2010).
* This function is currently only available on Unix-like systems.
* This function will return both local and remote (for example, users defined in an external directory like LDAP) users on a system.

**History:**

* Introduced in CFEngine 3.1.0b1, CFEngine Nova/Enterprise 2.0.0b1 (2010).

**See also:** [`getuserinfo()`][getuserinfo], [`users`][users].

0 comments on commit 0a650e4

Please sign in to comment.