mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 16:23:23 -05:00
Add DNS SRV to error text
This commit is contained in:
parent
13e628bcf4
commit
d717d9c897
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ dnssrv_back_referrals(
|
|||
struct berval **urls = NULL;
|
||||
|
||||
if( ndn == NULL || *ndn == '\0' ) {
|
||||
*text = "operation upon null (empty) DN disallowed";
|
||||
*text = "DNS SRV operation upon null (empty) DN disallowed";
|
||||
return LDAP_UNWILLING_TO_PERFORM;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue