Hello, I set up one Linux box to authenticate against a samba PDC using winbind. It works great. Now I want to mount a directory automatically when a user logs in. So, I tried to configure pam_mount, but it tries to mount a share in the form of DOMAIN+USERNAME. How can I strip off DOMAIN+ so pam_mount will mount the appropriate share? Thanks, Charles