Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.993 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 81 | plugins/authentication/ldap.php |
2 | 1 | 104 | plugins/authentication/ldap.php |
| ||||
// Search for users DN $binddata= $ldap->simple_search(str_replace("[search]", $credentials['username'], $this->params->get('search_string'))); |
| ||||
$userdetails= $ldap->simple_search(str_replace("[search]", $credentials['username'], $this->params->get('search_string'))); |
| |||
[[#variable2124e180]]=$ldap->simple_search(str_replace("[search]",$credentials['username'],$this->params->get('search_string'))); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2124e180]] | $userdetails |
1 | 2 | [[#2124e180]] | // Search for users DN $binddata |