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 D | auth.php | 21 * $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 D | action.php | 29 * 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 D | license.txt | 1 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 D | adLDAP.php | 43 * 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 D | BuiltInStandardAttributes.php | 29 'administration-domain-name' => ['optional' => true] + AdministrationDomainName::MAP, 40 'private-domain-name' => [
|
| H A D | BuiltInDomainDefinedAttributes.php | 28 'max' => 4, // ub-domain-defined-attributes
|
| H A D | ORAddress.php | 29 …'built-in-domain-defined-attributes' => ['optional' => true] + BuiltInDomainDefinedAttributes::MAP,
|
| /dokuwiki/lib/images/admin/ |
| H A D | README | 4 styling.png from https://openclipart.org/detail/25595/brush Public Domain
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.cookie.js | 71 options.domain ? '; domain=' + options.domain : '',
|
| /dokuwiki/vendor/aziraphale/email-address-validator/ |
| H A D | EmailAddressValidator.php | 69 // 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 D | README.md | 11 - Opened up methods for checking the "local part" (the bit before the `@`) and the "domain part" (a…
|
| /dokuwiki/_test/tests/inc/ |
| H A D | safefn.test.php | 23 …domain.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 D | mail_isvalid.test.php | 11 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 D | acronyms.conf | 13 DNS Domain Name System
|
| H A D | license.php | 15 'name' => 'Public Domain',
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Sanitize.php | 350 …* @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 D | adLDAPExchange.php | 101 * 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 D | adLDAPFolders.php | 104 case 'domain':
|
| H A D | adLDAPUsers.php | 251 … $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 D | farm.php | 14 * 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 D | whois.php | 62 'as-block','as-set','aut-num','domain','filter-set','inet-rtr', 71 'domain','ds-rdata','e-mail','encryption','export','export-comps',
|
| H A D | chapel.php | 70 'by', 'delete', 'dmapped', 'domain', 'enum', 'index', 'min',
|
| H A D | kixtart.php | 107 '@Domain',
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | EC.php | 308 * "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 D | parser_quotes.test.php | 314 $raw = 'Foo "[[www.domain.com]]" Bar'; 323 array('cdata',array('[[www.domain.com]]')),
|
12