summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/plugins/authad/conf/metadata.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugins/authad/conf/metadata.php b/lib/plugins/authad/conf/metadata.php
index dc251a108..fbc3f163c 100644
--- a/lib/plugins/authad/conf/metadata.php
+++ b/lib/plugins/authad/conf/metadata.php
@@ -4,11 +4,11 @@ $meta['account_suffix'] = array('string');
$meta['base_dn'] = array('string');
$meta['domain_controllers'] = array('string');
$meta['sso'] = array('onoff');
-$meta['ad_username'] = array('string');
-$meta['ad_password'] = array('password');
+$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'); \ No newline at end of file
+$meta['additional'] = array('string');