[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: shadowaccount expiry



Hi,

Thanks I tried it, and it works....

Do you know any ressource of further information? I am always curious if I 
cant find it myself on the web! 

"number of DAYS between 01/01/1970" what a clue! *g*

Oliver

On Thursday 23 May 2002 16:09, Karsten Künne wrote:
> On Thursday 23 May 2002 09:55, oliver wrote:
> | Hi,
> |
> | I am authenticating my users through ldap, now I want to set expiry
> | dates. Possble attributes:
> |
> | objectclass ( 1.3.6.1.1.1.2.1 NAME 'shadowAccount' SUP top AUXILIARY
> |         DESC 'Additional attributes for shadow passwords'
> |         MUST uid
> |         MAY ( userPassword $ shadowLastChange $ shadowMin $
> |               shadowMax $ shadowWarning $ shadowInactive $
> |               shadowExpire $ shadowFlag $ description ) )
> | all are:
> |
> | attributetype ( 1.3.6.1.1.1.1.9 NAME 'shadowXXX'
> |         EQUALITY integerMatch
> |         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
> |
> | Sorry but I am lost, what do I have to specify a date, a date in seconds
> | after 1970. Ive found no ressource in the web!  ;o)
> |
> | I try to enable: a. a fixed date of expiry b. a 20 Day lifetime
> |
> | Thanks for any hints
> |
> | Oliver
>
> The shadowExpire contains the number of DAYS between 01/01/1970 and the
> actual expiration date.