Ask a Question related to ASP.NET Security, Design and Development.
-
Mike Mahon #1
Web form to reset password on both mainframe and windows environment using LDAP
The LDAP is located on the mainframe. I can successfully
select records using some ASP (Classic) script. I choose
to use ASP classic because there are very few examples I
could find of using the directory services other than the
MS AD. Anywho, as I said I can select the LDAP record
using a mixture of SQL and LDAP dialects but now I am at a
standstill... I have been asked to create a form to reset
the passwords on both the mainframe and the network at the
same time. The actual user accounts on the mainframe
exist in RACF and the "field" I need to access is
racfPassword, could this be accomplished via a SQL Update
command using the same mix of SQL and LDAP dialects? Any
help is greatly appreciated.
mike dot mahon at txdps dot state dot tx dot us
Mike Mahon Guest
-
Need to reset password
For Contribute 3 under WIndows XP, my password is no longer accepted. How do I reset the password and, if necessary, the user ID? -
Reset CF 7 Password
Hello, ColdFusion 7 was installed on a server by a former employee some time ago. I, as his replacement, need to access the Administrator's... -
Password reset -CF 4.5.1 SP2
Hi, Anyone know how to reset the CF4.5.1 SP2 admin page password. Currently CF 4.5.1 SP2 running on Windows NT4.0. Please help. Thanks,... -
password reset
Be sure it is not a caps lock problem, and everything is spelt wright.It can work by resetting jumpers but this depends on your mother... -
I need to know how to reset my password
I am the administrator of my computer and I have a probmlem that I forgot my password. The deal is that I dont have the Welcome screen that... -
Joe Kaplan \(MVP - ADSI\) #2
Re: Web form to reset password on both mainframe and windows environment using LDAP
No, the SQL dialect for AD is read-only.
There really shouldn't be much difference between using classic ASP and
System.DirectoryServices to access LDAP resources. They use the same stuff
under the hood (ADSI and LDAP API). If you are using ASP though, why post
to a .NET newsgroup?
Regarding changing passwords on the mainframe, that will depend completely
on that directory's semantics for changing passwords. They won't be the
same as AD, so you can't use SetPassword or ChangePassword (which are
AD-specific).
Also, when you say "change the network password", what do you mean by that?
Is the user in a Windows domain as well?
Joe K.
"Mike Mahon" <anonymous@discussions.microsoft.com> wrote in message
news:7ed401c52896$246d5e80$a601280a@phx.gbl...> The LDAP is located on the mainframe. I can successfully
> select records using some ASP (Classic) script. I choose
> to use ASP classic because there are very few examples I
> could find of using the directory services other than the
> MS AD. Anywho, as I said I can select the LDAP record
> using a mixture of SQL and LDAP dialects but now I am at a
> standstill... I have been asked to create a form to reset
> the passwords on both the mainframe and the network at the
> same time. The actual user accounts on the mainframe
> exist in RACF and the "field" I need to access is
> racfPassword, could this be accomplished via a SQL Update
> command using the same mix of SQL and LDAP dialects? Any
> help is greatly appreciated.
>
> mike dot mahon at txdps dot state dot tx dot us
Joe Kaplan \(MVP - ADSI\) Guest
-
umerwaqas #3
Re: Web form to reset password on both mainframe and windows environment using LDAP
Junior Member
- Join Date
- Apr 2012
- Posts
- 4



Reply With Quote


