You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RCDevs Security
When logging in via RDP, OpenOTP adds the FQDN name of the Windows domain to the user name and reports that the password and login are incorrect. I have to manually enter the correct name.
For example: NETBIOS domain name: DOMAIN FQDN: ad.domain.com Username: user
When logging in, I get a message that the password and login are incorrect. I enter them manually and see that the login input field has the wrong name - ad.domain.com\user instead of DOMAIN\user.
Where is this behavior configured?
Yoann Traut (RCDevs)
unread,
Mar 3, 2025, 6:08:22 AMMar 3
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RCDevs Security
Hello,
In your WebADM Domain object, just configure ad.domain.com as a Domain Name Alias.
WebADM GUI > Admin > User Domain > DOMAIN_NAME > CONFIGURE > Domain Name Alias. It should solve your issue.
Regards
Ilia Nastenko
unread,
Mar 3, 2025, 11:24:54 AMMar 3
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RCDevs Security
I did this and it didn't work. That would be too easy. Maybe I need to restart the server services or configure the credential provider in a special way?
понедельник, 3 марта 2025 г. в 14:08:22 UTC+3, Yoann Traut (RCDevs):
Spyridon Gouliarmis (RCDevs)
unread,
Mar 3, 2025, 11:33:45 AMMar 3
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RCDevs Security
Normally there is no need to restart the webadm service when changing any LDAP-stored config (such as user domains or client policies), and the CP loads its configuration from the registry every time it is run.
Does the webadm.log lines that correspond to your login attempt report that WebADM refuses the login, (in which case you continue added config to the WebADM/OpenOTP side), or does it report a success? If the later, Windows itself was not happy with the credentials it got, and you might need the CP log to figure out what happened: https://docs.rcdevs.com/howtos/openotp_cp/openotp_cp/#871-enable-debug-logs .
Ilia Nastenko
unread,
Mar 4, 2025, 2:58:37 AMMar 4
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RCDevs Security
I was careless and specified the NETBIOS domain name as an alias. And I needed to specify the FQDN. And although I can't explain it logically (why the real name is specified as an alias) - it seems to work.
понедельник, 3 марта 2025 г. в 19:33:45 UTC+3, Spyridon Gouliarmis (RCDevs):