mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
use our default referral; slapd complains about returning 0x0a without a ref
This commit is contained in:
parent
52ce57f525
commit
dd87b75985
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ retcode-item "cn=strongAuthRequired" 0x08
|
|||
retcode-item "cn=strongerAuthRequired" 0x08 text="same as strongAuthRequired"
|
||||
#retcode-item "cn=partialResults" 0x09 "LDAPv2+ (not LDAPv3)"
|
||||
|
||||
retcode-item "cn=referral" 0x0a text="LDAPv3"
|
||||
retcode-item "cn=referral" 0x0a text="LDAPv3" ref="ldap://:9010"
|
||||
retcode-item "cn=adminLimitExceeded" 0x0b text="LDAPv3"
|
||||
retcode-item "cn=unavailableCriticalExtension" 0x0c text="LDAPv3"
|
||||
retcode-item "cn=confidentialityRequired" 0x0d text="LDAPv3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue