Displaying 3 results from an estimated 3 matches for "bbserver".
Did you mean:
  observer
  
2002 Jan 11
1
rsync 2.5.1 server - strange logs
...id = root
       	gid = root
       	path = /DT/PROD/admin
       	comment = production administrator files
       	read only = true
[admin-dev]
       	uid = root
       	gid = root
       	path = /DT/PROD/admin-dev
       	comment = production administrator files (dev)
       	read only = true
[bbserver]
       	uid = root
       	gid = root
       	path = /DT/PROD/bbserver
       	comment = Big Brother server
       	read only = true
       	hosts allow = anakin.orsay.quadratec.fr palpatine.orsay.quadratec.fr
[apps]
       	uid = root
       	gid = root
       	path = /opt
       	comment = appl...
2002 Jun 02
1
Samba + XP = no go
...39;t help.
I was running whatever samba was in freebsd's ports a few days ago (2.2.4 I
believe) but I've compiled the latest SAMBA_2_2 branch from CVS last night
(2.2.5-pre), but im getting exactly the same problem as before.
My SMB.CONF is below.
Thanks.
- Ryan
[global]
 netbios name = BBSERVER
 workgroup = BBNETWORK
 os level = 64
 preferred master = yes
 domain master = yes
 local master = yes
 security = user
 encrypt passwords = yes
 domain logons = yes
 server string = Management
 hosts allow = 10.0.0. 127.
 dns proxy = no
 time server = yes
 hide dot files = yes
 announce version =...
2002 Nov 07
1
pdb_mysql isn't working for me :-(
...IVILEGES ON sambauser.* TO samba@localhost IDENTIFIED BY 
'sambapass' WITH GRANT OPTION;
INSERT INTO users (username, ntusername, plaintextpass) VALUES 
("testuser", "testuser", "testpass");
--
smb.conf:
[global]
    workgroup = BBNETWORK
    netbios name = BBSERVER
    server string = Authentication Server
    log file = /var/log/samba/log.%m
    max log size = 1000
    syslog = 0
    security = user
    encrypt passwords = no
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    local master = yes
    os level = 64
    domain master = yes
    pr...