all groups > asp.net security > december 2004 > threads for december 22 - 28, 2004
Filter by week: 1 2 3 4 5
Role Based Forms Auth with Active Directory
Posted by Patrick Olurotimi Ige at 12/28/2004 8:00:09 PM
As anybody
succesfully implemented a role/groups based forms authentication against
the Active Directory?
Thx
Patrick
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Modify AD Active directory based on user name only.
Posted by Shaker at 12/28/2004 2:09:04 PM
Hi,
Is there a way to update any user info (properties) on the AD, through an
ASP.net code with c#. With only filtering on any user name, without password.
Please provide a clear code to do that.
Simply I want a dropdown combo, filled by all user names on AD and for each
chsen user upd... more >>
Forms Authentication - Reporting Services Web Service integration
Posted by Paul Keegstra at 12/28/2004 8:01:05 AM
I am working on an asp.net application which requires forms authentication as
the method for authenticating the web application using the underlying Active
Directory as the user store.
I have created my Forms Authentication process using the methods described
in some MSDN samples and that... more >>
file.move to unc causes error
Posted by Michael McLaughlin at 12/28/2004 7:37:01 AM
Hello I also posted this message under dotnet.security.
What I have is a web application that shows the user their files in a
protected location. The user can then select a file and move it to another
server over unc. The user is logged in via windows basic authentication with
their domain ... more >>
FormsAuthentication.Encrypt - algorithm
Posted by Gawel at 12/27/2004 11:51:06 PM
Hajo,
I have a few questions about above method.
1. AFAIK it is symatric encryption, what kind of
algorithm(name) is used in this method?
2. Where is key stored?
thanks in advance for info
Gawel... more >>
encrypt .aspx file content
Posted by Loane Sharp at 12/26/2004 2:25:16 AM
Hi there
Is it possible, as an added (fairly paranoid) security measure, to encrypt
the content of, say, an .aspx file on the server?
Best regards
Loane
... more >>
How to authorize download?
Posted by lenyado at 12/25/2004 10:23:03 AM
I am planning a website which reqires this feature: it allows registered
users to upload and/or download files (like *.doc, *.ppt etc.) but not
everyone can download every files. some files are restricted to certain users
only. that means only certain users can download certain files. but if ... more >>
Authentication in ADAM
Posted by Lorenzo Soncini at 12/24/2004 11:58:27 AM
Hi,
I can use for security authentication the information about user and group
who I have stored in ADAM (Active Directory Application Mode) from my
ASP.NET application?
Thanks and sorry for my english.....
Merry christmas!
Lorenzo Soncini
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Write access to web.config
Posted by Asim at 12/23/2004 12:33:03 PM
What are the security risks to grant ASP.NET user write access to web.config?
I am working on a project in which I am required to update web.config at the
runtime, basically modifying access to different directories.
Any suggestion will be greatly appreciated.
Thanks... more >>
Help me! How I could make user in active directory
Posted by Sara Rafiee via .NET 247 at 12/22/2004 4:03:25 PM
hello
can anyone help me making user in active directory , I wrote a code, but it could't work, could anyone correct it. thanks in advance.
Sub example()
'Put user code to initialize the page here
'Try
Dim AD As DirectoryEntry = _
New DirectoryEntry("LDAP://m... more >>
Bypassing a session ID?
Posted by mostro at 12/22/2004 9:27:39 AM
Hi All,
Example: A webpage exists that allows you to fill out a form and click
submit. The page next page displays the information found from your search
criteria. The form includes information like Fname, Lname, Address and Zip.
I want to programmatically fill out the form and submit the i... more >>
|