read the cfdocs function list. look through the snippets directory for
examples
On Mon, 17 Dec 2001, Troy Montour wrote:
> Hello everyone I have a snag since I have never done this my self
> before.
>
> but I'm wondering what I would use in CF to do this same process??
>
> Set HKSI = Server.CreateObject("hksiEZSignUp.SafeExec")
> HKSI.FileName = "adduser.exe"
>
> HKSI.params = "-h " & MailDomain & " -u " & UserName & " -n " & """"
> & FirstName & " " & LastName & """" & " -p " & Password
> strResult = HKSI.execute
>
>
> if inStr(strResult, "OK") = 1 then
>
> 'Update LDAP values
> HKSI.FileName = "ldaper.exe"
> HKSI.params = "-H " & """" & MailDomain & """" & " -U " & """" &
> UserName & """" & " -GN " & """" & FirstName & """" & " -SN " & """" &
> LastName & """" & " -S " & """" & street1 & " " & street2 & """" & " -C
> " & """" & City & """" & " -ST " & """" & State & """" & " -CO " & """"
> & Country & """" & " -Z " & """" & Zip & """" & " -T " & """" & Phone &
> """" & " -OU " & """" & BackupEmail & """" & " -O " & """" & Company
> HKSI.execute
> Set HKSI = Nothing
>
> 'Update Record in Datasource
>
> Dim objConn,objRS,strSQL
>
> if you need more of the orginal code let me know.
>
> Thank you
> Troy Montour
> Vampires Inc
> [EMAIL PROTECTED]
> 612.867.6831
> 763.586.0552
> http://www.vampiresinc.com
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists