Hi,
I'm trying to configure an ftp server on Fedora 10. I'm using an OpenLDAP server for authentication. I need each user has more than 1 group.
If I use the LDAP module from Pure-FTPd I only get 1 of the groups even if the user have more groups.
Now I'm trying to configure LDAP with PAM, but I get this error message and authentication fails:
pure-ftpd: PAM audit_log_acct_message() failed: Operation not permitted
This is my PAM configuration file:
#%PAM-1.0
auth sufficient pam_ldap.so
account sufficient pam_ldap.so
session sufficient pam_ldap.so
Thanks!