Web Images Videos Maps News Shopping Google Mail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
disabled vs expired
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
KurtL  
View profile   Translate to Translated (View Original)
 More options 1 Apr 2005, 19:16
Newsgroups: microsoft.public.win2000.active_directory
From: "KurtL" <KL_OExpr...@spamex.com>
Date: Fri, 1 Apr 2005 13:16:45 -0500
Local: Fri 1 Apr 2005 19:16
Subject: disabled vs expired
What is the difference between disabling an account and expiring an account?

  - Kurt


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Herb Martin  
View profile   Translate to Translated (View Original)
 More options 1 Apr 2005, 19:41
Newsgroups: microsoft.public.win2000.active_directory
From: "Herb Martin" <n...@LearnQuick.com>
Date: Fri, 1 Apr 2005 12:41:59 -0600
Local: Fri 1 Apr 2005 19:41
Subject: Re: disabled vs expired
"KurtL" <KL_OExpr...@spamex.com> wrote in message

news:ev1F7buNFHA.3960@TK2MSFTNGP12.phx.gbl...
> What is the difference between disabling an account and expiring an

account?

I don't believe there is any functional difference,
except in where you go to re-activate it.

It is mostly conceptual or if you prefer related to
how you arranged it:  disabling is about taking
a positive immediate action, and expiration is
about setting up a timer to do it automatically at
some time in the future.

It is almost certainly different attributes on the
account properties (internally to the accounts
database) since there is more information to keep
for expiration.

They are both functionally equivalent to lock-out
too -- but of course that is done by the system in
response to a perceived security threat.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ato Bisda  
View profile   Translate to Translated (View Original)
 More options 1 Apr 2005, 20:12
Newsgroups: microsoft.public.win2000.active_directory
From: "Ato Bisda" <atobi...@gmail.com>
Date: Fri, 1 Apr 2005 14:12:25 -0500
Local: Fri 1 Apr 2005 20:12
Subject: Re: disabled vs expired
I always thought accounts were disabled and passwords expired - the latter
resulting in a disabled account if the password were not changed in time.

"KurtL" <KL_OExpr...@spamex.com> wrote in message

news:ev1F7buNFHA.3960@TK2MSFTNGP12.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
KurtL  
View profile   Translate to Translated (View Original)
 More options 1 Apr 2005, 21:07
Newsgroups: microsoft.public.win2000.active_directory
From: "KurtL" <KL_OExpr...@spamex.com>
Date: Fri, 1 Apr 2005 15:07:07 -0500
Local: Fri 1 Apr 2005 21:07
Subject: Re: disabled vs expired
I know that if an account goes past its expired time the disabled setting is
not set.  So they seem to have a similar affect but use different settings.

I am trying to decide which setting to use to manage accounts for employees
who leave.  We have to leave the account in place for a specified amount of
time before we can delete it.  So I need an easy way to query the AD to find
disabled or expired accounts and when they were placed in that state (for
example fine all disabled or expired accounts that were set over 30 days
ago)

  - Kurt

"Ato Bisda" <atobi...@gmail.com> wrote in message

news:%23JUU$6uNFHA.3668@TK2MSFTNGP14.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ato Bisda  
View profile   Translate to Translated (View Original)
 More options 1 Apr 2005, 22:02
Newsgroups: microsoft.public.win2000.active_directory
From: "Ato Bisda" <atobi...@gmail.com>
Date: Fri, 1 Apr 2005 16:02:03 -0500
Local: Fri 1 Apr 2005 22:02
Subject: Re: disabled vs expired
There are separate flags for "password expired" and "account disabled" in
the AD userAccountControl flag as detailed here:
http://support.microsoft.com/default.aspx?kbid=305144&product=winsvr2003

Using the table described in the URL,

an account is disabled IF RIGHT(HEX(userAccountControl),1) = "2", "3", "A",
or "B".

an account has an expired password IF
  EITHER LEN(HEX(userAccountControl)) = 6 AND
LEFT(HEX(userAccountControl),1) = "8", "9", "A", "B", "C", "D", "E", or "F")
  OR        (LEN(HEX(userAccountControl)) = 7 AND
MID(HEX(userAccountControl),2,1) = "8", "9", "A", "B", "C", "D", "E", or
"F" )

"KurtL" <KL_OExpr...@spamex.com> wrote in message

news:%23MnCoZvNFHA.1604@TK2MSFTNGP10.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Herb Martin  
View profile   Translate to Translated (View Original)
 More options 1 Apr 2005, 22:16
Newsgroups: microsoft.public.win2000.active_directory
From: "Herb Martin" <n...@LearnQuick.com>
Date: Fri, 1 Apr 2005 15:16:54 -0600
Local: Fri 1 Apr 2005 22:16
Subject: Re: disabled vs expired
"Ato Bisda" <atobi...@gmail.com> wrote in message

news:#JUU$6uNFHA.3668@TK2MSFTNGP14.phx.gbl...

> I always thought accounts were disabled and passwords expired - the latter
> resulting in a disabled account if the password were not changed in time.

Many admins never set accounts to expire, but this is an
old capability going back to NT domains.

It is most suitable for (known) temporary workers who
will spend a few months or other limited time with your
company.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fireater  
View profile   Translate to Translated (View Original)
 More options 23 Mar 2006, 18:47
Newsgroups: microsoft.public.win2000.active_directory
From: fireater <fireater.255...@DoNotSpam.com>
Date: Fri, 24 Mar 2006 00:17:30 +0530
Local: Thurs 23 Mar 2006 18:47
Subject: Re: disabled vs expired

Ok, first there is a difference between disable and expire as far as AD
goes. If you look at just backups, you will see a difference. Backing
up an Exchange email account that is disabled, will fail every time,
but if you expire it you will get a good backup. Expire stops only that
user from having access. Disable will stop all users for having access.
Also, email still comes into the mailbox on an expired user account.
This my be needed also, for lots of reasons.

Why use expire? The person has left, you want them to not be able to
get into their account, but you still need the supervisor/legal to
review the email in the account. Then use expire.

You can use expire like disable, just set the date older then today if
you want to stop access by the user. Granted disable is very fast and
you get to see the little red X next to the name. I would kill to have
a symbol next to expired accounts. As a side note, when we do expire an
account, well will add "- Expired" in the user description. If it is set
to expire on a set date, the we will add in the description "- Expire on
??/??/??". This is only for easier finding and admin reasons.

We only use disable if we want a fast stop of all user access. It will
be followed by changing it to expired as time permits. Most of the time
we just use expire.

--
fireater
------------------------------------------------------------------------
fireater's Profile: http://forums.techarena.in/member.php?userid=14440
View this thread: http://forums.techarena.in/showthread.php?t=74142

Free Computer Help -  http://forums.techarena.in


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google