/[ludap]/ludap/index.php
ViewVC logotype

Diff of /ludap/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mose, Sun Aug 17 03:21:03 2003 UTC revision 1.6 by mose, Sun Aug 17 22:34:14 2003 UTC
# Line 58  if ($searchx) { Line 58  if ($searchx) {
58  }  }
59    
60    
61  $conn = ldap_connect($conf['ludap']['host']) or die("noway<hr>GULP!");  $conn = ldap_connect($conf['ludap']['host']) or die("Impossible to connect LDAP server at ".$conf['ludap']['host']);
62  $r    = ldap_bind($conn,$conf['ludap']['baseattr']."=".utf8_encode($me).", ".$conf['ludap']['basedn'],$pass);  $r    = ldap_bind($conn,$conf['ludap']['baseattr']."=".utf8_encode($me).", ".$conf['ludap']['basedn'],$pass);
63    
64  $in = $info = $output = $outgood = '';  $in = $info = $output = $outgood = '';

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26