From 2f1fa42fe884e074c50d28896ee36ef7f50a43c4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 3 Dec 2006 20:45:13 +0000 Subject: r20023: handle dn's also in ldb_dn_new_fmt() metze (This used to be commit 01e3a5080a38c93c4bbf249b03135314b7e0b3f1) --- source4/lib/ldb/common/ldb_dn.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source4/lib/ldb/common') diff --git a/source4/lib/ldb/common/ldb_dn.c b/source4/lib/ldb/common/ldb_dn.c index ae178986f4..7a17d2cb71 100644 --- a/source4/lib/ldb/common/ldb_dn.c +++ b/source4/lib/ldb/common/ldb_dn.c @@ -143,6 +143,16 @@ struct ldb_dn *ldb_dn_new_fmt(void *mem_ctx, struct ldb_context *ldb, const char * exploded_dn control is used */ dn->special = true; /* FIXME: add a GUID string to ldb_dn structure */ + } else if (strncasecmp(strdn, "special = true; + /* FIXME: add a SID string to ldb_dn structure */ + } else if (strncasecmp(strdn, "special = true; + /* FIXME: add a WKGUID string to ldb_dn structure */ } dn->linearized = strdn; -- cgit