Bear Giles

Results 53 comments of Bear Giles

Progress update.... I decided it would be easier to create a fork and pull request than list a bunch of suggested changes. The way the code is shaking out is:...

Yay, figured out how to update the ldap admin password stash. coproc kdb5_ldap_util stashsrvpw cn=admin,${LDAP_BASE_DN} echo ${LDAP_ADMIN_PASSWORD} >&${COPROC[1]} echo ${LDAP_ADMIN_PASSWORD} >&${COPROC[1]} I can do the same thing when creating the...

I've created a pull request with my changes. https://github.com/osixia/docker-openldap/pull/322 I've been successfully running kinit and kadmin (not just kadmin.local) on both the docker container and my desktop (with appropriate /etc/krb5.conf...

Pinging this since I have a similar request. But I want to take a step back first. Where should each stage (create, prepare, destroy, etc.) get its information? I think...

Small correction: ```yml - ansible.builtin.set_fact: platform_facts: '{{ platform_facts_list[0] }}' vars: platform_name_query: "platforms[?name=='{{ inventory_hostname }}']" platform_facts_list: '{{ molecule_yml | to_json | from_json | community.general.json_query(platform_name_query) }}' ```

The more I think about it the more I think the best option is to add it to 'prepare'. That's the natural place for this since this is where we're...

I forgot to add the few logs in /var/log/pki/pki-tomcat localhost_access_log.2023-05-01.txt ``` 35.92.229.238 - - [01/May/2023:09:56:41 -0700] "GET / HTTP/1.1" 302 - 35.92.229.238 - - [01/May/2023:09:56:41 -0700] "GET /pki HTTP/1.1" 302...

Two oops! The first is that I was trying to install ipaserver on Rocky Linux 9. That's not documented as a supported platform yet - but it's clearly very close...

Hmm... the run without the molecule virtualenv failed after about 10 minutes with an error message about timing out while waiting for sudo permissions. (!). It was in the context...

(Requested information to follow - I have to step away for a meeting but wanted to provide the most recent information, and some context, first.) For context this is a...