This commit is contained in:
Uwe Steinmann 2025-07-18 10:14:31 +02:00
parent 82d24098aa
commit 45eda343d9

View File

@ -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.