summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d24f2ca)
raw | patch | inline | side by side (parent: d24f2ca)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Apr 2008 09:53:44 +0000 (09:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Apr 2008 09:53:44 +0000 (09:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10275 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_plugin.inc | patch | blob | history |
index 580be7939ac143b284262d3860afcc144e22683a..50f666f81b80659ca81e0291637847e1d350d0d7 100644 (file)
$password = $tmp['SNAPSHOT_PASSWORD'];
$snapldapbase = $tmp['SNAPSHOT_BASE'];
- $ldap_to = new ldapMultipelxer(new LDAP($user,$password, $server));
+ $ldap_to = new ldapMultiplexer(new LDAP($user,$password, $server));
$ldap_to -> cd($snapldapbase);
if (!$ldap_to->success()){