From: Hallvard Furuseth Date: Mon, 7 Jan 2008 23:23:12 +0000 (+0000) Subject: Fix comment for be_rootdn_bind() X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~244 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0dab27bb1e2f833ceca2021c33f0482a348f6c39;p=openldap Fix comment for be_rootdn_bind() --- diff --git a/servers/slapd/backend.c b/servers/slapd/backend.c index 4325b568af..a70c58045a 100644 --- a/servers/slapd/backend.c +++ b/servers/slapd/backend.c @@ -783,7 +783,7 @@ be_isroot_pw( Operation *op ) * checks if binding as rootdn * * return value: - * SLAP_CB_CONTINUE if not the rootdn + * SLAP_CB_CONTINUE if not the rootdn, or if rootpw is null * LDAP_SUCCESS if rootdn & rootpw * LDAP_INVALID_CREDENTIALS if rootdn & !rootpw *