about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authad/conf/metadata.php
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
committerahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
commit2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch)
treef9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/plugins/authad/conf/metadata.php
parentbcb215c3a7e914d05f166846a33860e48bba64fb (diff)
downloadsite-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz
removed dokuwiki
Diffstat (limited to 'wiki/lib/plugins/authad/conf/metadata.php')
-rw-r--r--wiki/lib/plugins/authad/conf/metadata.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/wiki/lib/plugins/authad/conf/metadata.php b/wiki/lib/plugins/authad/conf/metadata.php
deleted file mode 100644
index 6b0fc16..0000000
--- a/wiki/lib/plugins/authad/conf/metadata.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-$meta['account_suffix']     = array('string','_caution' => 'danger');
-$meta['base_dn']            = array('string','_caution' => 'danger');
-$meta['domain_controllers'] = array('string','_caution' => 'danger');
-$meta['sso']                = array('onoff','_caution' => 'danger');
-$meta['sso_charset']        = array('string','_caution' => 'danger');
-$meta['admin_username']     = array('string','_caution' => 'danger');
-$meta['admin_password']     = array('password','_caution' => 'danger','_code' => 'base64');
-$meta['real_primarygroup']  = array('onoff','_caution' => 'danger');
-$meta['use_ssl']            = array('onoff','_caution' => 'danger');
-$meta['use_tls']            = array('onoff','_caution' => 'danger');
-$meta['debug']              = array('onoff','_caution' => 'security');
-$meta['expirywarn']         = array('numeric', '_min'=>0,'_caution' => 'danger');
-$meta['additional']         = array('string','_caution' => 'danger');
-$meta['update_name']        = array('onoff','_caution' => 'danger');
-$meta['update_mail']        = array('onoff','_caution' => 'danger');