Displaying 10 results from an estimated 10 matches for "furnsrv".
2004 Dec 14
2
Trusted domain problem (maybe networking)
...I can do a broadcast
ping from either subnet to the other, and I can also do smbclient -L
<remote_pdc> and get the shares, from one side. From the other side I
cannot. Let me clarify here.
PDC A is called CORPSRV, controls domain CORP, and has IP address
192.168.1.101
PDC B is called FURNSRV, controls domain FURN, and has IP address 192.168.2.3
From CORPSRV, I can broadcast ping to 192.168.2.255 (and 192.168.2.3 answers)
and I can successfully do "smbclient -L FURNSRV".
From FURNSRV, I can broadcast ping to 192.168.1.255, but cannot do "smbclient
-L CORPSRV". I...
2004 Oct 28
1
pam_ldap for unix accounts, smbpassword for samba?
Is this setup possible? I am converting an old server to look on LDAP for its
UNIX account info. I am able to auth in every way with a LDAP-only user
(login, telnet, ssh, su). However, after adding the user with smbpasswd -a,
the password doesn't work:
[root@furnsrv log]# smbpasswd -a testuser
New SMB password:
Retype new SMB password:
Added user testuser.
[root@furnsrv log]# smbclient -L furnsrv -U testuser
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
[root@furnsrv log]# su testuser
Password:
sh-2.05b$
Any help with this would be appreciated. I...
2004 Aug 25
1
"net setlocalsid" question
...k since I have another instance of Samba
running? Is this something to be alarmed about? Also, if I do "net
getlocalsid" by itself, I get the SID I expect. If I do "net getlocalsid
<domainname>" I get the SID that I see in the groupmap list. Output is
below:
[root@furnsrv bin]# ./net getlocalsid
SID for domain FURNSRV is: S-1-5-21-383998039-2845272951-4289691644
[root@furnsrv bin]# ./net getlocalsid furn
SID for domain furn is: S-1-5-21-2095913833-1271187511-909365273
[root@furnsrv bin]# ./net groupmap list
System Operators (S-1-5-32-549) -> -1
Domain Users (S-...
2004 Aug 24
0
Profile troubles with 2.x-3.x upgrade
...had to rejoin the W2K machine to the domain.
I must be missing something here, as this upgrade is not going smoothly so
far. Please see the configuration info below:
2.2.9 smb.conf (that works)
------------------------------------------
[global]
workgroup = FURN
netbios name = FURNSRV
server string = Furniture File Server
## LDAP stuff
#ldap admin dn = "cn=Manager,dc=borkholder,dc=com"
#ldap server = ldap.borkholder.com
#ldap ssl = start_tls
#ldap port = 389
#ldap suffix = "ou=people,dc=borkholder,dc=com"...
2005 Apr 04
2
Help! Unable to join domain :(
...y domain. I think the server's machine password got corrupted
but don't know how to change it.
From the PDC, I try:
oink:/usr/local/src/samba-3.0.12/source # net join PDC
Password:
Could not connect to server CORPSRV
The username or password was not correct.
From a member server, I try:
furnsrv:~ # net join MEMBER
Password:
[2005/04/04 18:13:56, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(27
error setting trust account password: NT_STATUS_ACCESS_DENIED
Unable to join domain CORP.
Or: (as another privileged account)
furnsrv:~ # net join MEMBER -U misty
Password:
[2005/04/04 18:17:25,...
2004 Nov 14
3
Changed SID after copied secrets.tdb
...w server (which has the same
hostname), copied the smb.conf to /usr/local/samba/lib and copied th
secrets.tdb to /usr/local/samba/private. Started Samba, did 'net
getlocalsid' and it reports a different SID than my old server had. Just to
be sure that the secrets.tdb copied correctly:
furnsrv:/data/backup/mnt1/usr/local/samba/var/locks #
md5sum /usr/local/samba/private/secrets.tdb /data/backup/mnt1/usr/local/samba/private/secrets.tdb
375cf198c84d026ccb9739bba4f600d5 /usr/local/samba/private/secrets.tdb
375cf198c84d026ccb9739bba4f600d5 /data/backup/mnt1/usr/local/samba/private/secrets...
2008 Jan 24
4
winbindd: Exceeding 200 client connections, no idle connection found
Hello,
Can someone tell me how to resolve the "winbindd: Exceeding 200 client
connections, no idle connection found" error in my log.winbind? I see
tons of them on a regular basis.
samba-3.0.28,1
squid-2.6.18
FreeBSD 6.2-STABLE #1: Thu Mar 15 01:46:50 CDT 2007
Kind regards,
Elvar
2005 Mar 04
1
'profiles' command with WinXP Profiles
Hi all,
I have gotten the 'profiles' command to work for NT and Win2K profiles very
well. In Windows XP, I am able to change the 'owner' but not the 'group'
SID. It gives no errors but it just doesn't change them. A snippet of the
profile in question is below:
furnsrv:/data/samba/profiles/jon # profiles NTUSER.DAT |grep S-1-5
Owner SID: S-1-5-32-544
Group SID: S-1-5-21-2127521184-1604012920-1887927527-513
Perms: 000F003F, SID: S-1-5-18
Perms: 000F003F, SID: S-1-5-32-544
Perms: 10000000, SID: S-1-5-18
Perms: 10000000, SID: S-1-5-32-544...
2005 Jun 08
0
Fwd: Cross-subnet browsing and VPN
...their trusts seem intact. Some settings are below.
CORP:
CORPSRV (192.168.1.101)
wins support = yes
preferred master = yes
domain master = yes
local master = yes
remote announce = 192.168.2.255 192.168.4.255
remote browse sync = 192.168.2.255 192.168.4.255
name resolve order = wins bcast host
FURNSRV (192.168.2.3)
wins server = 192.168.1.101
wins support = no
wins proxy = no
dns proxy = no
local master = yes
domain master = no
preferred master = no
remote browse sync = 192.168.1.255 192.168.4.255
name resolve order = wins b...
2008 Jun 30
2
Smbd internal error and panic with nfs-mounted share
We're trying to share a directory that's mounted via NFS from another
server; when we connect to that share, smbd panics and tries to dump
core.
This is samba-3.0.30 on Alpha/Tru64-4.0G. The directory we're trying to
use is exported from a Linux box called sesfs (Centos 4.4) and
mounted on
the Alpha server via NFS as /sesfs/scratch. I've appended below an
edited
summary from