Lines Matching +full:server -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
52 * to the LDAP server
81 ['user' => $user, 'server' => $this->getConf('server')]
87 ['user' => $user, 'server' => $this->getConf('server')]
192 $info['server'] = $this->getConf('server');
193 $this->debug('LDAP Server: ' . hsc($info['server']), 0, __LINE__, __FILE__);
538 * Opens a connection to the configured LDAP server and sets the wanted
555 $servers = explode(',', $this->getConf('server'));
556 foreach ($servers as $server) {
557 $server = trim($server);
558 if (str_starts_with($server, 'ldap://') || str_starts_with($server, 'ldaps://')) {
559 $this->con = @ldap_connect($server);
561 $this->con = @ldap_connect($server, $port);
572 * So we should try to bind to server in order to check its availability.
634 msg("LDAP: couldn't connect to LDAP server", -1);