Displaying 6 results from an estimated 6 matches for "sambabin".
2000 Jan 16
1
findsmb patch
...wanted to note a small patch I made in order for the
script to deal with 'bad' characters in the machine names:
--- /usr/bin/findsmb Mon Oct 12 20:03:10 1998
+++ findsmb Sun Jan 16 10:30:11 2000
@@ -79,7 +79,8 @@
# do an smbclient command on the netbios name.
- open(SMB,"$SAMBABIN/smbclient -N -L $name -I $ip -U% |") ||
+ ($ename = $name) =~ s/"/\\"/g;
+ open(SMB,"$SAMBABIN/smbclient -N -L \"$ename\" -I $ip -U% |") ||
die("Can't do smbclient command.\n");
@smb = <SMB>;
close SMB;
==> end diff...
2004 May 18
1
Problem with VFS audit and recycle (fwd)
...e=True
recycle: noversion = *.doc|*.xls|*.ppt
recycle: exclude = *.tmp *.temp *.cache
recycle: maxsize = 0
With the home share i don't have a problem . With the test share I have
this error on the file log.smbd
Error trying to resolve symbol 'init_module' in
/sambabin/samba/lib/vfs/recycle.so: ld.so.1: ./smbd: fatal:
_nss_files_netgroup_constr: can't find symbol
[2003/10/08 12:37:22, 0] smbd/vfs.c:vfs_init_custom(254)
Can't find a vfs module [recycle]
[2003/10/08 12:37:22, 0] smbd/vfs.c:smbd_vfs_init(317)
smbd_vfs_init: vfs_init_custom failed for r...
2003 Oct 20
3
SAMBA 3 and Windows2000 mixed mode trust
...ldap machine suffix = ou=people,o=test,c=it
ldap user suffix = ou=people,o=test,c=it
ldap group suffix = ou=group
ldap admin dn = uid=sambauser,cn=config
ldap ssl = no
passdb backend = ldapsam:ldap://10.10.5.160/ guest
passwd program = "/sambabin/samba/bin/ldapsync.pl -o %u"
passwd chat = *New*password* %n\n *Retype*new*password* %n\n
*modifying*
unix password sync = Yes
logon script = %G_%U.bat %G %U
log level = 0
logon home =
logon path =
admin users = @helpdesk...
2003 Oct 08
0
Problem with VFS audit e recycle
...True
recycle: noversion = *.doc|*.xls|*.ppt
recycle: exclude = *.tmp *.temp *.cache
recycle: maxsize = 0
With the home share i don't have a problem . With the test share I have
this error on the file log.smbd
Error trying to resolve symbol 'init_module' in
/sambabin/samba/lib/vfs/recycle.so: ld.so.1: ./smbd: fatal:
_nss_files_netgroup_constr: can't find symbol
[2003/10/08 12:37:22, 0] smbd/vfs.c:vfs_init_custom(254)
Can't find a vfs module [recycle]
[2003/10/08 12:37:22, 0] smbd/vfs.c:smbd_vfs_init(317)
smbd_vfs_init: vfs_init_custom failed for...
2003 Nov 21
0
SAMBA3 and WINS problem
...le
ldap user suffix = ou=people
ldap group suffix = ou=group
ldap admin dn = uid=sambauser,cn=config
ldap ssl = no
ldap delete dn = yes
#
# Parte Password e Sicurezza
#
passdb backend = ldapsam:ldap://localhost/ guest
passwd program = "/sambabin/samba/bin/ldapsync.pl -o %u"
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *modifying* unix password sync = Yes
min password length = 5
admin users = @rd
#
# Profile
#
logon script = %G_%U.bat %G %U
logon home =
logon path =...
2003 Sep 04
1
Findsmb manual page now lies because the output of smbclient -L changed?
...----------------------------------------
192.168.49.247 WINQA1 [ QATEST ]
192.168.49.250 WINQA2 +[ QATEST ]
without any OS or server version information. After reading the
source to findsmb, I discovered it was using
open(SMB,"$SAMBABIN/smbclient -N -L $name -I $ip -U% |")
to get the information, and sure 'nuff, the samba-2.2.8a smbclient
says:
added interface ip=192.168.48.121 bcast=192.168.51.255
nmask=255.255.252.0
Domain=[QATEST] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
Sharename Type Com...