CIFS-SERVER Release Notes (5900-1765, September 2011)
Workaround
To install a later version, override the previous version by checking the following options in the
options tab of the swinstall command:
[ ] Reinstall filesets even if same revision exists
[ ] Reinstall files even if same one already there
[ ] Allow installation of lower version than current
Issue
The samba_setup script file fails because the existing krb5.conf file does not include the
RC4-HMAC enctypes. The following error message is displayed:
Kinit failed!
kinit(v5): KDC has no support for encryption type while getting initial credentials
Workaround
Modify the /etc/krb5.conf file for the default_tgs_enctypes, default_tkt_enctypes,
and preferred_enctypes parameters as follows:
[libdefaults]
default_realm = W2K8R2.WTEC.ADAPPS.HP.COM
default_tgs_enctypes = RC4-HMAC DES-CBC-CRC DES-CBC-MD5
default_tkt_enctypes = RC4-HMAC DES-CBC-CRC DES-CBC-MD5
preferred_enctypes = RC4-HMAC DES-CBC-CRC DES-CBC-MD5
NOTE: Ensure that the default_realm parameter matches with realm that you want to join.
Issue
The wbinfo command fails sometimes when a large number of users or groups (~32k users or
groups) are in a trusted domain.
Workaround
No known workaround exists.
Issue
The wbinfo command hangs when the trusted domain is unavailable.
Workaround
No known workaround exists.
Issue
If the libnss_wins NSS library is used, then the sh_load() error message is returned.
Workaround
The libnss_wins NSS library is not tested. Therefore, it must not be used. The library will be
removed in the future versions of the product.
Issue
After the wins server option is set in the smb.conf file, it cannot be cleared using SWAT
utility
Known issues and workarounds 7