mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 04:57:20 +00:00
declare _usersConnectors as class var
This commit is contained in:
parent
5bd8111f41
commit
1265f6e469
|
@ -346,6 +346,7 @@ class Settings { /* {{{ */
|
|||
// below basedn and the search term 'uid=<username>' or 'sAMAccountName=<username>'
|
||||
// if set the search will be (&(cn=<username>)<filter>)
|
||||
var $_ldapFilter = "";
|
||||
var $_usersConnectors = array();
|
||||
var $_converters = array(); // list of commands used to convert files to text for Indexer
|
||||
var $_extensions = array(); // configuration for extensions
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user