summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-01-24 16:37:29 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-27 09:02:01 -0500
commit0f7bb438e5615b7bad1158ce437d70f1381e8d5a (patch)
treec8251be10aa436e3bd683340a29cc50e7bd63cd1 /src/providers/dp_backend.h
parentab2d04a1c6c8b2a618813f3e066de0e2b07f44e9 (diff)
downloadsssd-0f7bb438e5615b7bad1158ce437d70f1381e8d5a.tar.gz
sssd-0f7bb438e5615b7bad1158ce437d70f1381e8d5a.tar.xz
sssd-0f7bb438e5615b7bad1158ce437d70f1381e8d5a.zip
DP: Handle parsing extra results in be_get_account_info
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index f462b82df..33ca37ce6 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -143,6 +143,7 @@ struct be_acct_req {
int attr_type;
int filter_type;
char *filter_value;
+ char *extra_value;
};
struct be_sudo_req {