| Server IP : 198.38.94.13 / Your IP : 216.73.217.33 Web Server : Apache System : Linux d4744.dxb1.stableserver.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : revivere ( 1140) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib64/python3.9/site-packages/ldap/controls/__pycache__/ |
Upload File : |
a
�.d� � @ sl d Z ddlmZ ddlmZmZ ddlmZ ddlm Z m
Z
dZed Zed Z
ed ZG d
d� de�ZdS )
z�
ldap.controls.sessiontrack - class for session tracking control
(see draft-wahl-ldap-session)
See https://www.python-ldap.org/ for project details.
� )�RequestControl)� namedtype�univ)�encoder)�
LDAPString�LDAPOIDz1.3.6.1.4.1.21008.108.63.1z.1z.2z.3c @ s6 e Zd ZdZG dd� dej�ZeZdd� Z dd� Z
dS ) �SessionTrackingControla�
Class for Session Tracking Control
Because criticality MUST be false for this control it cannot be set
from the application.
sessionSourceIp
IP address of the request source as string
sessionSourceName
Name of the request source as string
formatOID
OID as string specifying the format
sessionTrackingIdentifier
String containing a specific tracking ID
c @ sD e Zd Ze�e�de� �e�de� �e�de� �e�de� ��ZdS )z4SessionTrackingControl.SessionIdentifierControlValue�sessionSourceIp�sessionSourceName� formatOID�sessionTrackingIdentifierN) �__name__�
__module__�__qualname__r Z
NamedTypesZ NamedTyper r Z
componentType� r r �@/usr/lib64/python3.9/site-packages/ldap/controls/sessiontrack.py�SessionIdentifierControlValue'