Hallo bei mir funktioniert die verbindung zu meinem LDAP server nicht ich weiss nicht woran es liegt 
 Vielleicht könnt ihr mit schnell helfen.
	
Dann bekomme ich eine fehlermeldung : 
Warning: ldap_bind() expects parameter 1 to be resource, string given in...
Gruß prophet
					
 Vielleicht könnt ihr mit schnell helfen.PHP-Code:
	
	
<?php
  $ldap_server = "localhost";
  $auth_user = "cn=Manager,dc=xxx,dc=de";
  $auth_pass = "xxx";
  $bind = ldap_bind($ldap_server,$auth_user,$auth_pass);
?>
Warning: ldap_bind() expects parameter 1 to be resource, string given in...
Gruß prophet
          
 Moderator
							
						
Kommentar