
02-09-2009
|
| Member | | Join Date: Sep 2009
Posts: 2
| |
| modify object in child domain over root domain
Hi all,
I've experienced some trouble when modify user object in child domain (user@mychild.myroot.site.com) through root domain (eg: myroot.site.com). Maybe it wasn't clear enough, but here the point. I try to connect to root domain dc (myroot.site.com) via ssl (port 636) using ldp.exe and then input a credential from user in child domain (CN=someuser,DC=mychild,DC=myroot,DC=site,DC=com). I've successfully connected. But, when i do some user modify (still using ldp.exe), i've got some error: simple bind failed. I have no idea why ldp.exe still want to connect to child domain dc via ssl (to mychild.myroot.site.com:636), although i've already got a successfully ssl connection to root domain dc (to myroot.site.com).
I've try another alternative to connect directly into child domain dc via ssl, but always ended failed with same error message.
So, is there any possibilities that i can modify object in child domain using root domain connection? or is there any possibilities that i can connect to child domain dc via ssl?
FYI, i'm a java programmer, and only have a very little knowledge about ldap. In advance, i'll replace ldp.exe with real java application. So, in my thought, if it can be done in ldp.exe, it can be done in java too.
I'll be greatly appreciate any kind of help.. Thanx..
Khairul habib
Last edited by khairulhabib : 02-09-2009 at 01:26 PM.
Reason: clear some ambigous word..
|