Home
last modified time | relevance | path

Searched +full:domain -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 41) sorted by relevance

12

/dokuwiki/lib/plugins/authad/
H A Dauth.php20 * $conf['plugin']['authad']['account_suffix'] = '@my.domain.org';
21 * $conf['plugin']['authad']['base_dn'] = 'DC=my,DC=domain,DC=org';
22 * $conf['plugin']['authad']['domain_controllers'] = 'srv1.domain.org,srv2.domain.org';
48 * @var array hold connection data for a specific AD domain
53 * @var array open connections for each AD domain, as adLDAP objects
126 // other can do's are changed in $this->_loadServerConfig() base on domain setup
133 * Load domain config on capability check
141 //capabilities depend on config, which may change depending on domain
142 $domain
623 initAdLdap($domain) global() argument
680 loadServerConfig($domain) global() argument
[all...]
H A Daction.php29 * Adds the selected domain as user postfix when attempting a login
54 * Shows a domain selection in the login form when more than one domain is configured
88 // add locate domain selector just after the username input box
89 $element = $form->addDropdown('dom', $domains, $this->getLang('domain'), $pos + 1);
/dokuwiki/lib/plugins/extension/images/
H A Dlicense.txt2 disabled.png - public domain, (c) Tango Desktop Project http://commons.wikimedia.org/wiki/File:Dialog-information.svg
3 plugin.png - public domain, (c) nicubunu, http://openclipart.org/detail/15093/blue-jigsaw-piece-07-by-nicubunu
4 template.png - public domain, (c) mathec, http://openclipart.org/detail/166596/palette-by-mathec
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt14 The class idna_convert allows to convert internationalized domain names
17 and their encoded form as it will be used in the DNS (Domain Name System).
20 what you would expect them to do. You are allowed to use complete domain names,
61 1. Say we wish to encode the domain name nörgler.com:
75 2. We received an email from a punycoded domain and are willing to learn, how
76 the domain name reads originally
H A Didna_convert.class.php27 * Encode/decode Internationalized Domain Names.
29 * The class allows to convert internationalized domain names
32 * as it will be used in the DNS (Domain Name System).
35 * what you would expect them to do. You are allowed to use complete domain names,
159 * Decode a given ACE domain name
160 * @param string Domain name (ACE string)
162 * @return string Decoded Domain name (UTF-8 or UCS-4)
187 $this->_error('Only simple domain name parts can be handled in strict mode');
208 } elseif (preg_match('![:\./]!', $input)) { // Or a complete domain name (with or without paths / parameters)
211 $this->_error('Only simple domain nam
[all...]
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php43 * based directory. If you bind as a domain user, you can't fetch as
44 * much information on other users as you could as a domain admin.
83 * The account suffix for your domain, can be set when the class is invoked
90 * The base dn for your domain
99 * Port used to talk to the domain controllers.
106 * Array of domain controllers. Specifiy multiple controllers if you
115 * This should be set to a domain admin account
126 * Setting to false will fudge "Domain Users" and is much faster. Keep in mind though that if
127 * someone's primary group is NOT domain users, this is obviously going to mess up the results
367 * Set the domain controller
[all...]
/dokuwiki/lib/images/admin/
H A DREADME4 styling.png from https://openclipart.org/detail/25595/brush Public Domain
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js71 options.domain ? '; domain=' + options.domain : '',
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php69 // Check domain portion
114 * @return bool Whether domain portion is valid
118 // Total domain can only be from 1 to 255 characters, inclusive
149 return false; // Not enough parts to domain
H A DREADME.md11 - Opened up methods for checking the "local part" (the bit before the `@`) and the "domain part" (after the `@`)
/dokuwiki/conf/
H A Dacronyms.conf13 DNS Domain Name System
H A Dlicense.php15 'name' => 'Public Domain',
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php297 foreach ($domains as $domain) {
298 $domain = trim($domain, ". \t\n\r\0\x0B");
299 $segments = array_reverse(explode('.', $domain));
315 * Check if the domain is in the list of forced HTTPS.
317 protected function is_https_domain($domain) argument
319 $domain = trim($domain, '. ');
320 $segments = array_reverse(explode('.', $domain));
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php101 * An X400 Address looks similar to this X400:c=US;a= ;p=Domain;o=Organization;s=Doe;g=John;
105 * @param string $admd Administration Management Domain
106 * @param string $pdmd Private Management Domain (often your AD domain)
331 * Returns a list of Exchange Servers in the ConfigurationNamingContext of the domain
H A DadLDAPFolders.php104 case 'domain':
H A DadLDAPUsers.php251 $entries[0]["memberof"][] = "CN=Domain Users,CN=Users," . $this->adldap->getBaseDn();
343 // - Domain's maxPwdAge attribute: how long passwords last in the domain
372 return "Domain does not expire passwords";
/dokuwiki/inc/
H A Dfarm.php14 * the domain name: If an animal resides in http://www.example.org:8080/mysite/test/,
16 * to a simple '$farm/domain/'.
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dwhois.php62 'as-block','as-set','aut-num','domain','filter-set','inet-rtr',
71 'domain','ds-rdata','e-mail','encryption','export','export-comps',
H A Dchapel.php70 'by', 'delete', 'dmapped', 'domain', 'enum', 'index', 'min',
H A Dkixtart.php107 '@Domain',
H A Dprogress.php180 'REFRESH','REFRESH-AUDIT-POLICY','REGISTER-DOMAIN','REJECT-CHANGES',
288 'DISPLAY-TIMEZONE','DISPLAY-TYPE','DOMAIN-DESCRIPTION','DOMAIN-NAME',
289 'DOMAIN-TYPE','DRAG-ENABLED','DROP-TARGET','DYNAMIC',
H A Dsql.php73 'DOMAIN', 'DROP',
H A Dactionscript.php76 'deblocking', 'delete', 'DELETEKEY', 'docTypeDecl', 'domain', 'DOWN',
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown33 understand Internationalized Domain Names (IDNs).
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php

12