PHP » GoLang |
login |
register |
about
|
GoLang ldap_exop_refresh
request it (392)
GoLang replacement for PHP's ldap_exop_refresh
[edit | history]
ldap_exop_refresh(PHP 7 >= 7.2.0) ldap_exop_refresh — Refresh extended operation helper Description
int ldap_exop_refresh
( resource
$link
, string $dn
, int $ttl
)Performs a Refresh extended operation and returns the data. Parameters
Return Values
From RFC:
The responseTtl field is the time in seconds which the server chooses
to have as the time-to-live field for that entry. It must not be any
smaller than that which the client requested, and it may be larger.
However, to allow servers to maintain a relatively accurate
directory, and to prevent clients from abusing the dynamic
extensions, servers are permitted to shorten a client-requested
time-to-live value, down to a minimum of 86400 seconds (one day).
|
more
Recently updated
more
Most requested
more
Last requests
|