This may've been asked before, but I searched and couldn't find an
answer:
Will LDIFDE work properly for retrieving information from nonAD LDAP
Servers (e.g., Netscape, Novell, etc.)? I'm not going to be doing any
importing (except to AD), just retrieval.
Has anyone tried this before? If so, with which LDAP servers,
specifically?
Thanks in advance!!
What I ended up doing was taking the Netscape output and editing it in a
spreadsheet to strip out incompatible fields and add the required AD fields.
Then I could use csvde to import the Netscape users to AD.
"Ohaya" <ohaya@NO_SPAM.cox.net> wrote in message
news:3FB1A01A.B858B8C4@NO_SPAM.cox.net...
Thanks for your response.
I would've guessed that there's a good chance that using LDIFDE to
import INTO a non-AD LDAP server might not work, but it seems like using
LDIFDE to export FROM a non-AD LDAP server should work. My problem is
that I don't have a non-AD LDAP server that I can test against directly,
and I am getting only one shot at doing this :(....
-Michael
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Ohaya" <ohaya@NO_SPAM.cox.net> wrote in message
news:3FB2BC18.53258770@NO_SPAM.cox.net...
THANK YOU for this confirmation!
FYI, and in case this ever gets asked again, I went ahead and downloaded
and installed Netscape Directory Server (I'm not using that, but it was
just relatively easy one to try), and then I tested with LDIFDE.
After a bit of fiddling around, I was finally able to successfully
retrieve some information from it using LDIFDE!!
The only GLITCH is that I can't figure out how, or even if it's possible
to do a "true" anonymous bind using LDIFDE.
What I mean by "true anonymous bind" is a bind without any credentials.
It looks like whenever you use LDIFDE without username and password on
the command line, it uses SSPI. This is fine if the LDAP server is AD
or AD/AM, but obviously, it won't work with other directory servers?
So, my question is: How can I get LDIFDE to do a true anonymous bind,
and not use SSPI?
Thanks for your help!!!
Well, I think that I've figured my last question out. It appears that
if you do a simple bind (-a) and if the password is set to empty (""),
LDIFDE does a true anonymous bind, e.g.:
ldifde -f foo.ldf -s whatever.com -a "" "" ....
Can anyone confirm this?
Thanks!!!
-Michael
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Ohaya" <ohaya@NO_SPAM.cox.net> wrote in message
news:3FB3837D.1BBC8478@NO_SPAM.cox.net...