mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Fix comment for be_rootdn_bind()
This commit is contained in:
parent
1d1b05e518
commit
0dab27bb1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue