/dokuwiki/lib/plugins/authad/ |
H A D | auth.php | 20 * $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 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-by-nicubunu 2 template.png - public domain, (c) mathec, http://openclipart.org/detail/166596/palette-by-mathec
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | ReadMe.txt | 14 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 D | idna_convert.class.php | 27 * 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 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 controller [all...] |
/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" (after the `@`)
|
/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 | 296 foreach ($domains as $domain) { 297 $domain = trim($domain, ". \t\n\r\0\x0B"); 298 $segments = array_reverse(explode('.', $domain)); 314 * Check if the domain is in the list of forced HTTPS. 316 protected function is_https_domain($domain) 318 $domain = trim($domain, '. '); 319 $segments = array_reverse(explode('.', $domain)); 317 is_https_domain($domain) global() argument
|
/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',
|
H A D | progress.php | 180 '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 D | sql.php | 73 'DOMAIN', 'DROP',
|
H A D | actionscript.php | 76 'deblocking', 'delete', 'DELETEKEY', 'docTypeDecl', 'domain', 'DOWN',
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | README.markdown | 49 understand Internationalized Domain Names (IDNs).
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SCP.php |
|