| 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 : /lib/python3.9/site-packages/ipalib/__pycache__/ |
Upload File : |
a
�ji� � @ s6 d Z ddlmZ dZedddddd d
d�Zdd
� ZdS )z�List of, and utilities for working with, client capabilities by API version
The API version is given in ipapython.version.API_VERSION.
This module defines a dict, ``capabilities``, that maps feature names to API
versions they were introduced in.
� )�
APIVersionz2.51z2.52z2.54z2.69z2.83z2.84z2.88z2.246)�messagesZoptional_uid_paramsZpermissions2Zprimary_key_typesZdatetime_valuesZdns_name_valuesZvault_aes_keywrapc C s t | �}|t t| �kS )z�Determine whether the client has the given capability
:param capability: Name of the capability to test
:param client_version: The API version string reported by the client
)r �capabilities)Zclient_versionZ
capability�version� r �7/usr/lib/python3.9/site-packages/ipalib/capabilities.py�client_has_capability@ s r N)�__doc__Zipapython.ipautilr ZVERSION_WITHOUT_CAPABILITIES�dictr r r r r r �<module> s �