| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) 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'