Go to file
Aurelien Aptel e6a130724b Accepting request 893189 from home:susnux:branches:network:samba:STABLE
- Update to cifs-utils 6.13
  * Fixes CVE-2021-20208, cifs.upcall kerberos auth leak in container
  * remove cifs-utils-6.12.tar.bz2
  * remove cifs-utils-6.12.tar.bz2.asc
  * add    cifs-utils-6.13.tar.bz2
  * add    cifs-utils-6.13.tar.bz2.asc
- Drop upstream fixed patches:
  * 0001-cifs.upcall-try-to-use-container-ipc-uts-net-pid-mnt.patch

OBS-URL: https://build.opensuse.org/request/show/893189
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=195
2021-05-14 17:44:51 +00:00
.gitattributes Accepting request 35349 from network:samba:STABLE 2010-03-19 10:57:31 +00:00
.gitignore Accepting request 35349 from network:samba:STABLE 2010-03-19 10:57:31 +00:00
0001-cifs.upcall-fix-regression-in-kerberos-mount.patch Accepting request 888768 from home:aaptel:cifs-utils-cvefix 2021-04-27 12:30:18 +00:00
cifs-utils-6.13.tar.bz2 Accepting request 893189 from home:susnux:branches:network:samba:STABLE 2021-05-14 17:44:51 +00:00
cifs-utils-6.13.tar.bz2.asc Accepting request 893189 from home:susnux:branches:network:samba:STABLE 2021-05-14 17:44:51 +00:00
cifs-utils.changes Accepting request 893189 from home:susnux:branches:network:samba:STABLE 2021-05-14 17:44:51 +00:00
cifs-utils.keyring Accepting request 634977 from home:aaptel:cifs-utils-6.8 2018-09-11 13:50:49 +00:00
cifs-utils.spec Accepting request 893189 from home:susnux:branches:network:samba:STABLE 2021-05-14 17:44:51 +00:00
cifs.init This is a clean following r109. 2014-10-13 14:09:43 +00:00
fix-sbin-install-error.patch Accepting request 877262 from home:aaptel:cifs-utils-next 2021-03-05 15:46:11 +00:00
README.cifstab.migration Fix openSUSE version typo. Thanks Rainer! 2014-10-28 18:56:46 +00:00

openSUSE pre-13.2 and SUSE Linux Enterprise pre-12 cifstab migration
====================================================================

The /etc/samba/cifstab approach to handle mounting of cifs shares at systems
startup has been discontinued and obsoleted by the generic /etc/fstab one.

The migration process requires two steps:

1. Append all your mount points from /etc/samba/cifstab.rpmsave to /etc/fstab

2. Add "0 0" to the end of each new cifs mount line in /etc/fstab


Example:

An existing configuration used in /etc/samba/cifstab:

//DATA01/someshare /media/DATA01/someshare cifs credentials=/etc/samba/mycredentials,uid=1000,gid=100,file_mode=0644,dir_mode=0755,domain=MYDOMAIN,rw,setuids

results in the following line in /etc/fstab:

//DATA01/someshare /media/DATA01/someshare cifs credentials=/etc/samba/mycredentials,uid=1000,gid=100,file_mode=0644,dir_mode=0755,domain=MYDOMAIN,rw,setuids 0 0