I'm still having a lot of trouble. I can now get passed the
validation with CCValidator. However, when adding the
"defaultProjectSecurity" type to my new project, it simply disappears
from my CCTray after I restart the server. I changed it to
"inheritedProjectSecurity", which brought the project back to CCTray.
Although, then I get an exception when I try to view the project. I
don't understand this because my permissions are wide open right now:
<internalSecurity>
<users>
<simpleUser name="*"/>
</users>
<permissions>
<rolePermission name="Users" viewProject="Allow"
forceBuild="Allow" defaultRight="Allow">
<users>
<userName name="*" />
</users>
</rolePermission>
</permissions>
</internalSecurity>
Within the project:
<security type="inheritedProjectSecurity" />
I'm also can't get anything passed validation when trying to use
"userPermission" instead of "rolePermission". The CCValidator keeps
complaining that I'm missing an XML node "user" under
"userPermission". However, I don't see anything in the examples where
this is done. I tried adding various "user" and "users" nodes, to no
avail. I have a basic question about this. Where exactly is the user
supposed to enter a user/password if not using LDAP ? I don't see
anything on the CCTray for this nor do I see anything on the web
dashboard. Is it getting the user name from some other place ?
On Dec 10, 5:19 pm, Craig Sutherland <[email protected]> wrote:
> Yeah, it sorts them alphabetically :-(
>
> For some reason I can't update scenario one at the moment (might be firewall
> issues), so if I update the other two scenarios to use numbers, then scenario
> one will be out of order.
>
> Craig
>