/dports/net-mgmt/nagios-openldap-plugins/ltb-project-nagios-plugins-0.5/ |
H A D | check_ldap_monitor.pl | 87 my $ldap_filter; 442 $ldap_filter ||= "(objectClass=*)"; 450 $ldap_filter ||= "(objectClass=*)"; 482 $ldap_filter ||= "(objectClass=*)"; 490 $ldap_filter ||= "(objectClass=*)"; 498 $ldap_filter ||= "(objectClass=*)"; 506 $ldap_filter ||= "(objectClass=*)"; 514 $ldap_filter ||= "(objectClass=*)"; 522 $ldap_filter ||= "(objectClass=*)"; 530 $ldap_filter ||= "(objectClass=*)"; [all …]
|
H A D | check_ldap_query.pl | 84 my $ldap_filter; 135 'F:s' => \$ldap_filter, 136 'filter:s' => \$ldap_filter, 392 $ldap_filter ||= "(objectClass=*)"; 420 &get_entries( $ldap_server, $ldap_base, $ldap_scope, $ldap_filter );
|
/dports/www/tikiwiki/tiki-21.2/lib/core/Tracker/Field/ |
H A D | Ldap.php | 61 $ldap_filter = $this->getOption('filter'); 64 preg_match('/%([^%]+)%/', $ldap_filter, $ldap_filter_field_names); 72 $ldap_filter = preg_replace('/%' . $ldap_filter_field_names[1] . '%/', $value, $ldap_filter); 76 'value' => $ldaplib->get_field($info_ldap['dsn'], $ldap_filter, $this->getOption('field')),
|
/dports/net/nsscache/nsscache-version-0.44/ |
H A D | nsscache.conf | 47 ldap_filter = (objectclass=posixAccount) 167 ldap_filter = (objectclass=posixGroup) 176 ldap_filter = (objectclass=shadowAccount) 181 ldap_filter = (objectclass=nisNetgroup)
|
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/include/ |
H A D | functions_users.php | 320 $ldap_filter='(&'.$content['LDAPSearchFilter'].'('.$content['LDAPUidAttribute'].'='.$username.'))'; 331 …AP_USERBINDFAILED'], $content['LDAPBindDN'], ldap_err2str(ldap_errno($ldapConn))), $ldap_filter ); 342 …['LDAPServer'] . ":" . $content['LDAPPort'], ldap_err2str(ldap_errno($ldapConn))), $ldap_filter ); 350 …if (!($r=@ldap_search( $ldapConn, $content['LDAPBaseDN'], $ldap_filter, array("uid","cn","localent… 355 …N_LOGIN_LDAP_USERCOULDNOTLOGIN'], $username, ldap_err2str(ldap_errno($ldapConn))), $ldap_filter ); 368 …AndDie( GetAndReplaceLangStr( $content['LN_LOGIN_LDAP_USERNOTFOUND'], $username ), $ldap_filter ); 381 …AndDie( GetAndReplaceLangStr( $content['LN_LOGIN_LDAP_PASSWORDFAIL'], $username ), $ldap_filter );
|
/dports/net/nsscache/nsscache-version-0.44/tests/ |
H A D | slapd-nsscache.conf.tmpl | 17 ldap_filter = (objectclass=posixAccount) 28 ldap_filter = (objectclass=posixGroup) 31 ldap_filter = (objectclass=shadowAccount)
|
H A D | nsscache.conf | 91 ldap_filter = (&(objectCategory=User)(memberOf=CN=Admins,CN=Users,DC=local,DC=domain)) 95 ldap_filter = (|(&(objectCategory=Group)(CN=Admins))(&(objectCategory=User)(memberOf=CN=Admins,CN=U… 99 ldap_filter = (&(objectCategory=User)(memberOf=CN=Admins,CN=Users,DC=local,DC=domain))
|
/dports/net/samba412/samba-4.12.15/script/ |
H A D | traffic_summary.pl | 55 my $ldap_filter; # cleaned ldap filter 148 $ldap_filter_path => \&ldap_filter, 196 $ldap_filter = ""; 362 sub ldap_filter subroutine 400 $ldap_filter = $filter; 510 ."\t$ldap_filter\t$ldap_attributes\t$extra\t$extra_desc\t$oid";
|
/dports/net/self-service-password/ltb-project-self-service-password-1.4/scripts/ |
H A D | encrypt_answers.php | 60 $ldap_filter = str_replace("{login}", "*", $ldap_filter); variable 61 $search = ldap_search($ldap, $ldap_base, $ldap_filter);
|
/dports/www/lighttpd/lighttpd-1.4.63/src/ |
H A D | mod_authn_ldap.c | 49 buffer ldap_filter; member 89 free(p->ldap_filter.ptr); in FREE_FUNC() 730 buffer * const ldap_filter = &p->ldap_filter; in mod_authn_ldap_basic() local 731 buffer_clear(ldap_filter); in mod_authn_ldap_basic() 734 buffer_append_string_len(ldap_filter, CONST_STR_LEN("uid=")); in mod_authn_ldap_basic() 735 mod_authn_append_ldap_dn_escape(ldap_filter, username); in mod_authn_ldap_basic() 736 buffer_append_string_buffer(ldap_filter, template); in mod_authn_ldap_basic() 737 dn = ldap_filter->ptr; in mod_authn_ldap_basic() 742 buffer_append_string_len(ldap_filter, b, (size_t)(d - b)); in mod_authn_ldap_basic() 747 buffer_append_string_len(ldap_filter, b, (size_t)(d - b)); in mod_authn_ldap_basic() [all …]
|
/dports/net/self-service-password/ltb-project-self-service-password-1.4/htdocs/ |
H A D | changesshkey.php | 95 $ldap_filter = str_replace("{login}", $login, $ldap_filter); 96 $search = ldap_search($ldap, $ldap_base, $ldap_filter);
|
H A D | resetbytoken.php | 119 $ldap_filter = str_replace("{login}", $login, $ldap_filter); 120 $search = ldap_search($ldap, $ldap_base, $ldap_filter);
|
H A D | sendtoken.php | 102 $ldap_filter = str_replace("{login}", $login, $ldap_filter); variable 103 $search = ldap_search($ldap, $ldap_base, $ldap_filter);
|
/dports/devel/gitolite2/gitolite-2.3.1/contrib/ldap/ |
H A D | ldap-query-example.sh | 54 ldap_filter="(&(objectClass=groupAttributeObjectClassName)(uid=${uid_param}))" 62 ldap_result=$(ldapsearch ${ldap_options} -LLL ${ldap_filter} ${ldap_attr})
|
/dports/mail/squirrelmail-change_ldappass-plugin/squirrelmail-change_ldappass-plugin-php74-2.2_6/change_ldappass/ |
H A D | config_sample.php | 55 * @global string $ldap_filter 58 $ldap_filter = ''; variable
|
H A D | load_config.php | 13 $ldap_user_field, $ldap_base_dn, $ldap_filter, $query_dn, $query_pw, 25 $ldap_filter = ''; variable
|
H A D | functions.php | 89 $ldap_user_field, $query_dn, $query_pw, $ldap_filter, 140 if (!empty($ldap_filter)) { 141 if (!preg_match('/^\\(.+\\)$/',$ldap_filter)) { 142 $ldap_filter = '(' . $ldap_filter . ')'; 144 $filter = "(&$ldap_filter($ldap_user_field=$username))";
|
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/ |
H A D | log_ldap_p.h | 20 static char *ldap_filter; variable 45 { "LDAPFilter", &ldap_filter},
|
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/docsrc/sasl/ |
H A D | pwcheck.rst | 37 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi… 39 ``ldap_filter`` - uid=%u 41 …ldap_filter`` will be used to search for the user's distinguished name. When ``ldap_auth_method`` … 43 …The following tokens, when contained within the ``ldap_filter`` option, will be substituted with t… 82 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi…
|
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/docsrc/sasl/ |
H A D | pwcheck.rst | 37 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi… 39 ``ldap_filter`` - uid=%u 41 …ldap_filter`` will be used to search for the user's distinguished name. When ``ldap_auth_method`` … 43 …The following tokens, when contained within the ``ldap_filter`` option, will be substituted with t… 82 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi…
|
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/docsrc/sasl/ |
H A D | pwcheck.rst | 37 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi… 39 ``ldap_filter`` - uid=%u 41 …ldap_filter`` will be used to search for the user's distinguished name. When ``ldap_auth_method`` … 43 …The following tokens, when contained within the ``ldap_filter`` option, will be substituted with t… 82 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi…
|
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/docsrc/sasl/ |
H A D | pwcheck.rst | 37 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi… 39 ``ldap_filter`` - uid=%u 41 …ldap_filter`` will be used to search for the user's distinguished name. When ``ldap_auth_method`` … 43 …The following tokens, when contained within the ``ldap_filter`` option, will be substituted with t… 82 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi…
|
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/docsrc/sasl/ |
H A D | pwcheck.rst | 37 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi… 39 ``ldap_filter`` - uid=%u 41 …ldap_filter`` will be used to search for the user's distinguished name. When ``ldap_auth_method`` … 43 …The following tokens, when contained within the ``ldap_filter`` option, will be substituted with t… 82 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi…
|
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/docsrc/sasl/ |
H A D | pwcheck.rst | 37 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi… 39 ``ldap_filter`` - uid=%u 41 …ldap_filter`` will be used to search for the user's distinguished name. When ``ldap_auth_method`` … 43 …The following tokens, when contained within the ``ldap_filter`` option, will be substituted with t… 82 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi…
|
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/docsrc/sasl/ |
H A D | pwcheck.rst | 37 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi… 39 ``ldap_filter`` - uid=%u 41 …ldap_filter`` will be used to search for the user's distinguished name. When ``ldap_auth_method`` … 43 …The following tokens, when contained within the ``ldap_filter`` option, will be substituted with t… 82 …tains substitution tokens, they will be replaced as specified in the ``ldap_filter`` token expansi…
|