Home
last modified time | relevance | path

Searched refs:SEARCH_OPT_ATTR_NOT_EXISTS (Results 1 – 2 of 2) sorted by relevance

/dports/www/web2ldap/web2ldap-1.6.27/web2ldap/app/
H A Dsearchform.py37 SEARCH_OPT_ATTR_NOT_EXISTS = '(!({at}=*))' variable
74 (SEARCH_OPT_ATTR_NOT_EXISTS, 'entry does not have attribute'),
H A Dsearch.py48 SEARCH_OPT_ATTR_NOT_EXISTS,
390 search_option[i] in {SEARCH_OPT_ATTR_EXISTS, SEARCH_OPT_ATTR_NOT_EXISTS}: