Enzo Matsumiya adb478b9bf Accepting request 1016804 from home:pauloac:cifs-utils-update
- Update cifs-utils to 7.0
  * cifs-utils: don't return uninitialized value in cifs_gss_get_req
  * cifs-utils: make GSSAPI usage compatible with Heimdal
  * cifs-utils: work around missing krb5_free_string in Heimdal
  * fix warnings for -Waddress-of-packed-member
  * setcifsacl: fix memory allocation for struct cifs_ace
  * setcifsacl: fix comparison of actions reported by covscan
  * cifs.upcall: remove unused variable and fix syslog message
  * cifs.upcall: Switch to RFC principal type naming
  * man-pages: Update cifs.upcall to mention GSS_USE_PROXY
  * cifs.upcall: fix compiler warning
  * cifs.upcall: add gssproxy support
  * remove cifs-utils-6.15.tar.bz2
  * remove cifs-utils-6.15.tar.bz2.asc
  * add cifs-utils-7.0.tar.bz2
  * add cifs-utils-7.0.tar.bz2.asc

OBS-URL: https://build.opensuse.org/request/show/1016804
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=200
2022-10-17 23:46:00 +00:00
2014-10-13 14:09:43 +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
Description
No description provided
Readme 998 KiB
Languages
Shell 100%