Home
last modified time | relevance | path

Searched refs:DNs (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/dports/net/phpldapadmin/phpLDAPadmin-1.2.6.3/doc/
H A Dldif-example.com25 dn: ou=Bad DNs,dc=example.com
27 ou: Bad DNs
30 dn: c=double plus \2B\2B,ou=Bad DNs,dc=example.com
35 dn: c=end dollar$,ou=Bad DNs,dc=example.com
47 dn: uid=angle\3Cleft,ou=Bad DNs,dc=example.com
54 dn: uid=angle\3Eright,ou=Bad DNs,dc=example.com
61 dn: uid=brace(left,ou=Bad DNs,dc=example.com
68 dn: uid=brace)right,ou=Bad DNs,dc=example.com
75 dn: uid=colon:full,ou=Bad DNs,dc=example.com
82 dn: uid=colon\3Bsemi,ou=Bad DNs,dc=example.com
[all …]
/dports/net/openldap25-server/openldap-2.5.9/tests/progs/
H A Dslapd-modrdn.c121 char *DNs[2]; in do_modrdn() local
126 DNs[0] = entry; in do_modrdn()
127 DNs[1] = strdup( entry ); in do_modrdn()
128 if ( DNs[1] == NULL ) { in do_modrdn()
146 DNs[1][i++] = *p2--; in do_modrdn()
148 DNs[1][i] = '\0'; in do_modrdn()
149 rdns[0] = strdup( DNs[1] ); in do_modrdn()
154 DNs[1][i] = ','; in do_modrdn()
169 rc = ldap_rename_s( ld, DNs[0], rdns[0], NULL, 0, NULL, NULL ); in do_modrdn()
194 rc = ldap_rename_s( ld, DNs[1], rdns[1], NULL, 1, NULL, NULL ); in do_modrdn()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/tests/progs/
H A Dslapd-modrdn.c121 char *DNs[2]; in do_modrdn() local
126 DNs[0] = entry; in do_modrdn()
127 DNs[1] = strdup( entry ); in do_modrdn()
128 if ( DNs[1] == NULL ) { in do_modrdn()
146 DNs[1][i++] = *p2--; in do_modrdn()
148 DNs[1][i] = '\0'; in do_modrdn()
149 rdns[0] = strdup( DNs[1] ); in do_modrdn()
154 DNs[1][i] = ','; in do_modrdn()
169 rc = ldap_rename_s( ld, DNs[0], rdns[0], NULL, 0, NULL, NULL ); in do_modrdn()
194 rc = ldap_rename_s( ld, DNs[1], rdns[1], NULL, 1, NULL, NULL ); in do_modrdn()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/tests/progs/
H A Dslapd-modrdn.c121 char *DNs[2]; in do_modrdn() local
126 DNs[0] = entry; in do_modrdn()
127 DNs[1] = strdup( entry ); in do_modrdn()
128 if ( DNs[1] == NULL ) { in do_modrdn()
146 DNs[1][i++] = *p2--; in do_modrdn()
148 DNs[1][i] = '\0'; in do_modrdn()
149 rdns[0] = strdup( DNs[1] ); in do_modrdn()
154 DNs[1][i] = ','; in do_modrdn()
169 rc = ldap_rename_s( ld, DNs[0], rdns[0], NULL, 0, NULL, NULL ); in do_modrdn()
194 rc = ldap_rename_s( ld, DNs[1], rdns[1], NULL, 1, NULL, NULL ); in do_modrdn()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/tests/progs/
H A Dslapd-modrdn.c121 char *DNs[2]; in do_modrdn() local
126 DNs[0] = entry; in do_modrdn()
127 DNs[1] = strdup( entry ); in do_modrdn()
128 if ( DNs[1] == NULL ) { in do_modrdn()
146 DNs[1][i++] = *p2--; in do_modrdn()
148 DNs[1][i] = '\0'; in do_modrdn()
149 rdns[0] = strdup( DNs[1] ); in do_modrdn()
154 DNs[1][i] = ','; in do_modrdn()
169 rc = ldap_rename_s( ld, DNs[0], rdns[0], NULL, 0, NULL, NULL ); in do_modrdn()
194 rc = ldap_rename_s( ld, DNs[1], rdns[1], NULL, 1, NULL, NULL ); in do_modrdn()
[all …]
/dports/net/openldap24-client/openldap-2.4.59/tests/progs/
H A Dslapd-modrdn.c187 char *DNs[2]; in do_modrdn() local
193 DNs[0] = entry; in do_modrdn()
194 DNs[1] = strdup( entry ); in do_modrdn()
205 DNs[1][i++] = *p2--; in do_modrdn()
207 DNs[1][i] = '\0'; in do_modrdn()
208 rdns[0] = strdup( DNs[1] ); in do_modrdn()
209 DNs[1][i] = ','; in do_modrdn()
250 rc = ldap_rename_s( ld, DNs[0], rdns[0], NULL, 0, NULL, NULL ); in do_modrdn()
275 rc = ldap_rename_s( ld, DNs[1], rdns[1], NULL, 1, NULL, NULL ); in do_modrdn()
307 free( DNs[1] ); in do_modrdn()
/dports/net/openldap24-server/openldap-2.4.59/tests/progs/
H A Dslapd-modrdn.c187 char *DNs[2]; in do_modrdn() local
193 DNs[0] = entry; in do_modrdn()
194 DNs[1] = strdup( entry ); in do_modrdn()
205 DNs[1][i++] = *p2--; in do_modrdn()
207 DNs[1][i] = '\0'; in do_modrdn()
208 rdns[0] = strdup( DNs[1] ); in do_modrdn()
209 DNs[1][i] = ','; in do_modrdn()
250 rc = ldap_rename_s( ld, DNs[0], rdns[0], NULL, 0, NULL, NULL ); in do_modrdn()
275 rc = ldap_rename_s( ld, DNs[1], rdns[1], NULL, 1, NULL, NULL ); in do_modrdn()
307 free( DNs[1] ); in do_modrdn()
/dports/dns/knot-resolver/knot-resolver-5.4.3/tests/integration/deckard/sets/resolver/
H A Dfwd_val_cname_sibling.rpl90 RATe.DNs-OARC.NEt. IN A
92 RATe.DNs-OARC.NEt. 120 IN CNAME dev.DNs-OARC.NEt.
93 RATe.DNs-OARC.NEt. 120 IN RRSIG CNAME 8 3 120 20201119101102 20201020091102 12093 dns-oarc.net. CKV…
94 dev.DNs-OARC.NEt. 161 IN A 77.72.225.245
95 dev.DNs-OARC.NEt. 161 IN RRSIG A 8 3 300 20201118021701 20201021021701 25608 dev.dns-oarc.net. gdXg…
103 rATe.DNs-OarC.Net. IN DS
105 dev.DNs-OarC.Net. 300 IN DS 65191 8 2 7202e542ec7177402116be5eabb2366eaa1eee8196a03934b2870a11df174…
106 dev.DNs-OarC.Net. 300 IN RRSIG DS 8 3 300 20201119101102 20201020091102 12093 dns-oarc.net. OMptv0I…
107 rATe.DNs-OarC.Net. 120 IN CNAME dev.DNs-OarC.Net.
129 dev.DNs-OarC.Net. 300 IN DS 65191 8 2 7202e542ec7177402116be5eabb2366eaa1eee8196a03934b2870a11df174…
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/3rdParty/pla/lib/
H A Dpage.php95 $DNs = get_request('dn','REQUEST');
96 if (is_array($DNs))
97 $DNs = '';
103 $DNs ? htmlspecialchars($DNs).' ' : '',
/dports/net/phpldapadmin/phpLDAPadmin-1.2.6.3/lib/
H A Dpage.php107 $DNs = get_request('dn','REQUEST');
108 if (is_array($DNs))
109 $DNs = '';
115 $DNs ? htmlspecialchars($DNs).' ' : '',
/dports/net-mgmt/midpoint/midpoint-4.0.3/doc/samples/demo/
H A DexportPhpLdapAdminDemo2.ldif47 creatorsname: cn=Directory Manager,cn=Root DNs,cn=config
55 anager,cn=Root DNs,cn=config
60 modifiersname: cn=Directory Manager,cn=Root DNs,cn=config
101 creatorsname: cn=Directory Manager,cn=Root DNs,cn=config
137 anager,cn=Root DNs,cn=config
141 modifiersname: cn=Directory Manager,cn=Root DNs,cn=config
156 creatorsname: cn=Directory Manager,cn=Root DNs,cn=config
186 creatorsname: cn=Directory Manager,cn=Root DNs,cn=config
211 creatorsname: cn=Directory Manager,cn=Root DNs,cn=config
248 anager,cn=Root DNs,cn=config
[all …]
/dports/sysutils/p5-Plugtools-Plugins-HomeOU/Plugtools-Plugins-HomeOU-0.0.0/lib/Plugtools/Plugins/
H A DHomeOUremove.pm91 my @DNs=keys(%entries);
93 my @sortedDNs=sort(@DNs);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/doc/admin/
H A Dconf_ldap.rst19 3. Choose DNs for the :ref:`krb5kdc(8)` and :ref:`kadmind(8)` servers
21 these DNs with the **ldap_kdc_dn** and **ldap_kadmind_dn**
31 to stash passwords for the KDC and kadmind DNs chosen above. For
48 DNs to read and write the Kerberos data. If
76 If the locations of the container and principals or the DNs of the
/dports/security/krb5/krb5-1.19.2/doc/admin/
H A Dconf_ldap.rst19 3. Choose DNs for the :ref:`krb5kdc(8)` and :ref:`kadmind(8)` servers
21 these DNs with the **ldap_kdc_dn** and **ldap_kadmind_dn**
31 to stash passwords for the KDC and kadmind DNs chosen above. For
48 DNs to read and write the Kerberos data. If
76 If the locations of the container and principals or the DNs of the
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/
H A Ddelete.php237 $DNs = array_keys($temp); variable
239 foreach ($DNs as $dn) {
250 $DNs = array_keys($attributes); variable
251 foreach ($DNs as $dn) {
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-ldap/
H A DTODO.proxy19 as the URI of Branch 2, and by rewriting all the DNs back to the new, uniform
56 A major problem isposed by the uniqueness of the DNs. As far as the suffixes
57 are masqueraded by a common suffix, the DNs are no longer guaranteed to be
59 DNs is guaranteed.
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-ldap/
H A DTODO.proxy19 as the URI of Branch 2, and by rewriting all the DNs back to the new, uniform
56 A major problem isposed by the uniqueness of the DNs. As far as the suffixes
57 are masqueraded by a common suffix, the DNs are no longer guaranteed to be
59 DNs is guaranteed.
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-ldap/
H A DTODO.proxy19 as the URI of Branch 2, and by rewriting all the DNs back to the new, uniform
56 A major problem isposed by the uniqueness of the DNs. As far as the suffixes
57 are masqueraded by a common suffix, the DNs are no longer guaranteed to be
59 DNs is guaranteed.
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-ldap/
H A DTODO.proxy19 as the URI of Branch 2, and by rewriting all the DNs back to the new, uniform
56 A major problem isposed by the uniqueness of the DNs. As far as the suffixes
57 are masqueraded by a common suffix, the DNs are no longer guaranteed to be
59 DNs is guaranteed.
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-ldap/
H A DTODO.proxy19 as the URI of Branch 2, and by rewriting all the DNs back to the new, uniform
56 A major problem isposed by the uniqueness of the DNs. As far as the suffixes
57 are masqueraded by a common suffix, the DNs are no longer guaranteed to be
59 DNs is guaranteed.
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-ldap/
H A DTODO.proxy19 as the URI of Branch 2, and by rewriting all the DNs back to the new, uniform
56 A major problem isposed by the uniqueness of the DNs. As far as the suffixes
57 are masqueraded by a common suffix, the DNs are no longer guaranteed to be
59 DNs is guaranteed.
/dports/sysutils/bareos-client/bareos-Release-20.0.3/systemtests/tests/py2plug-fd-ldap/
H A DREADME.md8 Besides simple DNs we also test DNs with special characters (i.e. quotes, backslashes, newlines, et…
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/systemtests/tests/py2plug-fd-ldap/
H A DREADME.md8 Besides simple DNs we also test DNs with special characters (i.e. quotes, backslashes, newlines, et…
/dports/sysutils/bareos-server/bareos-Release-20.0.3/systemtests/tests/py2plug-fd-ldap/
H A DREADME.md8 Besides simple DNs we also test DNs with special characters (i.e. quotes, backslashes, newlines, et…
/dports/www/bareos-webui/bareos-Release-20.0.3/systemtests/tests/py2plug-fd-ldap/
H A DREADME.md8 Besides simple DNs we also test DNs with special characters (i.e. quotes, backslashes, newlines, et…

12345678910>>...22