Searched refs:formatOID (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | stctrl.c | 46 char *formatOID, in ldap_create_session_tracking_value() argument 56 formatOID == NULL || in ldap_create_session_tracking_value() 91 ber_str2bv( formatOID, 0, 0, &oid ); in ldap_create_session_tracking_value() 141 char *formatOID, in ldap_create_session_tracking_control() argument 153 sessionSourceIp, sessionSourceName, formatOID, in ldap_create_session_tracking_control()
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-wahl-ldap-session-xx.txt | 295 sessionSourceName, formatOID and sessionTrackingIdentifier. 312 determined by the formatOID (discussed below); examples of contents 318 The formatOID is a US-ASCII encoded dotted decimal representation of 331 how values are compared for equality) are governed by the formatOID. 364 formatOID LDAPOID, 384 The formatOID element MUST contain only the US-ASCII encodings of the 386 (0x2E, 0x30-0x39). The formatOID element MUST NOT be of zero length, 465 tools SHOULD NOT reject or ignore a control if the formatOID value is 521 With formatOID set to 1.3.6.1.4.1.21008.108.63.1.1 within the control 527 With formatOID set to 1.3.6.1.4.1.21008.108.63.1.2 within the control [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | controls.c | 1851 formatOID = BER_BVNULL, in parseSessionTracking() local 1950 tag = ber_scanf( ber, "m", &formatOID ); in parseSessionTracking() 1953 rc = numericoidValidate( NULL, &formatOID ); in parseSessionTracking() 1961 if ( bvmatch( &formatOID, &session_tracking_formats[ i ] ) ) { in parseSessionTracking() 1962 formatOID = session_tracking_formats[ i + 1 ]; in parseSessionTracking() 2004 st_len += formatOID.bv_len + STRLENOF( "=" ) in parseSessionTracking() 2036 ptr = lutil_strcopy( ptr, formatOID.bv_val ); in parseSessionTracking()
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap.h | 2560 char *formatOID, 2569 char *formatOID,
|