Skip to content

Commit

Permalink
Update metadata.php
Browse files Browse the repository at this point in the history
Without this unable to access AD info. Also allows SSO.
  • Loading branch information
senorandy committed Mar 26, 2013
1 parent 939baf4 commit 0bb7340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/plugins/authad/conf/metadata.php
Expand Up @@ -4,11 +4,11 @@
$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');
$meta['additional'] = array('string');

0 comments on commit 0bb7340

Please sign in to comment.