Home
last modified time | relevance | path

Searched refs:dn (Results 1 – 8 of 8) sorted by path

/dokuwiki/inc/lang/cs/
H A Dconflict.txt
H A Dstopwords.txt
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPFolders.php58 * @param string $dn The distinguished name to delete
61 public function delete($dn){ argument
62 $result = ldap_delete($this->adldap->getLdapConnection(), $dn);
H A DadLDAPGroups.php66 // Find the parent group's dn
68 if ($parentGroup[0]["dn"] === NULL){
71 $parentDn = $parentGroup[0]["dn"];
73 // Find the child group's dn
75 if ($childGroup[0]["dn"] === NULL){
78 $childDn = $childGroup[0]["dn"];
103 // Find the user's dn
104 $userDn = $this->adldap->user()->dn($user, $isGUID);
109 // Find the group's dn
111 if ($groupInfo[0]["dn"]
[all...]
H A DadLDAPUsers.php174 $dn = $userinfo[0]['distinguishedname'][0];
175 $result = $this->adldap->folder()->delete($dn);
401 // Find the dn of the user
402 $userDn = $this->dn($username, $isGUID);
486 $userDn = $this->dn($username, $isGUID);
534 public function dn($username, $isGUID=false) function in adLDAPUsers
537 if ($user[0]["dn"] === NULL) {
540 $userDn = $user[0]["dn"];
657 $dn = $userInfo[0]['distinguishedname'][0];
662 $result = @ldap_rename($this->adldap->getLdapConnection(), $dn,
[all...]
/dokuwiki/lib/plugins/authldap/
H A Dauth.php79 $dn = $this->makeFilter(
85 $dn = $this->makeFilter(
96 // Try to bind to with the dn if we have one.
97 if (!empty($dn)) {
99 if (!@ldap_bind($this->con, $dn, $pass)) {
100 $this->debug("LDAP: bind with $dn failed", -1, __LINE__, __FILE__);
101 $this->debug('LDAP user dn bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
109 if (empty($info['dn'])) {
112 $dn = $info['dn'];
[all...]
/dokuwiki/lib/plugins/logviewer/lang/cs/
H A Dnolog.txt
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php146 private $dn;
437 $this->dn = $cert['tbsCertificate']['subject'];
438 if (!isset($this->dn)) {
490 $this->dn = $x509['tbsCertificate']['subject'];
967 $olddn = $this->dn;
974 $this->dn = $olddn;
1008 $this->dn = $olddn;
1652 if (empty($this->dn)) {
1653 $this->dn = ['rdnSequence' => []];
1664 $this->dn['rdnSequenc
204 var $dn; global() variable in phpseclib\\File\\X509
2735 getDNProp($propName, $dn = null, $withType = false) global() argument
2799 setDN($dn, $merge = false, $type = 'utf8String') global() argument
2841 getDN($format = self DN_ARRAY, $dn = null) global() argument
[all...]