SID-00768: TopicCryptPlugin problem
| Status: |
Unanswered |
TWiki version: |
4.3.1 |
Perl version: |
|
| Category: |
TopicCryptPlugin |
Server OS: |
|
Last update: |
1 year ago |
I set up a test page with the following options:
%CRYPT_OPTIONS{allowtextread="MatthewMLamoureux"}%
This is what I see in the log:
TopicCryptPlugin::checkDecryptPermission(
MatthewMLamoureux,MatthewMLamoureux,)
From that log entry, it seems like the correct name is being evaluated but it still won't show me the text. Our wiki is setup using LDAP authentication, but since the name in the log shows up correctly, I don't think that is the issue.
Any thoughts?
--
MattLamoureux - 2010-02-28
Discussion and Answer
I think I may have found where the issue is occurring, but not the solution. The functionality works fine when using a group name, but when entering a specific person, the function "userIsInGroup" returns false (it fails). It seems to be using "isGroupMember" for this validation, but that function is returning false when passing in the same value (the user name) for both parameters. We are using LDAP authentication, so perhaps we aren't creating the local user correctly? Could that be why this functon is returning false?
--
MattLamoureux - 2010-03-09
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider a
subscription for support or engage one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2010-05-02
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.