Re: Passwords getting reset?

From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 05/11/02


From: Sue Hoegemeier <Sue_H@nomail.please>
Date: Fri, 10 May 2002 16:45:59 -0600


If passwords expire, this sounds like you are referring to
NT accounts (SQL Server logins don't have passwords that
expire). This is controlled on the NTside. For an NT user
account, if you don't want the password to expire, use User
Manager and set the option Password never expires for the
account. You can also turn on security auditing on NT if you
need information when accounts are being changed.
If these are SQL logins, as I said, they don't expire so
that wouldn't make much sense. But SQL login passwords can
be changed using sp_password. On SQL 7, a user can change
their own password and sysadmins can execute this for any
login. You could use profiler to create a trace to capture
the execution of sp_password.

-Sue

On 10 May 2002 14:51:17 -0700,
donna.taylor@selectrontechnologies.com (dtaylor) wrote:

>The question is, we have a SQL Server 7.0 application running on NT.
>We are having problems with the passwords getting reset or expired.
>The SQL Server is set up to use SQL Authentication.
>We don't know if it's some process or someone or what is causing this
>to happen. We've never encountered this before.
>We were wondering, if we could "trace" when this happens? We don't
>have a "DBA" just application programmers and this is puzzling us. We
>have many installations and have never ran across this before. Is
>there a stored proc that we can add some kind of trace statement that
>would be responsible for changing passwords?
>It's not a problem with the "grant" of the object because if we simply
>reset the password for the user trying to use the application, it
>solves the access problem.
>Thanx!



Relevant Pages

  • sql6.5 login/pswd transfer to 2k
    ... to migrate all SQL Server 6.5 Logins and their Passwords ... Server 2000 server. ...
    (microsoft.public.sqlserver.server)
  • Re: Transferring logins form 6.5 to 2000, anyone?!
    ... > server is case-insenstive, and the 2000 server is case-sensitive, then you ... > end up with all your passwords in upper case when they're copied. ... > /* Get 6.5 login information into the worktable, excluding system logins. ... >> Microsoft Online Support Engineer ...
    (microsoft.public.sqlserver.security)
  • Re: SQL Access security from Window Application
    ... you could have your app handle authentication by emulating the ... Currently my application access the SQL using ... >System.Data.SqlClient and all forms use stored procedures. ... >passwords in a protected file but this creates a problem on remote systems ...
    (microsoft.public.dotnet.general)
  • Re: Reseting after the first login
    ... SQL> create user blabbo identified by norg default tablespace users ... temporary tablespace temp quota unlimited on users password expire; ... SQL> alter user blabbo password expire; ...
    (comp.databases.oracle.server)
  • Re: ADSI
    ... Can you provide more details on how the passwords are stored in the SQL ... However, if they are in some sort of 1 way hash format, then it might be ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ...
    (microsoft.public.dotnet.framework.aspnet.security)