]> git.sur5r.net Git - openldap/commitdiff
Fix comment for be_rootdn_bind()
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 11 Feb 2008 23:30:02 +0000 (23:30 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 11 Feb 2008 23:30:02 +0000 (23:30 +0000)
servers/slapd/backend.c

index 4325b568af7bf8c1d3c5409f5fe91f377457a8ab..a70c58045a46732c13760b3793996940fece5d60 100644 (file)
@@ -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
  *