Dave, I have done exactly what you are trying to do. For the authentication I did the following.
Create an ID on the target system (say LDAP-companyname) with a password that does not expire Create the same ID on your IMail/Declude box (I am assuming that it is not part of the target domain) with the same password. Now create a scheduled task that runs your .cmd file with the cscript.... in it. The key is to have that task run as your LDAP-companyname ID. What happens when the script connects it uses pass-through authentication and passes the credentials that are running the script (ie LDAP-companyname) and it is authenticated. You do not need to worry about passing the domain name since there is no local IDs on the target system since it is a domain controller. Hope this helps. Goran Jovanovic Omega Network Solutions > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:Declude.JunkMail- > [EMAIL PROTECTED] On Behalf Of Dave Doherty > Sent: Monday, January 30, 2006 9:22 PM > To: [email protected] > Subject: Re: Re[2]: [Declude.JunkMail] [OT] Exchange2Aliases setup > question > > Also, My impression is that this may be an authentication issue. How can > we > get a username and password into that connection string? > -d > > > > > ----- Original Message ----- > From: "Sanford Whiteman" <[EMAIL PROTECTED]> > To: "Dave Doherty" <[email protected]> > Sent: Monday, January 30, 2006 6:04 PM > Subject: Re[2]: [Declude.JunkMail] [OT] Exchange2Aliases setup question > > > >> cscript exchange2con.vbs > >> LDAP://mail.<<inetdomain>>.com/cn=users,dc=<<ADdomainControllerName>> > > > > Traditionally, this would take the form ...cn=users,dc=example,dc=com > > -- not ...cn=users,dc=<domain controller>. Are you sure this is a > > valid LDAP context in your setup? > > > > --Sandy > > > > > > ------------------------------------ > > Sanford Whiteman, Chief Technologist > > Broadleaf Systems, a division of > > Cypress Integrated Systems, Inc. > > e-mail: [EMAIL PROTECTED] > > > > SpamAssassin plugs into Declude! > > > > > http://www.imprimia.com/products/software/freeutils/SPAMC32/download/rel ea > se/ > > > > Defuse Dictionary Attacks: Turn Exchange or IMail mailboxes into IMail > > Aliases! > > > > > http://www.imprimia.com/products/software/freeutils/exchange2aliases/dow nl > oad/release/ > > > > > http://www.imprimia.com/products/software/freeutils/ldap2aliases/downloa d/ > release/ > > > > --- > > [This E-mail was scanned for viruses by Declude EVA www.declude.com] > > > > --- > > This E-mail came from the Declude.JunkMail mailing list. To > > unsubscribe, just send an E-mail to [EMAIL PROTECTED], and > > type "unsubscribe Declude.JunkMail". The archives can be found > > at http://www.mail-archive.com. > > > > > > > --- > [This E-mail was scanned for viruses by Declude EVA www.declude.com] > > --- > This E-mail came from the Declude.JunkMail mailing list. To > unsubscribe, just send an E-mail to [EMAIL PROTECTED], and > type "unsubscribe Declude.JunkMail". The archives can be found > at http://www.mail-archive.com. --- [This E-mail was scanned for viruses by Declude EVA www.declude.com] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
