summaryrefslogtreecommitdiffstats
path: root/src/sss_client/sss_cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sss_client/sss_cli.h')
-rw-r--r--src/sss_client/sss_cli.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h
index edb520c8e..2d909311c 100644
--- a/src/sss_client/sss_cli.h
+++ b/src/sss_client/sss_cli.h
@@ -244,6 +244,13 @@ SSS_NSS_GETIDBYSID = 0x0114, /**< Takes the zero terminated string
another unsigned 32bit integer value
indicating the type (unknown, user, group,
both) of the object. */
+SSS_NSS_GETORIGBYNAME = 0x0115, /**< Takes a zero terminated fully qualified
+ name and returns a list of zero
+ terminated strings with key-value pairs
+ where the first string is the key and
+ second the value. Hence the list should
+ have an even number of strings, if not
+ the whole list is invalid. */
};
/**