Skip to content
Discussion options

You must be logged in to vote

Hey @jollyrogers11,

This comment and issue explains the change you’re encountering here:

DirectoryTree/LdapRecord#552 (comment)

The value “9223372036854775807” is PHPs maximum number for an integer, which means that the account never expires. When checking for account expiry, the above value, zero (0), or a Carbon instance may be returned. These values must be returned to be able to determine the account expiry setting from your directory properly.

Apologies for the inconvenience!

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@stevebauman
Comment options

@jollyrogers11
Comment options

@jollyrogers11
Comment options

Comment options

You must be logged in to vote
4 replies
@jollyrogers11
Comment options

@stevebauman
Comment options

Answer selected by jollyrogers11
@jollyrogers11
Comment options

@stevebauman
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants