Fix comment for be_rootdn_bind()

This commit is contained in:
Hallvard Furuseth 2008-01-07 23:23:12 +00:00
parent 1d1b05e518
commit 0dab27bb1e

View 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
*