class LDAPUtil (View source)

Class LDAPUtil

Provides some commonly used functions for LDAP and SAML.

Methods

public static 
bool
validGuid($guid)

Checks if the string is a valid guid in the format of A98C5A1E-A742-4808-96FA-6F409E799937

public static 
bin_to_str_guid($object_guid)

No description

public static 
str_to_hex_guid($str_guid, $escape = false)

No description

public static 
bin_to_str_sid($binsid)

No description

public static 
little_endian($hex)

No description

Details

static bool validGuid($guid)

Checks if the string is a valid guid in the format of A98C5A1E-A742-4808-96FA-6F409E799937

Parameters

$guid

Return Value

bool

static bin_to_str_guid($object_guid)

No description

Parameters

$object_guid

static str_to_hex_guid($str_guid, $escape = false)

No description

Parameters

$str_guid
$escape

static bin_to_str_sid($binsid)

No description

Parameters

$binsid

static little_endian($hex)

No description

Parameters

$hex