Results 1 to 4 of 4

Thread: Security

  1. #1
    Join Date
    Jun 2004
    Location
    USA
    Posts
    2

    Security

    I have following security requriements for one of the 2 tier app:

    Password should be 6 char and alpha neumeric.
    Password should expire in 90 days.
    user account should get locked after 3 unsuccessful attemps.

    Wondering if this could be handled at the database level, and how?

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    What database are you using?. Oracle 8i and above can use password profile like that.

    For SQL Server only SQL 2005 is going to have that feature for SQL logins. For now you have to use Windows authentication and set the password rule in windows security policy.

  3. #3
    Join Date
    Jun 2004
    Location
    USA
    Posts
    2
    SQL 2000

  4. #4
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You have to use windows authentication

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •