projects
/
ga4php.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
71ffa4a
)
eeep
author
paulr
<me@pjr.cc>
Fri, 11 Feb 2011 16:11:23 +0000 (
03:11
+1100)
committer
paulr
<me@pjr.cc>
Fri, 11 Feb 2011 16:11:23 +0000 (
03:11
+1100)
example/adsearchtest/adtest.php
patch
|
blob
|
history
diff --git
a/example/adsearchtest/adtest.php
b/example/adsearchtest/adtest.php
index
5f906fc
..
5a21ccc
100644
(file)
--- a/
example/adsearchtest/adtest.php
+++ b/
example/adsearchtest/adtest.php
@@
-37,7
+37,6
@@
foreach($ars as $val) {
$basecn = preg_replace("/,$/", "", $tcn);
//$sr = ldap_search($cnt, "$basecn", "(&(objectclass=person)(memberof=*Administrators*))");
-//$sr = ldap_search($cnt, "$basecn", "(CN=CN=Administrators,CN=Builtin,DC=syd,DC=sententia,DC=com,DC=au)");
$sr = ldap_search($cnt, "$basecn", "(&(objectclass=group)(CN=$adgroup))");
$info = ldap_get_entries($cnt, $sr);