Search found 3 matches
- Mon Jul 03, 2017 11:25 am
- Forum: RHEL/CentOS
- Topic: mod_ldap problem
- Replies: 4
- Views: 4312
Re: mod_ldap problem
I think you can change apache and install it from epel repo, with lite issues. Thank you, skamasle I reinstalled httpd from EPEL but because of it i had to reconfigure suexec manually because its version from @vesta repositary has a value 'AP_DOC_ROOT=/' (suexec -V command) And the version from EPE...
- Thu Jun 29, 2017 5:39 am
- Forum: RHEL/CentOS
- Topic: mod_ldap problem
- Replies: 4
- Views: 4312
Re: mod_ldap problem
Check both apache versions, I think vesta use epel repo also. And check your port, by default nginx run in 80 so you may need change your config. Hi, skamasle httpd is installed from the vesta repository: Installed Packages Name : httpd Arch : x86_64 Version : 2.4.6 Release : 118.el7.centos Size : ...
- Fri Jun 23, 2017 6:30 am
- Forum: RHEL/CentOS
- Topic: mod_ldap problem
- Replies: 4
- Views: 4312
mod_ldap problem
Hi everyone I faced a problem that this configuration does not work in apache2 installed from VestaCP repo on Centos7: <AuthnProviderAlias ldap ldap-users> AuthLDAPURL "ldap://ldap.example.com:389/dc=example,dc=com?uid?sub?(objectClass=inetOrgPerson)" AuthLDAPBindDN "uid=user,cn=users,dc=example,dc=...