OpenSolaris

Printable Version Enter a New Search
Bug ID 6637108
Synopsis It still prompt for a password if the session is not expired when using Kerberos authentication.
State 11-Closed:Verified (Closed)
Category:Subcategory network:smbfs
Keywords
Responsible Engineer Bikrant Singh
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_87
Fixed In snv_87
Release Fixed solaris_nevada(snv_87)
Related Bugs
Submit Date 4-December-2007
Last Update Date 23-September-2008
Description
Description:
1. This CR was looked like CR 6624665. But, the CR 6624665 has been fixed. When execute "smbutil view" or "mount" command, there is no passwd alert message. But, you found the system prompt for passwd if you execute this command again and the session is not expired. Please refer to the following messages:

bash-3.2# smbutil view //dcifs_user@skads2
Share        Type       Comment
-------------------------------
IPC$         IPC        Remote IPC
C$           disk       Default share
public       disk       
b_share      disk       
ADMIN$       disk       Remote Admin
F$           disk       Default share
D$           disk       Default share
E$           disk       Default share
a_share      disk       
9 shares listed from 9 available

bash-3.2# smbutil view //dcifs_user@skads2
Password:
Share        Type       Comment
-------------------------------
IPC$         IPC        Remote IPC
C$           disk       Default share
public       disk       
b_share      disk       
ADMIN$       disk       Remote Admin
F$           disk       Default share
D$           disk       Default share
E$           disk       Default share
a_share      disk       
9 shares listed from 9 available

bash-3.2# mount -F smbfs //dcifs_user@skads2/public /export/mnt
bash-3.2# umount /export/mnt
bash-3.2# mount -F smbfs //dcifs_user@skads2/public /export/mnt
Password:
bash-3.2# umount /export/mnt


2. I have attached the snoop trace file on this CR.
Work Around
N/A
Comments
N/A