プロジェクト

全般

プロフィール

Vote #80123

未完了

valid ldap auth_source item _has_ to be id 1

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Administration_8
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
8
version_id:
0
issue_org_id:
31512
author_id:
403162
assigned_to_id:
0
comments:
0
status_id:
1
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
148
ステータス-->[New]

説明

After adding a new LDAP server to log on to, I couldn't delete the old LDAP server, so I removed the DB row in auth_sources. This didn't work, so I restored the old entry, which also didn't work. Then it struck me, the only difference was the rows id. Changing that did re-enable authentication. After that I saw the light, I added the new LDAP server and used the following commands to change the row id for the old LDAP server to 3 and the new LDAP entry to 1:

update auth_sources set id = '3' where id = '1';
update auth_sources set id = '1' where id = '2';

And only after that I could delete the original LDAP server in the web-interface and everything works as hoped for.

This should of course not be necessary.

Admin Redmine さんが約4年前に更新

  • カテゴリAdministration_8 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0