]> git.sur5r.net Git - openldap/commitdiff
Fix comment for be_rootdn_bind()
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 7 Jan 2008 23:23:12 +0000 (23:23 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 7 Jan 2008 23:23:12 +0000 (23:23 +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
  *