summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.c
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-11-05 12:20:21 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-11-05 08:15:08 -0400
commitd64940d823b7d860ef65e000f084fd3f62b51d81 (patch)
tree318a06dd51d9c26ab6af4eea352ef8917290ca40 /src/providers/ldap/sdap_async.c
parent999d9250e7efc15f38448c2929bbe6d19dbb8013 (diff)
downloadsssd-d64940d823b7d860ef65e000f084fd3f62b51d81.tar.gz
sssd-d64940d823b7d860ef65e000f084fd3f62b51d81.tar.xz
sssd-d64940d823b7d860ef65e000f084fd3f62b51d81.zip
Review comments for namingContexts patches
Diffstat (limited to 'src/providers/ldap/sdap_async.c')
-rw-r--r--src/providers/ldap/sdap_async.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/providers/ldap/sdap_async.c b/src/providers/ldap/sdap_async.c
index 01cd96701..6808ceaa9 100644
--- a/src/providers/ldap/sdap_async.c
+++ b/src/providers/ldap/sdap_async.c
@@ -646,16 +646,16 @@ struct tevent_req *sdap_get_rootdse_send(TALLOC_CTX *memctx,
struct tevent_req *req, *subreq;
struct sdap_get_rootdse_state *state;
const char *attrs[] = {
- "*",
- "altServer",
- SDAP_ROOTDSE_ATTR_NAMING_CONTEXTS,
- "supportedControl",
- "supportedExtension",
- "supportedFeatures",
- "supportedLDAPVersion",
- "supportedSASLMechanisms",
+ "*",
+ "altServer",
+ SDAP_ROOTDSE_ATTR_NAMING_CONTEXTS,
+ "supportedControl",
+ "supportedExtension",
+ "supportedFeatures",
+ "supportedLDAPVersion",
+ "supportedSASLMechanisms",
SDAP_ROOTDSE_ATTR_DEFAULT_NAMING_CONTEXT,
- NULL
+ NULL
};
DEBUG(9, ("Getting rootdse\n"));