Hello, I am new to Samba. I run FreeBSD 2.2.5-stable and Version 1.9.17p4. I would like my FreeBSD server to act as a DOMAIN Logon. And, for example if user riso logges in (using his FreeBSD box password) his /home/riso should be automatically maped to G: or something. The error message I get is: "You have entered an incorrect password, or access to your logon server has been denied." my config file is: [global] interfaces= 207.102.50.2/255.255.255.0 hosts allow = 207.102.50.0/255.255.255.0 remote announce =207.102.50.15/207.102.50.31/207.102.50.63/207.102.50.127/207.102.50.255 os level = 65 workgroup = GATOR netbios name = GATOR1 wins support = yes browseable = yes browse list = yes preferred master = yes local master = yes domain logons = yes admin users = riso socket options = TCP_NODELAY fake oplocks = Yes getwd cache = Yes read raw = no max xmit = 32768 security = server [homes] writeable = yes browseable = no comment = User Home Directory public = no [netlogon] path = /usr/local/samba/netlogon writeable = no guest ok = yes [web] comment = WGSS Webmaster path = /usr/local/www/data read only = no writeable = yes I run samba services as following: /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf /usr/local/sbin/nmbd -D -s /usr/local/etc/smb.conf as you may notice at the top of smb.conf I have: remote announce =207.102.50.15/207.102.50.31/207.102.50.63/207.102.50.127/207.102.50.255 because my network is subneted to 5 subnets. Table is available @ http://www.wgss.net/subnets If anyone can help me, please email: admin@wgss.net Thank You very much, Richard Furda Adminstator admin@wgss.net
I have problems with the samba config file. I am trying to configure a samba 
box to do logons for windowsME machines.
I can see shares on the samba box when its in share mode. however, when its 
set to user mode (for security) the win mahcines cannt see it to log on.
the smb.conf is as follows:
# Global parameters
   [global]
           netbios name = ANDREW
           server string = Samba Server
           encrypt passwords = Yes
           log file = /var/log/samba/log.%m
           max log size = 50
           domain logons = Yes
           os level = 36
           preferred master = Yes
           domain master = Yes
           wins support = Yes
           guest account = guest
           security = user
any ideas why my win machines cant logon?
cheers, andrew
i have been trying for some time now (with various posts to lists) to have 
samba as a domain logon server. i require winMe mahcines to logon to the 
samba box. 
what works: winMe can browse the shares when smba is set to share security
what doesnt work: when set to user security, winMe cant find the domain 
controller.
what are some thigns to check?  below is my smb.conf file:
# Global parameters
   [global]
           netbios name = ANDREW
           server string = Samba Server %v
           security = USER
           encrypt passwords = Yes
           update encrypted = Yes
           log file = /var/log/samba/log.%m
           max log size = 50
           socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
           printcap name = lpstat
           preferred master = Yes
           domain master = Yes
           dns proxy = No
           wins support = Yes
           guest account = 
           hosts allow = 192.168.0.
           printing = cups
           print command = /usr/bin/lp -d%p -oraw %s; rm %s
           lpq command = /usr/bin/lpstat -o%p
           lprm command = /usr/bin/cancel %p-%j
           queuepause command = /usr/bin/disable %p
           queueresume command = /usr/bin/enable %p
   [homes]
           comment = Home Directories
           writeable = Yes
           browseable = No
   [public]
           path = /home/public
           writeable = Yes
           guest ok = Yes
   [windows]
           path = /mnt/windows
           writeable = Yes
           guest ok = Yes
You may also need to specify a guest user. MS does a lot of things by connecting to IPC$ as guest (anonomous) before connecting as a user. Tellez Jimenez Mauricio wrote:> > You have to append the following to the global section: > > domain logons = yes > os level = 34 > local master = yes > > and create a section named netlogon. This is mine: > > [netlogon] > comment = Any comment > path = /var/log/samba/logon > public = no > writable = no > browseable = no > > I hope this solve your problem. > > On Wed, Mar 28, 2001 at 01:49:52PM +0930, Andrew Galdes wrote: > > i have been trying for some time now (with various posts to lists) to have > > samba as a domain logon server. i require winMe mahcines to logon to the > > samba box. > > > > what works: winMe can browse the shares when smba is set to share security > > > > what doesnt work: when set to user security, winMe cant find the domain > > controller. > > > > what are some thigns to check? below is my smb.conf file: > > > > # Global parameters > > [global] > > netbios name = ANDREW > > server string = Samba Server %v > > security = USER > > encrypt passwords = Yes > > update encrypted = Yes > > log file = /var/log/samba/log.%m > > max log size = 50 > > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > > printcap name = lpstat > > preferred master = Yes > > domain master = Yes > > dns proxy = No > > wins support = Yes > > guest account > > hosts allow = 192.168.0. > > printing = cups > > print command = /usr/bin/lp -d%p -oraw %s; rm %s > > lpq command = /usr/bin/lpstat -o%p > > lprm command = /usr/bin/cancel %p-%j > > queuepause command = /usr/bin/disable %p > > queueresume command = /usr/bin/enable %p > > > > [homes] > > comment = Home Directories > > writeable = Yes > > browseable = No > > > > [public] > > path = /home/public > > writeable = Yes > > guest ok = Yes > > > > [windows] > > path = /mnt/windows > > writeable = Yes > > guest ok = Yes > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba-- =====================================================================Herb Lewis Silicon Graphics Networking Engineer 1600 Amphitheatre Pkwy MS-510 Strategic Software Organization Mountain View, CA 94043-1351 herb@sgi.com Tel: 650-933-2177 http://www.sgi.com Fax: 650-932-2177 ======================================================================
You have to append the following to the global section: domain logons = yes os level = 34 local master = yes and create a section named netlogon. This is mine: [netlogon] comment = Any comment path = /var/log/samba/logon public = no writable = no browseable = no I hope this solve your problem. On Wed, Mar 28, 2001 at 01:49:52PM +0930, Andrew Galdes wrote:> i have been trying for some time now (with various posts to lists) to have > samba as a domain logon server. i require winMe mahcines to logon to the > samba box. > > what works: winMe can browse the shares when smba is set to share security > > what doesnt work: when set to user security, winMe cant find the domain > controller. > > what are some thigns to check? below is my smb.conf file: > > # Global parameters > [global] > netbios name = ANDREW > server string = Samba Server %v > security = USER > encrypt passwords = Yes > update encrypted = Yes > log file = /var/log/samba/log.%m > max log size = 50 > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > printcap name = lpstat > preferred master = Yes > domain master = Yes > dns proxy = No > wins support = Yes > guest account = > hosts allow = 192.168.0. > printing = cups > print command = /usr/bin/lp -d%p -oraw %s; rm %s > lpq command = /usr/bin/lpstat -o%p > lprm command = /usr/bin/cancel %p-%j > queuepause command = /usr/bin/disable %p > queueresume command = /usr/bin/enable %p > > [homes] > comment = Home Directories > writeable = Yes > browseable = No > > [public] > path = /home/public > writeable = Yes > guest ok = Yes > > [windows] > path = /mnt/windows > writeable = Yes > guest ok = Yes > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
Hello All, I get this error when a machine is switched off & turned on the next morning while logging on to the domain, it gives an error stating that "cannot log you on to the domain as no domain controller found. This is event log on NT4.0 WS Failed to authenticate with \\SERVER, a Windows NT domain controller for domain IWAVESYS. Event ID 3210 But when I rejoin the m/c to the domain it works, After which I restart it can login to the domain but after a time gap of 10 hours or more I get these error messages. I got this help from the Microsoft web site saying to modify the registry The system could not log you on to this domain because the system's computer account in its primary domain is missing or the password on that account is incorrect. Use Regedt32 to navigate to: HKEY_LOCAL_MACHINE\Software\Microsoft\RPC\SecurityService Verify the following: Value Name: 68 Data Type: REG_SZ Data Value: netlogon.dll I have done this but still I am getting this error anybody had faced this problem. TIA Manjunath H N DISCLAIMER: This e-mail and any attachment (s) is for authorised use by the intended recipient (s) only. It may contain proprietary material, confidential information and/or be subject to the legal privilege of iWave Systems Technologies Private Limited. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from retaining, using, copying, alerting or disclosing the content of this message. Thank you for your co-operation.