From: Stefan Metzmacher Date: Sun, 3 Dec 2006 20:45:13 +0000 (+0000) Subject: r20023: handle dn's also in ldb_dn_new_fmt() X-Git-Url: http://git.samba.org/samba.git/?p=jelmer%2Fsamba4-debian.git;a=commitdiff_plain;h=01e3a5080a38c93c4bbf249b03135314b7e0b3f1 r20023: handle dn's also in ldb_dn_new_fmt() metze --- diff --git a/source/lib/ldb/common/ldb_dn.c b/source/lib/ldb/common/ldb_dn.c index ae178986f..7a17d2cb7 100644 --- a/source/lib/ldb/common/ldb_dn.c +++ b/source/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;