Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
41 views

Issues with LDAP plugin for Tuleap Community Edition

That’s my LDAP configuration $sys_ldap_server_common_name = 'Active Directory'; $sys_ldap_server = 'ldap://XXXXXXXXXXXXXXXXXXXX'; $sys_ldap_server_type = 'ActiveDirectory'; $sys_ldap_dn = 'OU=...
Superuser's user avatar
0 votes
1 answer
351 views

How to skip the password typing when installing library

I installed the library with. $sudo apt-get install slapd ldap-utils While installing it stops and asks, please enter the password for the admin entry in your ldap directory. I am using Dockerfile, ...
whitebear's user avatar
  • 715
0 votes
1 answer
937 views

ERROR: Could not find a version that satisfies the requirement taiga-contrib-ldap-auth-ext-2 (from versions: none)

i am trying to run docker Version of Taiga Version 6 with ldap support (kaleidos-ventures/taiga-docker) and TuringTux/taiga-contrib-ldap-auth-ext-2 When it comes to the custom-back/Dockerfile i have ...
Bodo's user avatar
  • 81
1 vote
0 answers
392 views

openssl connection issue to ldap server

I'm running following command in docker container(Ubuntu 20.04) : openssl s_client -debug -connect ldap-server-name:3269 < /dev/null most of the time, it returns : CONNECTED(00000003) write to ...
Philippe's user avatar
  • 145
0 votes
1 answer
18k views

How do I add PHP-LDAP to a Docker Container

I installed a MediaWiki on a Docker in CentOS 8. I want to integrate LDAP. I installed the LDAP extensions and activated it in the LocalSettings.php file. Now, when I try to login in my wiki I get ...
Simini W's user avatar
0 votes
2 answers
504 views

Jenkins OpenLDAP plugin authentication fails, but lookup is successful

I've setup an OpenLDAP server with following structure: dn: dc=test-project,dc=com objectclass: top objectclass: dcObject objectclass: organization dn: cn=admin,dc=test-project,dc=com description: ...
UNix3's user avatar
  • 1