summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorSimon Rettberg2016-10-27 18:57:05 +0200
committerSimon Rettberg2016-10-27 18:57:05 +0200
commitf7b2aa8e3bb66f9c1c0dd3489152cc71bd1e7da8 (patch)
tree45a5efbd8b0418f53eecbf5bd0907ff1ea255a0a /inc
parent[baseconfig_bwlp] Reintroduce SLX_REBOOT_SCHEDULE (diff)
downloadslx-admin-f7b2aa8e3bb66f9c1c0dd3489152cc71bd1e7da8.tar.gz
slx-admin-f7b2aa8e3bb66f9c1c0dd3489152cc71bd1e7da8.tar.xz
slx-admin-f7b2aa8e3bb66f9c1c0dd3489152cc71bd1e7da8.zip
[sysconfig] Improve binddn parsing for AD wizard
Diffstat (limited to 'inc')
-rw-r--r--inc/util.inc.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/util.inc.php b/inc/util.inc.php
index e6f4ca8f..671028ed 100644
--- a/inc/util.inc.php
+++ b/inc/util.inc.php
@@ -364,9 +364,5 @@ SADFACE;
@unlink($file);
exit(0);
}
-
- public static function normalizeDn($dn) {
- return preg_replace('/[,;]\s*/', ',', $dn);
- }
}