ignoreRoles="true" storePass="true" clearPass="true" useFirstPass="false" tryFirstPass="false" supplementalRoles="upload,user"; org.rundeck.jaas.jetty.JettyRolePropertyFileLoginModule required debug="true" useFirstPass="true" file="/opt/rundeck/server/config/realm.properties";
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/4d49099c-8041-4380-93d1-08bcf0b57d84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/6C9740F9-4C1B-4609-81D8-6A3B693A21F4%40simplifyops.com.
<security-role>
<role-name>user</role-name>
</security-role>
And also tried replacing it but I keep getting that error.
My admin.aclpolicy looks like thios:
description: Admin, all access.
context:
project: '.*' # all projects
for:
resource:
- allow: '*' # allow read/create all kinds
adhoc:
- allow: '*' # allow read/running/killing adhoc jobs
job:
- allow: '*' # allow read/write/delete/run/kill of all jobs
node:
- allow: '*' # allow read/run for all nodes
by:
group: admin
---
description: Admin, all access.
context:
application: 'rundeck'
for:
resource:
- allow: '*' # allow create of projects
project:
- allow: '*' # allow view/admin of all projects
project_acl:
- allow: '*' # allow admin of all project-level ACL policies
storage:
- allow: '*' # allow read/create/update/delete for all /keys/* storage content
by:
group: admin
---
context:
project: '.*' # all projects
for:
resource:
- allow: '*' # allow read/create all kinds
adhoc:
- allow: '*' # allow read/running/killing adhoc jobs
job:
- allow: '*'
node:
- allow: '*' # allow read/run for all nodes
by:
group: L_APPL_RunDeck_Admins
---
description: Admin, all access.
context:
application: 'rundeck'
for:
resource:
- allow: '*' # allow create of projects
project:
- allow: '*' # allow view/admin of all projects
project_acl:
- allow: '*' # allow admin of all project-level ACL policies
storage:
- allow: '*' # allow read/create/update/delete for all /keys/* storage content
by:
group: L_APPL_RunDeck_Admins
Thanks for any advice you can give me.
Willem
--
You received this message because you are subscribed to a topic in the Google Groups "rundeck-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rundeck-discuss/P2qQHNpDct4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rundeck-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/e812b2ed-1498-496d-9383-4379b3dfbc61%40googlegroups.com.
finally, after a long time, I found the solution and what actually was causing the issue,
while creating groups in LDAP , OU=groups cn=rundeck-roles
create "cn" entry as groupOfUniqueNames not as group
After creating the cn entry with groupOfUniqueNames object class ahnge the Jaas-ldap.conf configuration to
roleBaseDn="ou=Groups,dc=dev,dc=san,dc=com" -
roleNameAttribute="cn"-this is correct
roleMemberAttribute="memberUid" -change to "uniqueMember"
roleObjectClass="posixGroup"- change to "groupOfUniqueMember"
changing the object class and entry to groupOfUniqueMember adds "dn" to roleMemberAttribute in to add groups to user in LDAP
Hope this helps others to resolve the issue
RDECK_JVM_OPTS
in /etc/sysconfig/rundeckd
(rpm) or /etc/default/rundeckd
(deb):").export JAAS_CONF=/path/to/jaas-AD.confexport LOGIN_MODULE=AD
--
You received this message because you are subscribed to a topic in the Google Groups "rundeck-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rundeck-discuss/P2qQHNpDct4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rundeck-discu...@googlegroups.com.
To post to this group, send email to rundeck...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/da6b407b-ae24-44dc-b084-6c360ec95c72%40googlegroups.com.