Replies: 2 comments 3 replies
-
If you are configured for ldap auth you cannot use any local accounts. If you want to use a mix of local accounts and ldap then you need to use simple auth in your apache config. The only thing you will find in the database is the username and permissions associated with that username, there are no passwords since opendcim does not handle authentication. |
Beta Was this translation helpful? Give feedback.
3 replies
-
You didn't switch the authentication back in the db.inc.php
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are currently using LDAP authentication and we are going to make some changes.
To be on the safe side, I tried to log on to the local admin account "opendcim", but unfortunately it no longer works.
We have tried to reinitialise it but it is impossible to find the procedure or even the password in the database.
+----------+---------------+-----------------+------------+-------------+--------------+--------------+-------------+-----------+-----------+----------+ | UserID | Name | AdminOwnDevices | ReadAccess | WriteAccess | DeleteAccess | ContactAdmin | RackRequest | RackAdmin | SiteAdmin | Disabled | +----------+---------------+-----------------+------------+-------------+--------------+--------------+-------------+-----------+-----------+----------+ | opendcim | Default Admin | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | +----------+---------------+-----------------+------------+-------------+--------------+--------------+-------------+-----------+-----------+----------+
I've tried searching everywhere from the interface or even the files without success, I can't find anything.
I haven't found any information about a procedure, either in the documentation, or in the wiki, or on the net.
Could you please help me?
Thanks you for Advance.
Beta Was this translation helpful? Give feedback.
All reactions