CloneSet1272


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.993statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1181
plugins/authentication/ldap.php
21104
plugins/authentication/ldap.php
Clone Instance
1
Line Count
1
Source Line
81
Source File
plugins/authentication/ldap.php

                                        // Search for users DN
                                        $binddata=  $ldap->simple_search(str_replace("[search]", $credentials['username'], $this->params->get('search_string')));


Clone Instance
2
Line Count
1
Source Line
104
Source File
plugins/authentication/ldap.php

                                        $userdetails=  $ldap->simple_search(str_replace("[search]", $credentials['username'], $this->params->get('search_string')));


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable2124e180]]=$ldap->simple_search(str_replace("[search]",$credentials['username'],$this->params->get('search_string')));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2124e180]]
$userdetails 
12[[#2124e180]]
// Search for users DN
$binddata