Ldap users authentication works, but they do not appear properly in some places. API server error (500) in resources. #459
-
I have succeeded to set-up slurm-web, but there are some small issues. Particularly, concerning ldap I have succeeded to enable authentication and works quite fine (as I have tested it for my own user). In the configuration file I have the following lines,
However, there are some small problems. For example, in jobs section, I can only see the (account) name in the table. Moreover, I do not see users on the filters. Apart from users, partitions are not visible in filters as well (however they are visible in the table). For some reason I cannot locate the command Finally, I see the following error in the resources
Thank you for giving me the opportunity to ask this question. P.S. I just want to inform that we have some users with special characters from Polish alphabet in their names. Maybe it causes some issues? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Did you install Slurm-web with official RPM or Deb packages? If yes, the command is installed in this path: # /usr/libexec/slurm-web/slurm-web-ldap-check What happens when you run this command?
Do you see this error above the table of nodes? If yes, did you define your RacksDB database to describe your cluster?
No it shouldn't be an issue, as long as locales are using a character encoding set that supports unicode such as UTF-8. |
Beta Was this translation helpful? Give feedback.
-
Good morning sir, Thank you very much for your help. At this point I have the following updates:
I use Debian system and I have installed
One week ago when I submitted the question, there were some conflicts with
In general, we have a very simple datacenter: a room with 3 rows with 4 racks each one of them. In web-server, yes it is error above the table and now it changed to,
I hope that now my description of the problem is more precise. Thank you very much for your will to help! |
Beta Was this translation helpful? Give feedback.
-
It appeared that |
Beta Was this translation helpful? Give feedback.
Good morning sir,
Thank you very much for your help. At this point I have the following updates:
/usr/libexec/slurm-web/slurm-web-ldap-check
works fine and returns me positive message. However, the usernames do not appear for some reason in table injobs
section. They appear in filters, but it does not have sense because they do not filter anything.I use Debian system and I have installed
slurm-web
viaapt
.racksdb
. For now i have succeeded to make drawings of the infrastructure and the data-center. Therefore, it is functional at some level. It appears that there is an authentication error in the logs ofslurm-web-gateway
. I am not sure…