ldap_synchAll

Synchronizes all users with the current information that is in LDAP.

Syntax

public void ldap_synchAll( String accessToken );

Description

The ldap_synchAll operation synchronizes all users with the current information that is in LDAP.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

return_value

None.

See Also