OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seconds_before_unlock
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
account_usability.c
106
if (ber_get_int( ber, &more_info.
seconds_before_unlock
) == LBER_DEFAULT) goto exit;
/src/external/bsd/openldap/dist/clients/tools/
common.c
2656
if ( usability.more_info.
seconds_before_unlock
!= -1 ) {
2658
"
seconds_before_unlock
=%d ", usability.more_info.
seconds_before_unlock
);
/src/external/bsd/openldap/dist/include/
ldap.h
2749
ber_int_t
seconds_before_unlock
;
member in struct:LDAPAccountUsabilityMoreInfo
/src/external/bsd/openldap/dist/servers/slapd/overlays/
ppolicy.c
914
ber_put_int( ber, more_info->
seconds_before_unlock
, LDAP_TAG_X_ACCOUNT_USABILITY_UNTIL_UNLOCK );
2155
more_info.
seconds_before_unlock
= lockoutEnd - now;
Completed in 43 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026