From 74ecf832de5bb406ecea702e9aaeec3eb4484631 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 2 Sep 2009 12:21:55 +0200 Subject: remove the concept of a backend name The data provider backends stored a name value besides the domain name to identify themselves to the data provider. This was the name of the id provider. Currently the backends can have different providers for id, authentication etc. So the name may be missleading. Also when there are more domains with the same id provider the name is not enough to identify the backend but the domain name is. As a consequence the backend name is removed completely and only the domain name is used for identification. --- server/providers/dp_backend.h | 1 - 1 file changed, 1 deletion(-) (limited to 'server/providers/dp_backend.h') diff --git a/server/providers/dp_backend.h b/server/providers/dp_backend.h index 987e53653..cce854eff 100644 --- a/server/providers/dp_backend.h +++ b/server/providers/dp_backend.h @@ -66,7 +66,6 @@ struct be_ctx { struct confdb_ctx *cdb; struct sysdb_ctx *sysdb; struct sss_domain_info *domain; - const char *name; const char *identity; const char *conf_path; -- cgit