> I've attempted testing this on several similar configurations,
> both my development and staging servers and am not getting
> successful results. I've tried including a timeout here as well
> with no luck.
>
> My development and staging machines are both running 4.5.1 and
> NT 4 SP5 (maybe 4.0 is the problem). If I add an outputfile param
> on the tag, the 'user /add' command produces no result (empty text
> file). If I issue a 'user' command, it produces an enumeration list
> in the file, but also the ambigous 'one or more errors' message. If
> I issue a different command like 'view', it enumerates all the
> machines on the domain and reports 'operation completed successfully'.

This does make it sound like some sort of rights issue to me. I tried
briefly on an NT 4 box, and couldn't get it to work either, but I didn't try
very long.

> Justin MacCarthy also suggested this route but this is
> turning into more complexity than I have time or resources for
> right now. I was also provided a good link to Lewis Sellers
> usermanager suite which appears to contain a bunch of CFX's
> that will do exactly what I need.

I'd guess that Lewis's user manager CFX will do the trick for you, although
I haven't tried it personally. In case it doesn't, there's a COM object from
http://www.softwareartisans.com/ called SA-Admin which worked well for me.

> > > On a tangent, can anyone recommend an FTP server that would
> > > integrate well with CF automation? The ultimate goal here is
> > > to automate the creation of user accounts and access rights.
> > > Currently, I'm trying to add the user to an NT domain (duh)
> > > and then I'm assigning server permissions at the file level
> > > using xcacls.exe (this works just dandy using CFEXECUTE).
> >
> > I've had few problems using IIS's web server for this.
>
> Could you elaborate on this a little for me?

Using ADSI, you can script the creation and management of IIS servers,
including FTP servers and virtual web servers. The web-based administration
interface you can install with IIS uses ADSI to do this. Pretty much any
management task can be scripted. If you want to use CF to do this, you can
write Windows Script Component files, then call them using CFOBJECT.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to