Hi, On Mon, Feb 9, 2009 at 3:40 PM, Yiannis Mavroukakis <[email protected]> wrote: > > Hello again :-) > > There might be a blindingly obvious answer to my question, but I'm having a > major senior moment and I can't see it myself..In an embedded configuration, > how does > one go about adding a user as the security principal? Is it a matter of > creating a cn with the details on startup or is there something a little > more involved here?
The way it works is that you just have to define a user with a userPassword attribute set. Then the Bind operation will use this user DN to lookup into the entry, check that the passwords are equals, and grant you access to the data. > > Thanks, > > Yiannis. > -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
