mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
4 lines
199 B
PHP
4 lines
199 B
PHP
<?php
|
|
// Baseline: filter is a literal string, no taint reaches the sink.
|
|
$ds = ldap_connect("ldap://example.com");
|
|
$result = ldap_search($ds, "ou=people,dc=example,dc=com", "(objectClass=person)");
|