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 47) sorted by relevance

12

/dokuwiki/lib/plugins/authad/
H A Dauth.php21 * $conf['plugin']['authad']['account_suffix'] = '@my.domain.org';
22 * $conf['plugin']['authad']['base_dn'] = 'DC=my,DC=domain,DC=org';
23 * $conf['plugin']['authad']['domain_controllers'] = 'srv1.domain.org,srv2.domain.org';
49 * @var array hold connection data for a specific AD domain
54 * @var array open connections for each AD domain, as adLDAP objects
127 // other can do's are changed in $this->_loadServerConfig() base on domain setup
134 * Load domain config on capability check
142 //capabilities depend on config, which may change depending on domain
143 $domain = $this->getUserDomain($INPUT->server->str('REMOTE_USER'));
144 $this->loadServerConfig($domain);
[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.txt1 plugin.png - public domain, (c) nicubunu, http://openclipart.org/detail/15093/blue-jigsaw-piece-07-…
2 template.png - public domain, (c) mathec, http://openclipart.org/detail/166596/palette-by-mathec
/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 controllers array
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DBuiltInStandardAttributes.php29 'administration-domain-name' => ['optional' => true] + AdministrationDomainName::MAP,
40 'private-domain-name' => [
H A DBuiltInDomainDefinedAttributes.php28 'max' => 4, // ub-domain-defined-attributes
H A DORAddress.php29 …'built-in-domain-defined-attributes' => ['optional' => true] + BuiltInDomainDefinedAttributes::MAP,
/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" (a…
/dokuwiki/_test/tests/inc/
H A Dsafefn.test.php23domain.1270211897.txt.gz','%t9%t1%th%sy%sw%te%t6%sw]_%tg%sw%t5%t7%ta%sy%ta%sz%ta]_%tb%tc%ta%td%te%…
H A Dmail_isvalid.test.php11 array('username+tag@domain.com', true), // FS#1447
61 …901234567890123456789012.com', false), // 255 characters is maximum length for domain. This is 256.
/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.php350 …* @param string[] $domains list of domain names ['biz', 'example.com', 'example.org', 'www.example…
357 foreach ($domains as $domain) {
358 $domain = trim($domain, ". \t\n\r\0\x0B");
359 $segments = array_reverse(explode('.', $domain));
376 * Check if the domain is in the list of forced HTTPS.
380 protected function is_https_domain(string $domain) argument
382 $domain = trim($domain, '. ');
383 $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',
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php308 * "The size of a set of elliptic curve domain parameters on a prime
313 * elliptic curve domain parameters defines a group of order n generated
/dokuwiki/_test/tests/inc/parser/
H A Dparser_quotes.test.php314 $raw = 'Foo "[[www.domain.com]]" Bar';
323 array('cdata',array('[[www.domain.com]]')),

12