summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_subdomains.c
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2014-06-10 18:14:45 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-06-18 14:41:38 +0200
commitedf96099f719e591e98be20af416a32cb4aeea73 (patch)
tree5fe4e3cf7a482ffce0ccdd186ede0ab4a5fa57e7 /src/providers/ad/ad_subdomains.c
parentc9f94bc64ed7dfbaef5a520bfc4e911c5d0ad6fe (diff)
downloadsssd-edf96099f719e591e98be20af416a32cb4aeea73.tar.gz
sssd-edf96099f719e591e98be20af416a32cb4aeea73.tar.xz
sssd-edf96099f719e591e98be20af416a32cb4aeea73.zip
AD: cleanup redundant #define statements
Resolves: https://fedorahosted.org/sssd/ticket/2185 Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/providers/ad/ad_subdomains.c')
-rw-r--r--src/providers/ad/ad_subdomains.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/providers/ad/ad_subdomains.c b/src/providers/ad/ad_subdomains.c
index 3ba1059c1..efe4b3fe1 100644
--- a/src/providers/ad/ad_subdomains.c
+++ b/src/providers/ad/ad_subdomains.c
@@ -26,17 +26,14 @@
#include "providers/ad/ad_subdomains.h"
#include "providers/ad/ad_domain_info.h"
#include "providers/ad/ad_srv.h"
+#include "providers/ad/ad_common.h"
+
#include "providers/ldap/sdap_idmap.h"
#include "util/util_sss_idmap.h"
#include <ctype.h>
#include <ndr.h>
#include <ndr/ndr_nbt.h>
-#define AD_AT_OBJECT_SID "objectSID"
-#define AD_AT_DNS_DOMAIN "DnsDomain"
-#define AD_AT_NT_VERSION "NtVer"
-#define AD_AT_NETLOGON "netlogon"
-
/* Attributes of AD trusted domains */
#define AD_AT_FLATNAME "flatName"
#define AD_AT_SID "securityIdentifier"
@@ -44,8 +41,6 @@
#define AD_AT_TRUST_PARTNER "trustPartner"
#define AD_AT_TRUST_ATTRS "trustAttributes"
-#define MASTER_DOMAIN_SID_FILTER "objectclass=domain"
-
/* trustType=2 denotes uplevel (NT5 and later) trusted domains. See
* http://msdn.microsoft.com/en-us/library/windows/desktop/ms680342%28v=vs.85%29.aspx
* for example.