> Christopher A Bongaarts <[EMAIL PROTECTED]> wrote on 06/30/2003 02:11:56 PM:
> As Chris Ridd once put it so eloquently: > > > >> I use a novell directory, I want check the password expiration Time ( > > >> attribute passwordexpirationtime). In novell Directory this value is > > >> YYYYMMDDTTTTTTZ ( ex 20030628120000Z => 12:00:00 28 June 2003). > > >> > > >> I want to find all user have a password expiration time at 28 June > > >> 2003. But I search only the "yearth, montn date" (YYYYMMDD) , i don't > > >> want consider the time. > > >> > > >> Have you an idea ? > > > > You have to include the time, so use a time of 0 on either the day you're > > interested in (eg 20030628000000Z) or the day after (eg 20030629000000Z), > > depending on what you mean by an expiration time of 28th June :-) > > Or, to find all times on a given day, how about pwdexpire > > 20030628000000Z and pwdexpire < 20030629000000Z ? > > %% Christopher A. Bongaarts %% [EMAIL PROTECTED] %% > %% Internet Services %% http://umn.edu/~cab %% > %% University of Minnesota %% +1 (612) 625-1809 %% or try filter => "pwdexpire=20030629*", B Bob Goolsby [EMAIL PROTECTED]
