mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-29 00:09:59 +00:00
fix typo
This commit is contained in:
parent
82d24098aa
commit
45eda343d9
|
|
@ -233,7 +233,7 @@ class SeedDMS_LdapAuthentication extends SeedDMS_Authentication {
|
|||
}
|
||||
|
||||
/* Check if user already exists in the database. Return with an error
|
||||
* only if the sql statements fails, but not if no user was found.
|
||||
* only if the sql statements fails, but not if the user wasn't found.
|
||||
* The username may not be the one passed to this function anymore. It
|
||||
* could have been overwritten by uid (or sAMAccountName) derived from
|
||||
* the above ldap search.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user