Re: Some questions about DirectoryServices
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:subject :mime-version:date:references:x-mailer; bh=wAKC6xZO1t+NiyUgKaswfRvGSdRPKJCiEVaaSpOsT7c=; b=PK/s4lympWcIEj30GRwJ8HRXFifgEvYo1SixJYEupwAYStxcivOpUcn34up75U5a82 lBoni45ikxEaJrCDj4K8Y4423la3jiTrWrBCGctuf/hYAUlTK2uHL+MmH+nYcLPtI2Uh KPVG8RFI3GnBDYCa9ov6ZfB+kj3NWcf5HVSv4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:subject:mime-version:date:references :x-mailer; b=MvbnMesenQcjK4Q1yBtHwRBHUsVcH12qmclcNNoVHw7Ya7JdYZqOVgvE3RIIYfhrIm 1+nczrDZeFkMe+sHoDnVfmbLeO0ulfxCxr+vzKW4mq5OxF/RtVxtxUHqOsuk2i7MGdmY A7+4WjZ5p9UCr3OikpEMTSj81bBEEzS9BSMpI= On Feb 25, 2009, at 1:20 PM, Finlay Dobbie wrote: Oh, right. Well, dsconfigldap is open source, as is the LDAPv3 plugin. They use DS plugin custom calls, in particular eDSCustomCallLDAPv3WriteConfigData may do what you want (seems to let you just supply a new XML configuration data which gets written out to DSLDAPv3PlugInConfig.plist and then the server is told to re-read its configuration). Of course this should be treated with care, since it's kind of all internals (but then, you were already relying on internals for the keys/values of the plugin configuration file). Thanks Finlay, that sounds like a good suggestion. Eli _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... -- Finlay I'll look through the source of older versions of dsldapconfig to see how stable the API is, and then if it is pretty stable, I'll look at integrating these custom calls into my app. This email sent to site_archiver@lists.apple.com
participants (1)
-
Eli Bach