Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mod_ldapにはプレーンなパスワードストアがあります。パスワードを暗号化する方法はありますか?
AuthLDAPBindPassword password
ありがとうございました。
いいえ、暗号化されている場合でも、実際にLDAPサーバーにバインドするために、最終的には復号化する必要があるためです。誰かがそのファイルを読み取ることができれば、apacheが最終的に使用しなければならないのと同じメカニズムを使用してファイルを復号化できる可能性が非常に高くなります。
apacheユーザーのみが読み取れるように、ファイルのアクセス許可を設定する必要があります。