[Samba] make_server_info_info3: pdb_init_sam failed!

2007-01-27 Thread Tom Robinson

Hi,

We have a linux/samba only domain serving files to about 16-18 Windows 
clients (mostly XP, a few W2K).


PDC:
SuSE OpenXchange 4.4
samba 2.2.8a
openldap 2.1.4

Domain Member Server (DMS)
CentOS 4.4
samba 3.0.10

I set the Domain Member Server up using the default passdb backend 
(/etc/samba/smbpasswd) to start with and that all worked fine.


I would like to use LDAP for centralised authentication and have 
re-compiled using --with-ldapsam because the PDC uses the older (Version 
2) of the Samba LDAP schema. (see smb.conf below for params).


I've joined the DOMAIN with:
# net rpc join
Join to 'DOMAIN' is OK

I've set the ldap_bind_password in secrets.tdb with:
# smbpasswd -w secret
Setting stored password for uid=root,dc=somedomain,dc=com in secrets.tdb

# smbclient -L DMS -N

gives the following error in the host log:
---8---
auth/auth_domain.c:domain_client_validate(199)
  domain_client_validate: unable to validate password for user root in 
domain DOMAIN to Domain controller \\PDC. Error was 
NT_STATUS_WRONG_PASSWORD.

---8---

and when I try to connect to a share I get this:
# smbclient //DMS/share -U validuser
---8---
auth/auth_util.c:make_server_info_info3(1177)
  make_server_info_info3: pdb_init_sam failed!
---8---

Connections directly to the PDC from the DMS work fine:
# smbclient //PDC/someshare -U validuser
Password:
Domain=[DOMAIN] OS=[Unix] Server=[Samba 2.2.8a-UL]
smb: \ quit

Can anyone please help with these errors? I can't seem to crack it open 
myself


Thanks in advance,

Tom

---8---
[global]
server string = %h :-D
netbios name = dms
workgroup = DOMAIN

security = domain
password server = PDC
encrypt passwords = Yes
null passwords = yes

guest ok = no

wins support = no
wins proxy = no
wins server = xxx.xxx.xxx.xxx

domain master = no
local master = no
preferred master = no
os level = 0

log level = 0
log file = /var/log/samba/%m.log
max log size = 0

bind interfaces only = yes
interfaces = xxx.xxx.xxx.xxx
smb ports = 139
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

passdb backend = ldapsam_compat:ldap://pdc.somedomain.com
ldap suffix = dc=somedomain,dc=com
ldap port = 389
ldap server = pdc.somedomain.com
ldap admin dn = uid=root,dc=somedomain,dc=com
ldap filter = ((uid=%u)(objectclass=sambaAccount))
ldap ssl = no
---8---

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] make_server_info_info3: pdb_init_sam failed

2006-04-24 Thread Nospam Izo
Now, I do not know.  Do I have trivial, idiotic or what kind of problem 
that nobody answers ? I just hope that it is not an unsolvable problem ...


with kind regards (and little bit of sarcasm) to the community

Izo

p.s. the link to the thread I mentioned: 
http://lists.samba.org/archive/samba/2005-March/102528.html


Izo wrote:

There is a year old thread on this maillist which has not ended - at 
least I can not find the solution.


The problem is that every domain user can login to the samba box using 
domain passwords except the windows domain administrator.


samba-3.0.13
security = domain
samba is joined to domain

the log.smbd says:

[2006/04/20 14:55:42, 0] auth/auth_util.c:make_server_info_info3(1195)
 make_server_info_info3: pdb_init_sam failed!


What to do ? What else to provide to help you answer me ?

Izo

direct mail: ikobal at volja dot net



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] make_server_info_info3: pdb_init_sam failed

2006-04-20 Thread Izo
There is a year old thread on this maillist which has not ended - at 
least I can not find the solution.


The problem is that every domain user can login to the samba box using 
domain passwords except the windows domain administrator.


samba-3.0.13
security = domain
samba is joined to domain

the log.smbd says:

[2006/04/20 14:55:42, 0] auth/auth_util.c:make_server_info_info3(1195)
 make_server_info_info3: pdb_init_sam failed!


What to do ? What else to provide to help you answer me ?

Izo

direct mail: ikobal at volja dot net

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] make_server_info_info3: pdb_init_sam failed!

2005-03-30 Thread David Michaels
I'm seeing this problem as well, and while our Windows servers are using 
Active Directory, my samba configuration is employing the server = 
domain technique, and the password server is the one Windows AD DC 
that's in NT emulation mode.

Authentications seem to work okay, and users can navigate just fine, but 
every client has lots of these pdb_init_sam failed errors in its 
respective log file.

pdb looks like password database, and sam is specifically a unix thing, 
so I'm not sure the Windows servers are involved at this point.  I'm 
wondering if I need to create an 'empty' password database on the unix 
server, or otherwise find a way to tell Samba not to bother with such, 
and to just use strictly Windows authentication for Samba clients.

Is this turning on any lightbulbs?
--Dragon
Willem Jaap Zwart wrote:
Hi
We ran into exactly the same problem (although the AD is from W2K),
but didn't find a solution yet.
I've increased the logging from Samba to pinpoint the problem and it
appears that the AD simply does not reply to a request to authenticate
the Domain Admin. We are now working on the diagnostic output of the
Directory Service on the Micro$oft server to see what's happening over
there (ref to
http://support.microsoft.com/default.aspx?scid=kb;en-us;314980sd=tech)
.
Not much of a help yet, so anyone who has some ideas or pointers??
Willem Jaap
Benoit Panizzon said:
 

Next strange problem...
W2k3 ADS.
Sambe as ADS Member.
pam_krb5
nss_ldap
winbindd
all seam to working correctls.
Windows Users can access the shares on the Samba Server and can
   

login
 

using
pam.
smbclient works for all users... except from the Domain
   

Administrator.
 

smbclient //server/user -U user = is fine
smbclient //server/Administrator -U Administrator
[2005/03/23 17:33:30, 0]
   

auth/auth_util.c:make_server_info_info3(1134)
 

 make_server_info_info3: pdb_init_sam failed!
From a Windows Client the Domain Admin can connect
\\server\Administrator
without troubles.
So what could be wrong?
--
Benoît Panizzon, [EMAIL PROTECTED]

   

ImproWare AG, UNIXSP  ISP Phone: +41 61 826 93
00
 

Zurlindenstrasse 29Fax:   +41 61 826 93
   

01
 

CH-4133 Pratteln   Net:
http://www.imp.ch/

   

--
 

To unsubscribe from this list go to the following URL and read the
   

instructions:  https://lists.samba.org/mailman/listinfo/samba
 



 

--
Raytheon
*David P. Michaels*
Senior Multi-Disciplined Engineer II W.H.
NPOESS IS
Platform OS Unix
303.344.6840
720.858.5952 fax
720.521.0561 pager
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  *aka Dragon*
I wonder what news is doing...
[EMAIL PROTECTED] 29 ps -fu news  
news 18624 12367 2 0:00 makehistory 

News is making history.
 

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] make_server_info_info3: pdb_init_sam failed!

2005-03-23 Thread Benoit Panizzon
Next strange problem...

W2k3 ADS.
Sambe as ADS Member.

pam_krb5
nss_ldap
winbindd

all seam to working correctls.

Windows Users can access the shares on the Samba Server and can login using 
pam.
smbclient works for all users... except from the Domain Administrator.

smbclient //server/user -U user = is fine

smbclient //server/Administrator -U Administrator

[2005/03/23 17:33:30, 0] auth/auth_util.c:make_server_info_info3(1134)
  make_server_info_info3: pdb_init_sam failed!

From a Windows Client the Domain Admin can connect \\server\Administrator 
without troubles.

So what could be wrong?
-- 
Benoît Panizzon, [EMAIL PROTECTED]

ImproWare AG, UNIXSP  ISP Phone: +41 61 826 93 00
Zurlindenstrasse 29Fax:   +41 61 826 93 01
CH-4133 Pratteln   Net:   http://www.imp.ch/

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] make_server_info_info3: pdb_init_sam failed!

2005-03-23 Thread Willem Jaap Zwart
Hi

We ran into exactly the same problem (although the AD is from W2K),
but didn't find a solution yet.
I've increased the logging from Samba to pinpoint the problem and it
appears that the AD simply does not reply to a request to authenticate
the Domain Admin. We are now working on the diagnostic output of the
Directory Service on the Micro$oft server to see what's happening over
there (ref to
http://support.microsoft.com/default.aspx?scid=kb;en-us;314980sd=tech)
.

Not much of a help yet, so anyone who has some ideas or pointers??

Willem Jaap
Benoit Panizzon said:
 Next strange problem...

 W2k3 ADS.
 Sambe as ADS Member.

 pam_krb5
 nss_ldap
 winbindd

 all seam to working correctls.

 Windows Users can access the shares on the Samba Server and can
login
 using
 pam.
 smbclient works for all users... except from the Domain
Administrator.

 smbclient //server/user -U user = is fine

 smbclient //server/Administrator -U Administrator

 [2005/03/23 17:33:30, 0]
auth/auth_util.c:make_server_info_info3(1134)
   make_server_info_info3: pdb_init_sam failed!

 From a Windows Client the Domain Admin can connect
 \\server\Administrator
 without troubles.

 So what could be wrong?
 --
 Benoît Panizzon, [EMAIL PROTECTED]
 
ImproWare AG, UNIXSP  ISP Phone: +41 61 826 93
00
 Zurlindenstrasse 29Fax:   +41 61 826 93
01
 CH-4133 Pratteln   Net:
 http://www.imp.ch/
 
--
 To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba





-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] make_server_info_info3: pdb_init_sam failed!

2004-03-16 Thread Costa Curta
When I connected Samba 3.0 as ADS Domain member (Windows2003), I always got 
error messages as below.

auth/auth_util.c:make_server_info_info3(1017)
make_server_info_info3: pdb_init_sam failed!

And Windows client cannot show share list.

What's the error messages mean?



-- 
Costa Curta

___
http://odin.unaerp.br/

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] make_server_info_info3: pdb_init_sam failed?

2003-08-14 Thread Jan Johansson

Trying toi run Debian/Unstable against an AD domain. Computer is joined
to domain, but any operation yields this. Any hints?

== log.nwl105 ==
[2003/08/07 14:13:06, 0] auth/auth_util.c:make_server_info_info3(983)
  make_server_info_info3: pdb_init_sam failed!
[2003/08/07 14:13:20, 0] auth/auth_util.c:make_server_info_info3(983)
  make_server_info_info3: pdb_init_sam failed!

 


--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba