Hi All,
Thanks for the quick responses to my earlier questions — really appreciate it!
I am getting a user authentication issue.
Could you please give some insights on what could be the issue (this is the first time user is trying to login)
Thank you
From node
[REDACTED_USER@REDACTED_HOST ~]$ iinit
Enter your current iRODS password:
Level 0: Error occurred while authenticating user [REDACTED_USER] [CAT_INVALID_USER: failed to perform request] [ec=-827000]
iuserinfo
[REDACTED_USER@REDACTED_HOST:~]$ iuserinfo [REDACTED_USER]
name: [REDACTED_USER]
id: [REDACTED_ID]
type: rodsuser
zone: [REDACTED_ZONE]
info:
comment:
create time: [REDACTED_TIMESTAMP]: 2023-06-02.16:36:29
modify time: [REDACTED_TIMESTAMP]: 2023-06-02.16:36:29
member of group: [REDACTED_GROUP_1]
member of group: [REDACTED_GROUP_2]
member of group: public
Server logs
Aug 5 16:14:53 [REDACTED_HOST] irodsServer[19311]: {
"log_category": "api",
"log_level": "info",
"log_message": "Error occurred invoking auth plugin operation [CAT_INVALID_USER: rcAuthCheck failed.\n\n] [ec=-827000]",
"request_api_name": "",
"request_api_number": 110000,
"request_api_version": "d",
"request_client_user": "[REDACTED_USER]",
"request_host": "[REDACTED_IP]",
"request_proxy_user": "[REDACTED_USER]",
"request_release_version": "rods4.3.1",
"server_host": "[REDACTED_SERVER]",
"server_pid": 19311,
"server_timestamp": "2025-08-05T20:14:53.571Z",
"server_type": "agent",
"server_zone": "[REDACTED_ZONE]"
}