mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add DNS SRV to error text
This commit is contained in:
parent
13e628bcf4
commit
d717d9c897
@ -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 New Issue
Block a user