| /netbsd-src/crypto/external/bsd/heimdal/dist/tools/ |
| H A D | kdc-log-analyze.pl | 104 my $referrals = 0; 318 print "\tNumber of referrals: $referrals\n"; 319 if ($referrals > 0) { 434 $referrals++;
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | config.sdf | 31 referrals to other servers capable of handling requests. You may 35 !import "config_ref.png"; align="center"; title="Local service with referrals" 36 FT[align="Center"] Figure 3.2: Local service with referrals 64 {{superior}} and {{subordinate}} referrals.
|
| H A D | referrals.sdf | 51 The server uses this information to generate referrals and 75 The server uses this information to generate referrals to 102 The server uses this information to generate referrals for operations 135 Note: the use of referrals to construct a Distributed Directory Service is 137 installation has already been built using referrals, the use of the 138 {{chain}} overlay to hide the referrals will greatly improve the usability
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/ibmdb2/ |
| H A D | testdb_create.sql | 35 drop table referrals; 36 CREATE TABLE referrals ( table
|
| H A D | testdb_data.sql | 18 insert into referrals (id,name,url) values (1,'Referral','ldap://localhost:9012/');
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/ |
| H A D | testdb_create.sql | 48 drop table referrals; 50 create table referrals ( table
|
| H A D | testdb_drop.sql | 6 DROP TABLE referrals;
|
| H A D | testdb_data.sql | 18 insert into referrals (id,name,url) values (1,'Referral','ldap://localhost:9012/');
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mysql/ |
| H A D | testdb_create.sql | 80 drop table if exists referrals; 81 CREATE TABLE referrals ( table
|
| H A D | testdb_data.sql | 18 insert into referrals (id,name,url) values (1,'Referral','ldap://localhost:9012/');
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | slapd-glue-ldap.conf | 48 chase-referrals no 62 chase-referrals no
|
| H A D | slapd-meta.conf | 41 chase-referrals no
|
| H A D | slapd-asyncmeta.conf | 41 chase-referrals no
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-sermersheim-ldap-chaining-xx.txt | 44 other DSAs or returns referrals and/or search result references to 61 Contrast this with the act of passing referrals (4.1.11 of [RFC2251]) 125 return referrals when a target object is held by a remote service. 128 chaining, rather than referrals, be used to provide the service. 130 but if it can't it returns referrals. 133 than referrals to service the request. When this value is set, 134 the server MUST NOT return referrals. It either chains the 138 referrals rather than allow the server to chain the operation. 139 When this value is set, the server return referrals and search 144 other DSAs. Instead it returns referrals as necessary, or fails.
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | slapd.ldif | 15 # Do not enable referrals until AFTER you have a working directory 16 # service AND an understanding of referrals.
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3663.txt | 218 o The registrar-referral DIT provides referrals from the registry 489 Underneath each TLD entry, the third tier contains referrals to the 772 heavy use of referrals between the TLD DIT's and the name server and 774 ruled out in hopes of using referrals for load balancing across 778 with the interpretation of the referrals and how they were managed. 794 required no intra-server referrals. Aliases may have been a better 808 the use of referrals (i.e., the two servers would not be operated by 811 referrals returned for this purpose grew out of the need to limit 812 data returned to the client and the priority given to referrals. It 814 instance a TLD level, to return nothing but referrals. This was true [all …]
|
| H A D | rfc3088.txt | 30 Root Service". The automated system generates referrals based upon 67 servers support generation of referrals to "superior" server(s). 82 This service returns referrals generated from DNS SRV resource 365 LDAPv2 [RFC1777] does not support the return of referrals and hence 373 including referrals. LDAPv2+, like LDAPv3, does not require a bind 376 LDAPv3 referrals in this case. However, as commonly deployed LDAPv2+ 385 CLDAP [RFC1798] does not support the return of referrals and hence is
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its4448/ |
| H A D | slapd-meta.conf | 48 chase-referrals yes
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| H A D | bad-rate-limit-referrals-per-second.conf | 16 referrals-per-second 1001; // greater than DNS_RRL_MAX_RATE
|
| /netbsd-src/external/bsd/unbound/dist/testdata/edns_cache.tdir/ |
| H A D | edns_cache.test | 8 # gives referrals to the other server on IPv4 127.0.0.1 that is nonEDNS.
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog | 331 * lib/krb5/get_in_tkt.c: Make working with client referrals. 333 * lib/krb5/get_cred.c: Try moving referrals checking into 336 * lib/krb5/get_in_tkt.c: Try moving referrals checking into 349 * kdc/krb5tgs.c: Better referrals support, use canonicalize flag. 361 * lib/krb5/get_cred.c: Insecure tgs referrals.
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | options.c | 787 char *const *referrals = (char *const *) invalue; in ldap_set_option() local 798 if ( referrals ) { in ldap_set_option() 799 ld->ld_referrals = ldap_value_dup(referrals); in ldap_set_option()
|
| /netbsd-src/external/bsd/openldap/dist/clients/tools/ |
| H A D | common.h | 58 extern int referrals;
|
| /netbsd-src/external/mpl/bind/dist/doc/notes/ |
| H A D | notes-9.18.17.rst | |
| /netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
| H A D | defines.sh | 106 RCONF=$DATADIR/slapd-referrals.conf 308 LDIFREF=$DATADIR/referrals.ldif 411 REFERRALOUT=$DATADIR/referrals.out
|