- Added configurable models via the Schema (caf1750)
- Added
isValidGuid()
method onUtilities
(562776a) - Added MemberOf Recursive filter to Schema (5846270)
- Added
notFilter()
method to queryBuilder
(#418)-(8f4d969) - Added
homeDrive
andhomeDirectory
methods toSchema
(8966491,b1fe3f9) - Added
isValid()
method toBatchModification
(67db6d9) - Added
KEY_ATTRIB
,KEY_MODTYPE
&KEY_VALUES
constants toBatchModification
(1f29859) - Added
lockoutTime()
,filterEnabled()
andfilterDisabled()
methods toOpenLDAP
Schema (96e0e1f) - Added
Guid
andSid
attribute classes for converting GUIDs and SIDs to string & binary (03f7074)
- GUIDs are converted to hex before searching if the Schema requires it (de40105)
- GUIDs / SIDs are converted to strings only if the Schema requires it (d89f105)
- An array can now be used in the
find()
method to search for multiple records (06a25ee) - Rebinds as the administrator are now properly re-bound (ac5e73b)
- Account prefix and suffix are now only applied if the given prefix and suffix are null (#406)-(7db8896)
- GUIDs and SIDs are now converted to their string equivalents upon serialization (f43d4dc)
- Exception is always thrown when a batch modification is invalid (b45bfef)
Utilities::littleEndian()
static method has been removed (57360b1)- GUIDs are now used as the authentication identifier for Laravel (9033159)
- Removed
__destruct()
from theProviderInterface
(a951f29)