[Samba-it] Samba da impazzire

Gianluca Di Carlo gianluca at letreporte.it
Mon Jul 26 16:46:01 MDT 2004


Salve,
sto impazzendo con Samba. Spero in un vostro aiuto.
Samba 3.0.5 su suse 9.1 configurato come pdc. 

Il problema è semplice: da una settimana dopo un certo periodo di attività 
samba si blocca. Se lancio ps -A -F sul server vedo tanti processi smbd -d 
quanti sono gli utenti che hanno una connessione a samba. 


Vi allego il file di configurazione e di log
Ecco smb.conf 

# Global parameters
[global]
	workgroup = LOCAL
	server string = Nuovo file server
	interfaces = eth0, lo
	bind interfaces only = Yes
	passdb backend = tdbsam
	passwd program = /usr/bin/passwd %u
	passwd chat = *New*password* %n\n *new*password* %n\n 
*passwd*all*successfully*
	username map = /etc/samba/smbusers
	unix password sync = Yes
	log level = 5
	syslog = 0
	log file = /var/log/samba/%m
	max log size = 250
	smb ports = 139 445
	name resolve order = wins bcast hosts
	time server = Yes
	add user script = /usr/sbin/useradd -m -g users %u
	delete user script = /usr/sbin/userdel -r %u
	add group script = /usr/sbin/groupadd %g
	delete group script = /usr/sbin/groupdel %g
	add user to group script = /usr/sbin/gpasswd -a '%u' '%g'
	add machine script = /usr/sbin/useradd -g machines -c
	logon script = scripts\logon.bat
	logon path = \\%L\profiles\%U
	logon drive = X:
	logon home = \\%L\%u\.profiles
	domain logons = Yes
	os level = 129
	preferred master = Yes
	domain master = Yes
	wins support = Yes
	winbind separator = @
	winbind use default domain = Yes
	map acl inherit = Yes
	veto files = /*.eml/*.nws/*.{*}/
	veto oplock files = /*.doc/*.xls/*.mdb/ 

[IPC$]
	path = /tmp
	hosts allow = 192.168.0.0/24, 127.0.0.1
	hosts deny = 0.0.0.0/0 

[homes]
	comment = Home Directories
	valid users = %S
	read only = No
	browseable = No 

[netlogon]
	comment = Network Logon Service
	path = /var/lib/samba/netlogon
	guest ok = Yes
	browseable = No
	locking = No 

[profiles]
	comment = Profile Share
	path = /home/profiles/
	read only = No
	create mask = 0600
	directory mask = 0700
	browseable = No
	root preexec = PROFILE=/home/profiles/%u; if [ ! -e $PROFILE ]; then mkdir 
 -pm700 $PROFILE;chown %u:%G $PROFILE;fi 

[printer$]
	path = /etc/samba/samba/printdrivers
	guest ok = Yes 

[html]
	comment = Direttorio manulie
	path = /home/mexaladm/mexal/manuale
	read only = No
	guest ok = Yes
	browseable = No 

[mxdati]
	comment = Direttorio dati Mexal
	path = /home/mexaladm/mexal/dati
	read only = No
	guest ok = Yes 

[sprix]
	comment = Direttorio sprix Mexal
	path = /home/mexaladm/mexal/sprix
	read only = No
	guest ok = Yes
	browseable = No 

[laser]
	path = /home/mexaladm/mexal/laser
	read only = No
	guest ok = Yes
	browseable = No 

[MXhome]
	comment = Direttorio utente  Mexal
	path = /home/mexaladm
	read only = No
	guest ok = Yes 

[Moduli]
	path = /home/sharing/Moduli
	valid users = +iciet
	browseable = No 

[Amminist]
	path = /home/sharing/amministrazione
	valid users = +amministrazione
	force group = amministrazione
	read only = No
	force create mode = 0770
	security mask = 0770
	force security mode = 0770 

[Archivio foto]
	path = /home/sharing/archiviofoto
	valid users = +archivio
	force group = archivio
	read only = No
	force create mode = 0770
	security mask = 0770
	force security mode = 0770 

[UffTec]
	path = /home/sharing/ufftec
	valid users = +ufftec
	force group = ufftec
	read only = No
	force create mode = 0770
	security mask = 0770
	force security mode = 0770 

[Progettazione]
	path = /home/sharing/progettazione
	valid users = @iciet
	read only = No 

[Cantina]
	comment = Raccolta di applicazioni Windows
	path = /home/sharing/cantina
	admin users = gianluca, antoniog
	browseable = No 

[Direzione]
	path = /home/sharing/direzione
	valid users = +direzione
	force group = direzione
	read only = No
	force create mode = 0770
	security mask = 0770
	force security mode = 0770
	force directory mode = 0770
	inherit permissions = Yes
	browseable = No 

 


Ecco il file di log (smbd)
[2004/07/26 16:34:30, 3] smbd/sec_ctx.c:set_sec_ctx(288)
 setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/07/26 16:34:30, 5] auth/auth_util.c:debug_nt_user_token(486)
 NT user token: (NULL)
[2004/07/26 16:34:30, 5] auth/auth_util.c:debug_unix_user_token(505)
 UNIX token of user 0
 Primary group is 0 and contains 0 supplementary groups
[2004/07/26 16:34:30, 5] smbd/uid.c:change_to_root_user(282)
 change_to_root_user: now uid=(0,0) gid=(0,0)
[2004/07/26 16:34:30, 2] smbd/server.c:exit_server(568)
 Closing connections
[2004/07/26 16:34:30, 3] smbd/connection.c:yield_connection(69)
 Yielding connection to
[2004/07/26 16:34:30, 5] smbd/oplock.c:receive_local_message(107)
 receive_local_message: doing select with timeout of 1 ms
[2004/07/26 16:34:30, 3] smbd/server.c:exit_server(611)
 Server exit (Caught TERM signal)
[2004/07/26 16:36:32, 2] lib/interface.c:add_interface(79)
 added interface ip=192.168.0.30 bcast=192.168.0.255 nmask=255.255.255.0
[2004/07/26 16:36:32, 2] lib/interface.c:add_interface(79)
 added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
[2004/07/26 16:36:32, 5] lib/hash.c:hash_table_init(67)
 Hash size = 521.
[2004/07/26 16:36:32, 5] lib/util.c:init_names(270)
 Netbios name list:-
 my_netbios_names[0]="SERVER2"
[2004/07/26 16:36:32, 3] smbd/server.c:main(787)
 loaded services
[2004/07/26 16:36:32, 3] smbd/server.c:main(802)
 Becoming a daemon.
[2004/07/26 16:36:32, 2] lib/tallocmsg.c:register_msg_pool_usage(57)
 Registered MSG_REQ_POOL_USAGE
[2004/07/26 16:36:32, 2] lib/dmallocmsg.c:register_dmalloc_msgs(71)
 Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
[2004/07/26 16:36:32, 5] lib/gencache.c:gencache_init(59)
 Opening cache file at /usr/local/samba/var/locks/gencache.tdb
[2004/07/26 16:36:32, 5] libsmb/namecache.c:namecache_enable(58)
 namecache_enable: enabling netbios namecache, timeout 660 seconds
[2004/07/26 16:36:32, 5] smbd/connection.c:claim_connection(170)
 claiming  0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_KEEPALIVE = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_REUSEADDR = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_BROADCAST = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option TCP_NODELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_LOWDELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_THROUGHPUT = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDBUF = 16384
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVBUF = 87380
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_KEEPALIVE = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_REUSEADDR = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_BROADCAST = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option TCP_NODELAY = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_LOWDELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_THROUGHPUT = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDBUF = 16384
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVBUF = 87380
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_KEEPALIVE = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_REUSEADDR = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_BROADCAST = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option TCP_NODELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_LOWDELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_THROUGHPUT = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDBUF = 16384
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVBUF = 87380
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_KEEPALIVE = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_REUSEADDR = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_BROADCAST = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option TCP_NODELAY = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_LOWDELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_THROUGHPUT = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDBUF = 16384
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVBUF = 87380
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_KEEPALIVE = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_REUSEADDR = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_BROADCAST = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option TCP_NODELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_LOWDELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_THROUGHPUT = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDBUF = 16384
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVBUF = 87380
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_KEEPALIVE = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_REUSEADDR = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_BROADCAST = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option TCP_NODELAY = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_LOWDELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_THROUGHPUT = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDBUF = 16384
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVBUF = 87380
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_KEEPALIVE = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_REUSEADDR = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_BROADCAST = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option TCP_NODELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_LOWDELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_THROUGHPUT = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDBUF = 16384
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVBUF = 87380
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_KEEPALIVE = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_REUSEADDR = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_BROADCAST = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option TCP_NODELAY = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_LOWDELAY = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_THROUGHPUT = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDBUF = 16384
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVBUF = 87380
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVLOWAT = 1
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDTIMEO = 0
[2004/07/26 16:36:32, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVTIMEO = 0
[2004/07/26 16:36:32, 2] smbd/server.c:open_sockets_smbd(324)
 waiting for a connection
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_KEEPALIVE = 1
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_REUSEADDR = 1
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_BROADCAST = 0
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option TCP_NODELAY = 1
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_LOWDELAY = 0
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_THROUGHPUT = 0
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDBUF = 16384
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVBUF = 87380
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDLOWAT = 1
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVLOWAT = 1
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDTIMEO = 0
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVTIMEO = 0
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_KEEPALIVE = 1
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_REUSEADDR = 1
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_BROADCAST = 0
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option TCP_NODELAY = 1
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_LOWDELAY = 0
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option IPTOS_THROUGHPUT = 0
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDBUF = 16384
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVBUF = 87380
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDLOWAT = 1
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVLOWAT = 1
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_SNDTIMEO = 0
[2004/07/26 16:37:40, 5] lib/util_sock.c:print_socket_options(130)
 socket option SO_RCVTIMEO = 0
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:make_pdb_context_list(763)
 Trying to load: tdbsam
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:smb_register_passdb(93)
 Attempting to register passdb backend smbpasswd
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:smb_register_passdb(106)
 Successfully added passdb backend 'smbpasswd'
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:smb_register_passdb(93)
 Attempting to register passdb backend tdbsam
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:smb_register_passdb(106)
 Successfully added passdb backend 'tdbsam'
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:smb_register_passdb(93)
 Attempting to register passdb backend guest
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:smb_register_passdb(106)
 Successfully added passdb backend 'guest'
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:make_pdb_methods_name(648)
 Attempting to find an passdb backend to match tdbsam (tdbsam)
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:make_pdb_methods_name(669)
 Found pdb backend tdbsam
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:make_pdb_methods_name(672)
 pdb backend tdbsam has a valid init
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:make_pdb_methods_name(648)
 Attempting to find an passdb backend to match guest (guest)
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:make_pdb_methods_name(669)
 Found pdb backend guest
[2004/07/26 16:37:40, 5] passdb/pdb_interface.c:make_pdb_methods_name(672)
 pdb backend guest has a valid init
...



More information about the samba-it mailing list