summaryrefslogtreecommitdiff
path: root/lib/plugins/authad/conf/metadata.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/authad/conf/metadata.php')
-rw-r--r--lib/plugins/authad/conf/metadata.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/authad/conf/metadata.php b/lib/plugins/authad/conf/metadata.php
new file mode 100644
index 000000000..fbc3f163c
--- /dev/null
+++ b/lib/plugins/authad/conf/metadata.php
@@ -0,0 +1,14 @@
+<?php
+
+$meta['account_suffix'] = array('string');
+$meta['base_dn'] = array('string');
+$meta['domain_controllers'] = array('string');
+$meta['sso'] = array('onoff');
+$meta['admin_username'] = array('string');
+$meta['admin_password'] = array('password');
+$meta['real_primarygroup'] = array('onoff');
+$meta['use_ssl'] = array('onoff');
+$meta['use_tls'] = array('onoff');
+$meta['debug'] = array('onoff');
+$meta['expirywarn'] = array('numeric', '_min'=>0);
+$meta['additional'] = array('string');