mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
fix previous commit (need to finish breakfast before committing...)
This commit is contained in:
parent
00368b128a
commit
8ef19246dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1607,7 +1607,7 @@ static int parseSearchOptions (
|
|||
|
||||
#ifdef SLAP_CONTROL_X_SESSION_TRACKING
|
||||
struct berval session_tracking_formats[] = {
|
||||
BER_BVC( "LDAP_CONTROL_X_SESSION_TRACKING_RADIUS_ACCT_SESSION_ID" ),
|
||||
BER_BVC( LDAP_CONTROL_X_SESSION_TRACKING_RADIUS_ACCT_SESSION_ID ),
|
||||
BER_BVC( "RADIUS-Acct-Session-Id" ),
|
||||
BER_BVC( LDAP_CONTROL_X_SESSION_TRACKING_RADIUS_ACCT_MULTI_SESSION_ID ),
|
||||
BER_BVC( "RADIUS-Acct-Multi-Session-Id" ),
|
||||
|
|
|
|||
Loading…
Reference in a new issue