summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c6bd90d)
raw | patch | inline | side by side (parent: c6bd90d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 16 May 2008 15:13:16 +0000 (15:13 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 16 May 2008 15:13:16 +0000 (15:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10939 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc
index 2bbf2faeeb806d0e0005bc59487b140850685ba4..fc29543b07e6e34eb6ff4f57dfb75e50cec0f1b2 100644 (file)
}
/* Convert old style entry */
- if (!preg_match('%:ldap://%', $server)){
+ if (!preg_match('%:ldaps?://%', $server)){
$server= "ldap://".preg_replace('/^([^:]+):/', '\1/', $server);
/* Beautify new style entries */