summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-05-03 12:34:29 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-06-10 18:15:27 +0200
commit8c829226ce0cf98c35ffce39a66f9645cff65767 (patch)
tree0ffea4cb021a4f956be96ba9d282ff9e5c64f758 /src/providers
parent6dcbfe52d5e64205c0d922f3e89add066b42c496 (diff)
downloadsssd-8c829226ce0cf98c35ffce39a66f9645cff65767.tar.gz
sssd-8c829226ce0cf98c35ffce39a66f9645cff65767.tar.xz
sssd-8c829226ce0cf98c35ffce39a66f9645cff65767.zip
STAP: Add helper functions to for human-readable account request representation
The caller of the systemtap script would be able to see what kind of account request sssd received with a string representation, not just the cryptic hexadecimal number. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/data_provider_req.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/data_provider_req.h b/src/providers/data_provider_req.h
index 338f8192f..a2889cda5 100644
--- a/src/providers/data_provider_req.h
+++ b/src/providers/data_provider_req.h
@@ -24,6 +24,8 @@
#include <dbus/dbus.h>
+/* When changing these constants, also please change sssd_functions.stp
+ */
#define BE_REQ_USER 0x0001
#define BE_REQ_GROUP 0x0002
#define BE_REQ_INITGROUPS 0x0003