In the documentation for Open Directory plugins, there is reference to DirectoryAccessPlugin.h. Where is this header file located? If I try to implement the methods that the doc suggests, it seems that I would need to import DirectoryAccessPlugin.h.
This file is not currently provided with the dev tools or the Directory Services SDK. You could create a file with the appropriate declarations from the documentation for now.
Do I need to create the file? The documentation for Directory Access Plugins is kinda sparse. There's a few things I'm not clear on. The doc says that the bundle's main class should implement at least setPluginAPIImplementor: and configureButtonClicked:. Do these actually have to go in main.m or can they be placed in my controller (controller.m)? Thanks, mattd _______________________________________________ darwin-development mailing list | darwin-development@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-development Do not post admin requests to the list. They will be ignored.