OpenLDAP --- accessing to verify Username, Password, Organization and one or two other credentials. Does someone have an example, please?
Mon, 19 May 2008 20:44:36 +0200
OpenLDAP, running on an HP-UX machine --- accessing to verify Username,
Password, Organization and one or two other credentials from an ASP /
ASP.NET application. Does someone have an example, please?
--
John DOT Apps AT hp DOT com
...
|
Impersonate on specific directory
Mon, 19 May 2008 15:09:42 +0100
Hi there,
I need to enable Impersonation in order to access a network share from
an ASP.NET application. Unfortunately when I do this it enables it for the
entire application which causes other issues, how would I do this for a
particular folder?
Thanks in advance for your time.
Nick.
...
|
Test Message from Indy
Sun, 18 May 2008 02:11:28 -0500
This is a test message.
...
|
restricting access based on Org Unit (OU)
Fri, 16 May 2008 14:30:33 -0700 (PDT)
Hello,
I have an ASP.NET 2.0 web app w/ an Active Directory user base that I
need to lock down -- only one Organizational Unity should be able to
use the web app.
So I need to limit my app to only users w/i that Organizational Unit,
as maintained in our Active Directory by our admins.
Can anyone point me ...
|
ASP.NET 2.0 Forms Authentication - not always redirecting to
Login.aspx after session timeout
Fri, 16 May 2008 10:40:10 -0700 (PDT)
Here's my situation: I have an ASP.NET 2.0 application using Forms
Authentiation. The user successfully logs in, then walks away from
their computer so that the session times out. (No problem.) When they
return to their computer (not realizing their timed out), and click on
a button on the page, sometimes it wil ...
|
How do you encrypt machine.config (2.0)
Fri, 16 May 2008 10:00:42 -0400
I've tried every permutation of aspnet_regiis.exe -pe
"connectionStrings" -app "/MySite" -prov
"DataProtectionConfigurationProvider" -pkm to encrypt the connectionStrings
in my 2.0 machine.config (not web.config). I just get the help dump -- no
error message -- and the encryption does not work.
Has anyone ...
|
ActiveDirectoryMembershipProvider & ChangePassword control
Wed, 14 May 2008 12:05:00 -0700
I'm using AD for my asp.net c# forms authentication. The login control works
great.
However we need the provider to force a change of password when the AD
account's "User must change password on next login" attribute is set to true.
Using DirectoryServices I can check to see if the attribute is set but when
...
|
|
|
Re: mixed mode authentication + no postbacks
Wed, 14 May 2008 01:13:14 +0000 (UTC)
I know the sample from the book you are talking about ;)
The behavior you describe is very unexpected. Do you have another test machine
to verify this?
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/99 ...
|
mixed mode authentication + no postbacks
Tue, 13 May 2008 08:44:02 +0200
Hi there
I implemented a mixed mode authentication as follows:
main site using forms authentication
redirector site using windows authentication, creates a forms
authentication cookie and redirects to main site
the problem is if i go to the main site everything works fine
if i go to the redire ...
|
Web site Administration Tool Error
Mon, 12 May 2008 16:07:16 +0100
This problem has been posted before, does anyone have a solution?
I am unable to add users using the Web Site Administration Tool. I can
create and delete roles, but when I try to add a user I get an Error:
An error was encountered. Please return to the previous page and try again
I get the same error whe ...
|