jonathan.houze@inetprocess.com wrote:
Hello every body,
I am trying to manage rights with phpLdapAdmin and I don't succeed in configuring Apache and Proftpd
I have created a branch : Peoples with user, each user is on the group "ldap" (groupid=1000) and some user are in a group "ftp" (groupid=1001)
I'd like Proftpd and Apache to check user on the group "ftp" (1001) but I don't succeed, same for Apache
============== My VHOST on httpd.conf ================ LDAPTrustedCA /etc/ssl/cacert.pem LDAPTrustedCAType BASE64_FILE <Location /ldap-status>
Order deny,allow Deny from All AuthName "Company.com Intranet" AuthType Basic AuthLDAPUrl ldaps://ldap.enterprise.com/ou=Peoples,dc=ldap,dc=enterprise,dc=com?uid #AuthLDAPGroupAttribute memberUid #AuthLDAPGroupAttributeIsDN off #Require ldap-group cn=ftp,ou=Groups,dc=ldap,dc=enterprise,dc=com #Require ldap-attribute gidNumber=1001
#Satisfy any
Thank you, for your support
Try the Apache lists for this.