summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/conf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/authldap/conf')
-rw-r--r--lib/plugins/authldap/conf/default.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/plugins/authldap/conf/default.php b/lib/plugins/authldap/conf/default.php
new file mode 100644
index 000000000..35971d41d
--- /dev/null
+++ b/lib/plugins/authldap/conf/default.php
@@ -0,0 +1,7 @@
+<?php
+
+$conf['port'] = 389;
+
+$conf['groupkey'] = 'cn';
+$conf['userscope'] = 'sub';
+$conf['groupscope'] = 'sub'; \ No newline at end of file