summaryrefslogtreecommitdiffstats
path: root/server/providers/dp_backend.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-10-14 12:49:10 +0200
committerSimo Sorce <ssorce@redhat.com>2009-10-15 18:10:15 -0400
commit740a9255a5c6a05f58dd63ce7adbd103d9d52164 (patch)
tree4d8b54f2f718eab4a7f7f33239ce9d1cafb88510 /server/providers/dp_backend.h
parentac120f0b3613aedae9c2f3e3314514da98a9393c (diff)
downloadsssd-740a9255a5c6a05f58dd63ce7adbd103d9d52164.tar.gz
sssd-740a9255a5c6a05f58dd63ce7adbd103d9d52164.tar.xz
sssd-740a9255a5c6a05f58dd63ce7adbd103d9d52164.zip
set chpass_provider implicit if not set explicit
- if chpass_provider is not given in the configuration file but an auth_provider and the auth_provider can also handle change password requests it is used as chpass_provider.
Diffstat (limited to 'server/providers/dp_backend.h')
-rw-r--r--server/providers/dp_backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/providers/dp_backend.h b/server/providers/dp_backend.h
index bee1a85b7..1a8c6c46b 100644
--- a/server/providers/dp_backend.h
+++ b/server/providers/dp_backend.h
@@ -58,6 +58,7 @@ struct bet_info {
enum bet_type bet_type;
struct bet_ops *bet_ops;
void *pvt_bet_data;
+ char *mod_name;
};
struct be_offline_status {