9.9. LDAP 認証の設定
手順9.3 タスク
SOA_ROOT/jboss-as/server/PROFILE/deploy/juddi-service.sar/juddi.war/WEB-INF
でjuddi.properties
ファイルを見つけます。テキストエディターで開きます。- 次の構成設定を追加してください。
juddi.authenticator=org.apache.juddi.auth.LdapSimpleAuthenticator juddi.authenticator.url=ldap://localhost:389
juddi.authenticator=org.apache.juddi.auth.LdapSimpleAuthenticator juddi.authenticator.url=ldap://localhost:389
Copy to Clipboard Copied! Toggle word wrap Toggle overflow juddi.authenticator.url プロパティーは、LDAP サーバーが存在する場所をLdapSimpleAuthenticator
クラスに通知します。 - ファイルを保存して終了します。