https://bugzilla.novell.com/show_bug.cgi?id=810956 https://bugzilla.novell.com/show_bug.cgi?id=810956#c0 Summary: pam_mount kann keine Freigaben mounten Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: All OS/Version: SUSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Samba AssignedTo: samba-maintainers@SuSE.de ReportedBy: ma_mill@arcor.de QAContact: samba-maintainers@SuSE.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 pam_mount kann keine Freigaben mounten weil: '/bin/mount' '-t' 'cifs' '//SERVER/FREIGABE' '/home/USER/MOUNT' '-o' 'user=DOMAIN\USER,uid=10000,gid=10000' funktioniert nicht mehr mit Fehlermeldung: mount error(6): No such device or address Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) Wogegen '/bin/mount' '-t' 'cifs' '//SERVER/FREIGABE' '/home/USER/MOUNT' '-o' 'user=USER,domain=DOMAIN,uid=10000,gid=10000' funktioniert. Wenn man diese Alternative <cifsmount>/bin/mount -t cifs //%(SERVER)/%(VOLUME) %(MNTPT) -o "user=%(DOMAIN_USER),domain=%(DOMAIN_NAME),uid=%(USERUID),gid=%(USERGID)%(before=\",\" OPTIOS)" </cifsmount> in der pam_mount.conf.xml einträgt, werden die Variablen %(DOMAIN_USER) und %(DOMAIN_NAME) nicht gefüllt sondern bleiben leer, wodurch das auch nicht funktioniert. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.