diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-02-02 13:04:37 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-02-02 13:04:37 +0100 |
commit | 52c3bef90b80185350a565ba379ce81ccf5fce2a (patch) | |
tree | 2352dfe3d64a4d5ec8af4b142fe378bed1ed0ffb /lib/plugins/authad/conf | |
parent | b303add4e27e10fbdc4ed64f40ab2046232027bf (diff) | |
download | rpg-52c3bef90b80185350a565ba379ce81ccf5fce2a.tar.gz rpg-52c3bef90b80185350a565ba379ce81ccf5fce2a.tar.bz2 |
added config metadata to authad plugin
Diffstat (limited to 'lib/plugins/authad/conf')
-rw-r--r-- | lib/plugins/authad/conf/metadata.php | 14 |
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..dc251a108 --- /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['ad_username'] = array('string'); +$meta['ad_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 |