summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-11-09 15:36:35 +0100
committerAndreas Gohr <andi@splitbrain.org>2012-11-09 15:36:35 +0100
commit70e4a085e6a861a12a7b927ba9dfa10d5961f958 (patch)
tree9eb0bb70eadfcebba7c05a9789c26702848ad7ab /lib/plugins/authldap/conf
parent32fd494aaeb28179d8823354e07c1399e7443c90 (diff)
downloadrpg-70e4a085e6a861a12a7b927ba9dfa10d5961f958.tar.gz
rpg-70e4a085e6a861a12a7b927ba9dfa10d5961f958.tar.bz2
fixes for authldap
* makes proper use of plugin config * adds a few first defaults, but the whole config metadata is still missing * proper PHP5 use and comments
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