openldap_server icon indicating copy to clipboard operation
openldap_server copied to clipboard

ansible role openldap server

Results 24 openldap_server issues
Sort by recently updated
recently updated
newest added

Fix deprecated ansible syntax which are not compatible with Ubuntu >= 18.04: - change `state=installed` to `state=present` - `with_items` should use `"{{ ... }}"` - replace some `{{ . }}`...

Minor updates so the MarkDown view of this text is understandable as Ansible playbook code.

OS: CentOS 7 Ansible: 2.7 Python: 3.7 Been testing a new configuration and using this role has gotten me closer to anything else. My only issue is the default "bdb"...

This PR fixes issues #9, #22 and #24 Greetings and thanks for the work!

Error ansible: stderr: ldap_bind: Invalid credentials (49) Error log: could not open config file "/etc/ldap/slapd.conf": Permission denied (13) Adding file permissions ldap.conf and slapd.conf. And I agree running on debian...

I got an error when using the role without accolades

Hello, I'm facing this error : TASK [openldap_server : add the base domain] ******************************************************************************************************************************************************************************************************************************************************************************** fatal: [hdp-master]: FAILED! => {"changed": true, "cmd": "ldapadd -x -D \"cn=Manager,dc=opstake,dc=com\" -w passme -f /tmp/domain.ldif &&...

I noticed there where a couple of files that needed to be updated in centos 7 that where missed by this module. i have also added support for ldapi and...