On Fri, 7 Jun 2002 11:41:55 -0700, in cf-talk you wrote: >I believe Lewis Sellers can help you. He has written CFX tags to manipulate >users and permissions. You'll find posts from him on this talk list...
Yep. Though the phrase "I've forgotten more than you'll ever know" might apply here. Many moons and years ago I wrote a tag called CFX_Permissions for the IHTK (which is free now btw and open-sourced). CFX_Permissions lets you modify the permission settings of files and folders under NT. It also does extended directory listings which included the permissions for all the files/folders you tell it to look at. It also lists SIDs, and NT Account names for the owners of the files/folders. Very handy for web hosting and intranet security (hense it's inclusion in the Intranet/Hosting Toolkit. :). I don't offhand recall the exact bits you have to set for each of the permissions types... though I can tell you wasn't exactly a simple set up. We're talking something designed by microsoft here after all. But if you poke around the request.cpp in the cfx_permissions source everything should be there... in C though. If you don't understand how it works... just ask. I might remember how it worked. /-) --min ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

