
0
Answered
Per User login script
hello, I am wondering if/how users have implemented login scripts for users to map to cifs shares with their credentials - currently I did this with the "external login" which runs a php cgi which maps the relevant cifs shares as subfolders on their home folders with their ldap/ad credentials - I was hoping to use the native login page somehow - thanks
Answer

Answer
Under review
The authentication plugin file can be customized for this purpose. In your case that would be "customizables/auth/ldap.auth.php". "\customAuth_ldap::authenticate" could mount the shares as soon as the credentials are checked.
Customer support service by UserEcho
The authentication plugin file can be customized for this purpose. In your case that would be "customizables/auth/ldap.auth.php". "\customAuth_ldap::authenticate" could mount the shares as soon as the credentials are checked.