33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
|
From bd4e962128c7ea95fa0bdc5aa8f360ab11cda178 Mon Sep 17 00:00:00 2001
|
||
|
From: Jakub Hrozek <jhrozek@redhat.com>
|
||
|
Date: Tue, 3 Oct 2017 12:36:02 +0200
|
||
|
Subject: [PATCH 04/79] CONFDB: Remove the obsolete option magic_private_groups
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
Since this confdb definition was completely unused across the codebase,
|
||
|
this patch just removes the definition.
|
||
|
|
||
|
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
|
||
|
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
|
||
|
---
|
||
|
src/confdb/confdb.h | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
|
||
|
index 2539b906993edbceb38aac9265e04deed69cf2e4..1471949623e9dd7a8536e3ac3048a10227a5d857 100644
|
||
|
--- a/src/confdb/confdb.h
|
||
|
+++ b/src/confdb/confdb.h
|
||
|
@@ -197,7 +197,6 @@
|
||
|
"cache_credentials_minimal_first_factor_length"
|
||
|
#define CONFDB_DEFAULT_CACHE_CREDS_MIN_FF_LENGTH 8
|
||
|
#define CONFDB_DOMAIN_LEGACY_PASS "store_legacy_passwords"
|
||
|
-#define CONFDB_DOMAIN_MPG "magic_private_groups"
|
||
|
#define CONFDB_DOMAIN_AUTO_UPG "auto_private_groups"
|
||
|
#define CONFDB_DOMAIN_FQ "use_fully_qualified_names"
|
||
|
#define CONFDB_DOMAIN_ENTRY_CACHE_TIMEOUT "entry_cache_timeout"
|
||
|
--
|
||
|
2.15.1
|
||
|
|