English 中文(简体)
通知不得通知某些变动?
原标题:DirectoryNotificationControl not notifying certain changes?

I m 撰写C#应用程序,监测某些变化的主动名录,并将之与另一个系统同步。 I m using System.Directory Servicess. Protocols.DirectoryNotificationControl from C# for this purpose, 因此,我无需对促变进行消毒。

大部分情况下都很成功。 如果我把用户ed为用户并增加用户,我会得到通知。 但是,如果我把一个小组推到另一个小组并增加一个用户,那么我就没有通知用户的变化。 然而,我向我通报了小组的变动情况,但随后我不得不对各团体成员进行扫描,并维持一个相互核对的清单。 哪一个比额表。

关于我如何能够更确切地了解积极名录中的团体成员变动情况的任何想法?

Cheers, Christian

问题回答

小组成员储存在该小组。 如果用户在某个组别中添加这些内容,则不会有改动。 显示用户特性的集团成员是通过memberOf属性的一种抽象的,根据要求,该特性是按飞行计算出来的。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签