All,I want to permit only registered users to comments. I have implemented SSO using mod_auth_kerb. Ideally I want to hide the Name/Email/URL inputs and show only comment textbox. Also remove the authenticator.
I used the DefaultAuthenticator instead of MathAuthenticator. Next is to use the logged in user's Name to record the comments.Is there a way to implement this ? I know I can modify WeblogEntryComment or CommentServlet.
Any other suggestions ? --Sriram
