|
|
Heads up: CIFS serviceDate: Sat, 05 Jan 2008 22:58:09 -0800 From: Natalie Li <Natalie.Li at sun dot com> To: onnv-gate at onnv dot eng dot sun dot com Subject: Heads up: CIFS service This is a multi-part message in MIME format. --Boundary_(ID_qwKFA2Rh6pi6GiHDLuGa9Q) Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT If you have not previously configured the CIFS service, feel free to ignore/delete this email. The putback for: 6642047 Changes to SMF properties of the CIFS service - PSARC/2007/686 simplifies the administration of the CIFS service. Please use the attached script to remove all the obsolete SMF properties of the CIFS service if your system has been upgraded to snv_81. Please note the following changes: 1) Domain Join -------------------- Previously, both the ads_enable and ads_domain properties were required to be set properly prior to joining a CIFS domain. As of snv_81, it is no longer necessary to set any of those properites. Simply run smbadm join CLI after both DNS and Kerberos have been properly configured. A fully-qualified domain name is preferred as the domain argument of smbadm join CLI when joining an AD domain. e.g.) smbadm join -u Administrator ads_domain.sun.com 2) Dynamic DNS update ------------------------------ Various dynamic DNS properties have been removed as they aren't necessary. Previously, CIFS server used the domain specified as ads_domain property when performing non-secure dynamic DNS updates in workgroup mode. As of snv_81, the domain field of the /etc/resolv.conf would be used. thanks, Natalie --Boundary_(ID_qwKFA2Rh6pi6GiHDLuGa9Q) Content-type: text/plain; name=smb_prop_cleanup Content-transfer-encoding: 7BIT Content-disposition: inline; filename=smb_prop_cleanup # This script removes all the obsolete SMF properties # of the CIFS service [as mentioned in PSARC/2007/686]. # Runs this script only if your system has been upgraded # to snv_81 or above. svccfg -s smb/server delprop read/rdr_ipcuser svccfg -s smb/server delprop read/rdr_ipcpasswd svccfg -s smb/server delprop smbd/rdr_ipcmode svccfg -s smb/server delprop read/ads_user svccfg -s smb/server delprop read/ads_passwd svccfg -s smb/server delprop smbd/ads_user_container svccfg -s smb/server delprop smbd/ads_enable svccfg -s smb/server delprop smbd/ads_domain svccfg -s smb/server delprop smbd/ads_ip_lookup svccfg -s smb/server delprop smbd/ddns_retry_cnt svccfg -s smb/server delprop smbd/ddns_retry_sec svccfg -s smb/server delprop smbd/msdcs_disable --Boundary_(ID_qwKFA2Rh6pi6GiHDLuGa9Q)-- |