Home
last modified time | relevance | path

Searched refs:getConf (Results 76 – 100 of 1091) sorted by path

12345678910>>...44

/plugin/authopenldapkerberos/
H A Dauth.php48 "ou={$this->getConf('user_ou')},{$this->getConf('base_dn')}",
50 Array($this->getConf('username'), $this->getConf('usergid'), $this->getConf('usermail'))
66 "ou={$this->getConf('group_ou')},{$this->getConf('base_dn')}",
68 … Array($this->getConf('groupkey'), $this->getConf('groupgid'), $this->getConf('groupuids'))
93 $c = ldap_connect($this->getConf('server'), $this->getConf('port'));
104 "ou={$this->getConf('user_ou')},{$this->getConf('base_dn')}",
122 "ou={$this->getConf('user_ou')},{$this->getConf('base_dn')}",
124 …Array($this->getConf('userkey'), $this->getConf('username'), $this->getConf('usergid'), $this->get…
140 "ou={$this->getConf('group_ou')},{$this->getConf('base_dn')}",
142 … Array($this->getConf('groupkey'), $this->getConf('groupgid'), $this->getConf('groupuids'))
[all …]
/plugin/authorlist/
H A Daction.php41 if($this->getConf('automatic')){ // on every page by default?
44 …if($this->getConf('showheading')) $event->data .= DOKU_LF."======".strip_tags($this->getConf('hea…
H A Dhelper.php52 $this->creatortext = $this->getConf('creatortext');
53 $this->intro = $this->getConf('intro');
54 $this->userpageid = $this->getConf('userpageid');
55 $this->linkto = $this->getConf('linkto');
56 $this->showheading = $this->getConf('showheading');
75 $this->$option = $this->getConf($option);
89 …ut .= "<h2 class='sectionedit1'><a name='authorlist'>".strip_tags($this->getConf('heading'))."</a>…
/plugin/authorstats/
H A Daction.php49 $flags = explode(",", str_replace(" ", "", $this->getConf("pagelist_flags")));
H A Dsyntax.php167 if (!$this->getConf("enable-pagelist")) {
248 if ($user !== false and $this->getConf("show-realname")) {
250 } else if ($this->getConf("show-profile-links")) {
255 if (!$this->getConf("show-deleted-users")) return null;
/plugin/authowncloud/
H A Dauth.php25 require_once($this->getConf('pathtoowncloud').'/lib/base.php');
/plugin/authphpbb3/
H A Daction.php37 $use_inline_css = $this->getConf('phpbb_inline_style');
H A Dauth.php255 $this->_cache_duration = intval($this->getConf('phpbb_cache'));
520 …$this->_phpbb_conf['root_path'] = DOKU_INC . rtrim(trim($this->getConf('phpbb_root_path')), '/') .…
575 $this->_cache_duration = intval($this->getConf('phpbb_cache'));
/plugin/authplaincas/
H A Daction.php57 if ($this->getConf('logourl') != '') {
58 … $caslogo = '<img src="'.$this->getConf('logourl').'" alt="" style="vertical-align: middle;" /> ';
66 $event->data->insertElement(0,'<fieldset><legend>'.$this->getConf('name').'</legend>');
111 $this->getConf('force_redirect') &&
H A Dauth.php133 $this->_options['server'] = $this->getConf('server');
134 $this->_options['rootcas'] = $this->getConf('rootcas');
135 $this->_options['port'] = $this->getConf('port');
136 $this->_options['samlValidate'] = $this->getConf('samlValidate');
137 $this->_options['handlelogoutrequest'] = $this->getConf('handlelogoutrequest');
138 …$this->_options['handlelogoutrequestTrustedHosts'] = $this->getConf('handlelogoutrequestTrustedHos…
139 $this->_options['minimalgroups'] = $this->getConf('minimalgroups');
140 $this->_options['localusers'] = $this->getConf('localusers');
150 $this->_options['autologin'] = $this->getConf('autologin');
172 if ($this->getConf('autologinonce', false)) {
/plugin/authradius/
H A Dauth.php42 $host = $this->getConf('host');
43 $port = $this->getConf('port');
44 $secret = $this->getConf('secret');
45 $timeout = $this->getConf('timeout');
46 $tries = $this->getConf('tries');
79 $auth_type = $this->getConf('auth_type');
163 $data['mail'] = $user.'@'.$this->getConf('mailhost');
170 $data['grps'] = array($this->getConf('defaultgroup'));
/plugin/authremoteuser/
H A Dauth.php73 $serverVarNameOfAuthSystem = $this->getConf('server_var_name_of_auth_system');
/plugin/authsaml/
H A Daction.php63 $force_saml_login = $this->getConf('force_saml_login');
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php51 $loginHandlerLocation = $this->getConf(self::CONF_LOGIN_HANDLER_LOCATION);
53 $loginTarget = $this->getConf(self::CONF_LOGIN_TARGET);
71 …return sprintf("%s%s", $this->getConf(self::CONF_SHIBBOLETH_HANDLER_BASE), $this->getConf(self::CO…
H A Dauth.php300 $sessionVarName = $this->getConf(self::CONF_VAR_SHIB_SESSION_ID);
339 $url = $this->getConf(self::CONF_LOGOUT_HANDLER_LOCATION);
516 $tplUserDisplayName = $this->getConf(self::CONF_DISPLAY_NAME_TPL);
517 $userDisplayNameVar = $this->getConf(self::CONF_VAR_DISPLAY_NAME);
576 $groupSourceConfig = $this->getConf(self::CONF_GROUP_SOURCE_CONFIG);
882 $returnUrl = $this->getConf(self::CONF_LOGOUT_RETURN_URL);
887 $handlerName = $this->getConf(self::CONF_LOGOUT_HANDLER);
926 …if ($this->getConf(self::CONF_LOG_ENABLED) && $priority <= $this->getConf(self::CONF_LOG_PRIORITY)…
927 if ($this->getConf(self::CONF_LOG_TO_PHP)) {
931 $logFile = $this->getConf(self::CONF_LOG_FILE);
[all …]
/plugin/authsmartcard/
H A Dauth.php152 if($this->getConf('log_to_file') && $this->getConf('logfile')){
153 file_put_contents($this->getConf('logfile'), date('c').": ".$text."\n", FILE_APPEND);
/plugin/authsmf20/
H A Dauth.php156 $this->_smf_conf['path'] = rtrim(trim($this->getConf('smf_path')), '\/');
335 $this->_cache_duration = (int)($this->getConf('smf_cache'));
/plugin/authsplit/
H A Dauth.php44 $pluginName = $this->getConf($settingName);
63 $this->autocreate_users = $this->getConf('autocreate_users', null);
71 $this->username_caseconversion = $this->getConf('username_caseconversion', null);
79 $this->debug = $this->getConf('debug', null);
/plugin/authucenter/
H A Dauth.php30 if (!file_exists(DOKU_INC . 'conf/uc.auth.php') || $this->getConf('regenerateconfig')) {
69 $this->_uc_setcookie($this->getConf('cookiename'), '', -1);
96 setcookie($this->getConf('cookiename'), '', -86400);
109 $cookie = $_COOKIE[$this->getConf('cookiename')];
429 if($this->getConf('uccharset') != 'utf-8'){
430 …$str = $out ? iconv('utf-8', $this->getConf('uccharset'), $str) : iconv($this->getConf('uccharset'…
436 if($this->getConf('uccharset') != 'utf-8'){
478 …path = $httponly && PHP_VERSION < '5.2.0' ? $this->getConf('cookiepath').'; HttpOnly' : $this->get…
482 setcookie($var, $value, $life, $path, $this->getConf('cookiedomain'), $secure);
544 $uc_conf = '<?php' . "\n\n" . $this->getConf('ucappconfig'). "\n\n";
[all …]
/plugin/authvk/
H A Daction.php32 $vk_client_id = $this->getConf('client_id');
33 $vk_client_secret = $this->getConf('client_secret');
34 $vk_redirect_uri = $this->getConf('redirect_uri');
35 $vk_admin_id = $this->getConf('admin_id');
152 $vk_client_id = $this->getConf('client_id');
154 $vk_redirect_uri = $this->getConf('redirect_uri');
173 $vk_client_id = $this->getConf('client_id');
174 $vk_client_secret = $this->getConf('client_secret');
175 $vk_redirect_uri = $this->getConf('redirect_uri');
199 $vk_client_id = $this->getConf('client_id');
[all …]
/plugin/authwordpress/
H A Dauth.php109 $this->getConf('prefix'),
255 'host=' . $this->getConf('hostname'),
256 'dbname=' . $this->getConf('database'),
259 $port = $this->getConf('port');
265 $this->db = new PDO($dsn, $this->getConf('username'), $this->getConf('password'));
291 if ($this->getConf('usedefaultgroup')) {
/plugin/authyubikey/
H A Daction.php93 $maxkeys = $this->getConf('yubico_maxkeys');
H A Dauth.php83 … $yubi = new Auth_Yubico($this->getConf('yubico_client_id'), $this->getConf('yubico_secret_key'));
119 …$yubi = new Auth_Yubico($this->getConf('yubico_client_id'), $this->getConf('yubico_secret_key'));
122 for($i=0; $i < intval($this->getConf('yubico_maxkeys')); $i++) {
131 if($this->getConf('yubico_maxkeys') == 1) {
/plugin/autogroup/
H A Daction.php41 $this->_add = (bool)$this->getConf('enable_add');
42 $this->_remove = (bool)$this->getConf('enable_remove');
43 …$raw_cfg = array_map(function($x){return explode(',',$x,3);}, explode("\n", $this->getConf('regex'…
/plugin/autoindentcontrol/
H A Daction.php48 'defaultOFF' => (boolean) !$this->getConf('default_behavior'),
49 'showToggle' => (boolean) $this->getConf('show_toggle_switch'),

12345678910>>...44