On Thursday 20 October 2005 03:59, Hong Quan 刘红泉 wrote: > Dear all, > > I configured a Samba Server which joins a AD domain to act as a domain > member server (that is the user authentication is validated > > by AD ).It works fine when the domain users access it. > > The Samba version is 3.0.20 on FreeBSD 5.4 and the smb.conf (global > section)as following. > > My question is that if I choose logon by this computer (not logon domain) > from a windows client, I cann’t access this samba server because of no > permissions, (also no user authentication dialog box prompt) > > Is it possible on this version to do such a kind of samba server access?
You need interdomain trusts for that. See the chapter on that subject in the Samba3-HOWTO. http://www.samba.org/samba/docs/Samba3-HOWTO.pdf - John T. > > (for example, it will prompt entering the username/password, after > validation success, the user can access this samba’s services) > > Who has such experience and can give me some advice or clue? > > Thank you in advance! > > > > The following is my global section in smb.conf: > > [global] > > workgroup = NWBSC > > netbios name = NW-BSDFS01 > > realm = NWBSC.COM > > server string = SambaServer01 > > log file = /var/log/samba/log.%m > > security = ADS > > password server = NW-AD01 > > allow trusted domains = Yes > > idmap uid = 10000-20000 > > idmap gid = 10000-20000 > > winbind enum users = No > > winbind enum groups = No > > winbind cache time = 3600 > > template homedir = /home/%U > > template shell = /bin/false > > winbind nested groups = Yes > > winbind use default domain = Yes > > winbind trusted domains only = Yes > > auth methods = winbind > > server signing = auto > > admin users = root > > log level = 1 > > max log size = 5000 > > > > Thanks! > > Liu -- John H Terpstra Samba-Team Member Phone: +1 (650) 580-8668 Author: The Official Samba-3 HOWTO & Reference Guide, 2 Ed., ISBN: 0131882228 Samba-3 by Example, 2 Ed., ISBN: 0131882221X Hardening Linux, ISBN: 0072254971 Other books in production. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
