summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2014-11-03 04:58:20 +0100
committerAndrew Bartlett <abartlet@samba.org>2015-02-03 05:02:11 +0100
commit2eef8e95a1d781456f6c5d6a49e21f88c113dc03 (patch)
treea4920b30869a24cce0e47e970e302e4f0210ebd3 /source4/dsdb
parente33c54914306ae0fc726d8e066456346aac6ca6c (diff)
downloadsamba-2eef8e95a1d781456f6c5d6a49e21f88c113dc03.tar.gz
samba-2eef8e95a1d781456f6c5d6a49e21f88c113dc03.tar.xz
samba-2eef8e95a1d781456f6c5d6a49e21f88c113dc03.zip
s4-dsdb: Add documentation link for Tombstone Reanimation
Change-Id: Ib779c8b0839889371f25ad5751c9cda1a510eb54 Signed-off-by: Kamen Mazdrashki <kamenim@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4/dsdb')
-rw-r--r--source4/dsdb/samdb/ldb_modules/tombstone_reanimate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/tombstone_reanimate.c b/source4/dsdb/samdb/ldb_modules/tombstone_reanimate.c
index dff18d20e7..591c3225ea 100644
--- a/source4/dsdb/samdb/ldb_modules/tombstone_reanimate.c
+++ b/source4/dsdb/samdb/ldb_modules/tombstone_reanimate.c
@@ -34,7 +34,7 @@
*
* Usually we don't allow distinguishedName modifications (see rdn_name.c)
* Reanimating Tombstones is described here:
- * - TBD
+ * - http://msdn.microsoft.com/en-us/library/cc223467.aspx
*
* Author: Kamen Mazdrashki
*/