I am having different issue now. From typo3 web I could see, ldap status is ok, I could import all user in BE user and I could import BE groups from LDAP specific group with filter (&(ou=typo3)(objectClass=groupOfOrg)).
But I can’t login with LDAP user.
SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type bytea - {“mode”:“WEB”,“application_mode”:“BE”,“exception_class”:“Doctrine\DBAL\Exception\DriverException”,“exception_code”:0,“file”:“/var/www/typo3/prod/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php”,“line”:102,“message”:“An exception occurred while executing ‘UPDATE "be_users" SET "uid" = ?, "pid" = ?, "tstamp" = ?, "crdate" = ?, "cruser_id" = ?, "deleted" = ?, "disable" = ?, "starttime" = ?, "endtime" = ?, "description" = ?, "username" = ?, "avatar" = ?, "password" = ?, "admin" = ?, "usergroup" = ?, "lang" = ?, "email" = ?, "db_mountpoints" = ?, "options" = ?, "realName" = ?, "userMods" = ?, "allowed_languages" = ?, "uc" = ?, "file_mountpoints" = ?, "file_permissions" = ?, "workspace_perms" = ?, "TSconfig" = ?, "lastlogin" = ?, "workspace_id" = ?, "mfa" = ?, "category_perms" = ?, "password_reset_token" = ?, "tx_igldapssoauth_dn" = ?, "tx_igldapssoauth_id" = ? WHERE "uid" = ?’ with params [3, 0, 1716459725, 1716372359, 0, 0, "0", 0, 0, null, "saiful", 0, "f005de67c76cacec646e04d82c455f29", 1, "1,2", "default", "saiful@hostname.domain.com", "", 3, "saiful", null, "", "a:12:{s:14:\"interfaceSetup\";s:7:\"backend\";s:10:\"moduleData\";a:4:{s:28:\"dashboard\/current_dashboard\/\";s:40:\"d5f23c8496bc9f1e074022398c64ecc0296a441b\";s:8:\"web_list\";a:3:{s:8:\"function\";N;s:8:\"language\";N;s:19:\"constant_editor_cat\";N;}s:10:\"web_layout\";a:3:{s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";s:19:\"constant_editor_cat\";N;}s:8:\"web_info\";a:3:{s:8:\"function\";s:48:\"TYPO3\\CMS\\Belog\\Module\\BackendLogModuleBootstrap\";s:8:\"language\";N;s:19:\"constant_editor_cat\";N;}}s:14:\"emailMeAtLogin\";i:0;s:8:\"titleLen\";i:50;s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:25:\"resizeTextareas_MaxHeight\";i:500;s:4:\"lang\";s:7:\"default\";s:19:\"firstLoginTimeStamp\";i:1716372359;s:15:\"moduleSessionID\";a:4:{s:28:\"dashboard\/current_dashboard\/\";s:40:\"9296e0b8d4cd3ec49f2315662e5616dcc2d225a9\";s:8:\"web_list\";s:40:\"480db1c994d3a34c5e5955f837232ec210129fc6\";s:10:\"web_layout\";s:40:\"480db1c994d3a34c5e5955f837232ec210129fc6\";s:8:\"web_info\";s:40:\"480db1c994d3a34c5e5955f837232ec210129fc6\";}s:10:\"modulemenu\";s:2:\"{}\";s:17:\"BackendComponents\";a:1:{s:6:\"States\";a:1:{s:17:\"typo3-module-menu\";a:1:{s:9:\"collapsed\";s:5:\"false\";}}}}", null, "readFolder,writeFolder,addFolder,renameFolder,moveFolder,deleteFolder,readFile,writeFile,addFile,renameFile,replaceFile,moveFile,copyFile,deleteFile", 1, null, 1716375044, 0, null, "0", "", "uid=saiful,ou=people,dc=domain,dc=com", "1", 3]:\n\nSQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type bytea”,“request_url”:“https://hostname.domain.com/typo3/login?loginProvider=1433416747","exception”:null}
I would be grateful for any assistance.