mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
use a referral that (almost) surely fails
This commit is contained in:
parent
9d89bef03d
commit
9c77946253
@ -2054,7 +2054,7 @@ mail: auser@mail.alumni.example.com
|
||||
telephoneNumber: +49 1234-567-890
|
||||
description: Just added in o=Beispiel,c=DE naming context
|
||||
|
||||
# refldap://ldap.example.com:389/ou=Referrals,o=Beispiel,c=DE??sub
|
||||
# refldap://localhost:9010/ou=Referrals,o=Beispiel,c=DE??sub
|
||||
|
||||
# searching base="o=Esempio,c=IT"...
|
||||
dn: o=Esempio,c=IT
|
||||
@ -2466,7 +2466,7 @@ mail: auser@mail.alumni.example.com
|
||||
telephoneNumber: +49 1234-567-890
|
||||
description: Just added in o=Beispiel,c=DE naming context
|
||||
|
||||
# refldap://ldap.example.com:389/ou=Referrals,o=Beispiel,c=DE??sub
|
||||
# refldap://localhost:9010/ou=Referrals,o=Beispiel,c=DE??sub
|
||||
|
||||
# searching filter="(objectClass=referral)"
|
||||
# attrs="'*' ref"
|
||||
@ -2477,9 +2477,9 @@ objectClass: extensibleObject
|
||||
ou: Referrals
|
||||
description: Just added as ldap://localhost.localdomain:389/ou=Referrals,o=Bei
|
||||
spiel,c=DE
|
||||
description: ...and modified as ldap://ldap.example.com:389/ou=Referrals,o=Bei
|
||||
spiel,c=DE
|
||||
ref: ldap://ldap.example.com:389/ou=Referrals,o=Beispiel,c=DE
|
||||
description: ...and modified as ldap://localhost:9010/ou=Referrals,o=Beispiel,
|
||||
c=DE
|
||||
ref: ldap://localhost:9010/ou=Referrals,o=Beispiel,c=DE
|
||||
|
||||
# base="o=Example,c=US"...
|
||||
dn: ou=Referrals,o=Example,c=US
|
||||
@ -2488,9 +2488,9 @@ objectClass: extensibleObject
|
||||
ou: Referrals
|
||||
description: Just added as ldap://localhost.localdomain:389/ou=Referrals,o=Bei
|
||||
spiel,c=DE
|
||||
description: ...and modified as ldap://ldap.example.com:389/ou=Referrals,o=Bei
|
||||
spiel,c=DE
|
||||
ref: ldap://ldap.example.com:389/ou=Referrals,o=Beispiel,c=DE
|
||||
description: ...and modified as ldap://localhost:9010/ou=Referrals,o=Beispiel,
|
||||
c=DE
|
||||
ref: ldap://localhost:9010/ou=Referrals,o=Beispiel,c=DE
|
||||
|
||||
# base="o=Esempio,c=IT"...
|
||||
dn: ou=Referrals,o=Esempio,c=IT
|
||||
@ -2499,9 +2499,9 @@ objectClass: extensibleObject
|
||||
ou: Referrals
|
||||
description: Just added as ldap://localhost.localdomain:389/ou=Referrals,o=Bei
|
||||
spiel,c=DE
|
||||
description: ...and modified as ldap://ldap.example.com:389/ou=Referrals,o=Bei
|
||||
spiel,c=DE
|
||||
ref: ldap://ldap.example.com:389/ou=Referrals,o=Beispiel,c=DE
|
||||
description: ...and modified as ldap://localhost:9010/ou=Referrals,o=Beispiel,
|
||||
c=DE
|
||||
ref: ldap://localhost:9010/ou=Referrals,o=Beispiel,c=DE
|
||||
|
||||
# searching filter="(seeAlso=cn=all staff,ou=Groups,o=Example,c=US)"
|
||||
# attrs="seeAlso"
|
||||
@ -2540,5 +2540,5 @@ seeAlso: cn=Ursula Hampster,ou=Alumni Association,ou=People,o=Example,c=US
|
||||
dn: cn=Added User,ou=Alumni Association,ou=People,o=Example,c=US
|
||||
seeAlso: cn=All Staff,ou=Groups,o=Example,c=US
|
||||
|
||||
# refldap://ldap.example.com:389/ou=Referrals,o=Beispiel,c=DE??sub
|
||||
# refldap://localhost:9010/ou=Referrals,o=Beispiel,c=DE??sub
|
||||
|
||||
|
@ -160,10 +160,10 @@ description: Just added as ldap://localhost.localdomain:389/ou=Referrals,$BASEDN
|
||||
dn: ou=Referrals,$BASEDN
|
||||
changetype: modify
|
||||
replace: ref
|
||||
ref: ldap://ldap.example.com:389/ou=Referrals,$BASEDN
|
||||
ref: ldap://localhost:9010/ou=Referrals,$BASEDN
|
||||
-
|
||||
add: description
|
||||
description: ...and modified as ldap://ldap.example.com:389/ou=Referrals,$BASEDN
|
||||
description: ...and modified as ldap://localhost:9010/ou=Referrals,$BASEDN
|
||||
-
|
||||
EOMODS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user