179f39653SAndreas Gohr<?php 279f39653SAndreas Gohr/** 379f39653SAndreas Gohr * Options for the pureldap plugin 479f39653SAndreas Gohr * 579f39653SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org> 679f39653SAndreas Gohr */ 779f39653SAndreas Gohr 879f39653SAndreas Gohr 9*1078ec26SAndreas Gohr$meta['servers'] = array('array'); 10*1078ec26SAndreas Gohr$meta['port'] = array('string'); 11*1078ec26SAndreas Gohr$meta['use_tls'] = array('onoff'); 12*1078ec26SAndreas Gohr$meta['use_ssl'] = array('onoff'); 13*1078ec26SAndreas Gohr$meta['admin_user'] = array('string'); 14*1078ec26SAndreas Gohr$meta['admin_password'] = array('pass'); 1579f39653SAndreas Gohr 16