Add support for SASL bind #551
Annotations
10 errors and 6 warnings
Psalm:
src/Auth/InvalidCredentialResult.php#L28
src/Auth/InvalidCredentialResult.php:28:18: MissingClassConstType: Class constant "SimpleSAML\Module\ldap\Auth\InvalidCredentialResult::LDAP_NO_SUCH_OBJECT" should have a declared type. (see https://psalm.dev/359)
|
Psalm:
src/Auth/InvalidCredentialResult.php#L29
src/Auth/InvalidCredentialResult.php:29:18: MissingClassConstType: Class constant "SimpleSAML\Module\ldap\Auth\InvalidCredentialResult::ERROR_LOGON_FAILURE" should have a declared type. (see https://psalm.dev/359)
|
Psalm:
src/Auth/InvalidCredentialResult.php#L30
src/Auth/InvalidCredentialResult.php:30:18: MissingClassConstType: Class constant "SimpleSAML\Module\ldap\Auth\InvalidCredentialResult::ERROR_ACCOUNT_RESTRICTION" should have a declared type. (see https://psalm.dev/359)
|
Psalm:
src/Auth/InvalidCredentialResult.php#L31
src/Auth/InvalidCredentialResult.php:31:18: MissingClassConstType: Class constant "SimpleSAML\Module\ldap\Auth\InvalidCredentialResult::ERROR_INVALID_LOGON_HOURS" should have a declared type. (see https://psalm.dev/359)
|
Psalm:
src/Auth/InvalidCredentialResult.php#L32
src/Auth/InvalidCredentialResult.php:32:18: MissingClassConstType: Class constant "SimpleSAML\Module\ldap\Auth\InvalidCredentialResult::ERROR_INVALID_WORKSTATION" should have a declared type. (see https://psalm.dev/359)
|
Psalm:
src/Auth/InvalidCredentialResult.php#L33
src/Auth/InvalidCredentialResult.php:33:18: MissingClassConstType: Class constant "SimpleSAML\Module\ldap\Auth\InvalidCredentialResult::ERROR_PASSWORD_EXPIRED" should have a declared type. (see https://psalm.dev/359)
|
Psalm:
src/Auth/InvalidCredentialResult.php#L34
src/Auth/InvalidCredentialResult.php:34:18: MissingClassConstType: Class constant "SimpleSAML\Module\ldap\Auth\InvalidCredentialResult::ERROR_ACCOUNT_DISABLED" should have a declared type. (see https://psalm.dev/359)
|
Psalm:
src/Auth/InvalidCredentialResult.php#L35
src/Auth/InvalidCredentialResult.php:35:18: MissingClassConstType: Class constant "SimpleSAML\Module\ldap\Auth\InvalidCredentialResult::ERROR_TOO_MANY_CONTEXT_IDS" should have a declared type. (see https://psalm.dev/359)
|
Psalm:
src/Auth/InvalidCredentialResult.php#L36
src/Auth/InvalidCredentialResult.php:36:18: MissingClassConstType: Class constant "SimpleSAML\Module\ldap\Auth\InvalidCredentialResult::ERROR_ACCOUNT_EXPIRED" should have a declared type. (see https://psalm.dev/359)
|
Psalm:
src/Auth/InvalidCredentialResult.php#L37
src/Auth/InvalidCredentialResult.php:37:18: MissingClassConstType: Class constant "SimpleSAML\Module\ldap\Auth\InvalidCredentialResult::ERROR_PASSWORD_MUST_CHANGE" should have a declared type. (see https://psalm.dev/359)
|
Psalm:
src/Auth/Process/AttributeAddUsersGroups.php#L56
src/Auth/Process/AttributeAddUsersGroups.php:56:21: PropertyNotSetInConstructor: Property SimpleSAML\Module\ldap\Auth\Process\AttributeAddUsersGroups::$additional_filters is not defined in constructor of SimpleSAML\Module\ldap\Auth\Process\AttributeAddUsersGroups or in any methods called in the constructor (see https://psalm.dev/074)
|
Psalm:
src/Auth/Source/LdapMulti.php#L42
src/Auth/Source/LdapMulti.php:42:19: PropertyNotSetInConstructor: Property SimpleSAML\Module\ldap\Auth\Source\LdapMulti::$orgs is not defined in constructor of SimpleSAML\Module\ldap\Auth\Source\LdapMulti or in any private or final methods called in the constructor (see https://psalm.dev/074)
|
Psalm:
src/Auth/Source/LdapMulti.php#L47
src/Auth/Source/LdapMulti.php:47:19: PropertyNotSetInConstructor: Property SimpleSAML\Module\ldap\Auth\Source\LdapMulti::$ldapOrgs is not defined in constructor of SimpleSAML\Module\ldap\Auth\Source\LdapMulti or in any private or final methods called in the constructor (see https://psalm.dev/074)
|
Psalm:
src/Auth/Source/LdapMulti.php#L94
src/Auth/Source/LdapMulti.php:94:17: UninitializedProperty: Cannot use uninitialized property $this->orgs (see https://psalm.dev/186)
|
Psalm:
src/Auth/Source/LdapMulti.php#L96
src/Auth/Source/LdapMulti.php:96:17: UninitializedProperty: Cannot use uninitialized property $this->orgs (see https://psalm.dev/186)
|
Psalm:
src/Auth/Source/LdapMulti.php#L99
src/Auth/Source/LdapMulti.php:99:13: UninitializedProperty: Cannot use uninitialized property $this->ldapOrgs (see https://psalm.dev/186)
|
Loading