Skip to content
Snippets Groups Projects
Commit 0bb7340a authored by senorandy's avatar senorandy
Browse files

Update metadata.php

Without this unable to access AD info. Also allows SSO.
parent 939baf40
No related branches found
No related tags found
No related merge requests found
......@@ -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');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment