[Samba] No responses, not a one?

Michael Adam obnox at samba.org
Mon Jul 27 14:00:55 MDT 2009


John H Terpstra - Samba Team wrote:
> On 07/27/2009 01:41 PM, Wikked one wrote:
> > 
> > 
> > Hi Guys,
> >          I would love to update to the latest version ,nothing would make me happier in fact.
> > However each time I've made an attempt to build samba without an RPM I've been led
> > down the rabbit hole of dependencies ,so I've "learned" to use the version that 
> > comes with the operating system. I did a yum update on Samba which brought me up to
> > the versions I've posted.
> > As far as error go this is the message when I make an attempt
> > to access another samba share with the machine in question.
> 
> Suggest you update to the RPMS provided by SerNet for your OS.  They are
> usually current and correctly built.

John,

thanks for the hint!

Wikked: it usually enhances chances of getting replies here to use a
real name instead of a "title" (like "wikked one"...). :-)

The packages John is referring to can be found here:
http://ftp.sernet.de/pub/samba/

Currently we have the 3.3 ones under "recent" and the 3.4 ones
under experimental. The experimental/recent/tested-structure still
stems from the time where there was only 3.0.X and is likely to
change in the near future. So all these are packages of released
"stable" versions of Samba. You'll find binary packages for various
versions of RPM- and deb-based distributions as well as source
packages.

Cheers - Michael

> 
> - John T.
> > 
> > [2009/07/27 14:20:01, 0] 
> > passdb/passdb.c:pdb_increment_bad_password_count(1477)
> >   
> > pdb_increment_bad_password_count: pdb_get_account_policy failed.
> >
> >>>                I’ve
> >>> got a Samba NT4 domain with multiple samba member servers serving files using
> >>> domain security. Current member servers are all running CentOS 4.7 with 3.0.28-0.el4.9
> >>> I have no issues (except aging) with these systems.
> >>>
> >>> I’m upgrading a major file server with CentOS5.3 64 bit with
> >>> Samba 3.0.33-3.7el5_3.1
> >>>
> >>> ,it’s all setup and configured but here’s a show stopper for
> >>> implementation.
> >>>
> >>> When I attempt to access another Samba server with this
> >>> version ,I am prompted for authentication,even though the machine has full
> >>> domain access.
> >>>
> >>> Additionally I have been mounting a domain member share on a
> >>> non domain member server in order to back it up with a command in the
> >>> /etc/fstab.
> >>>
> >>> This no longer works and even when I specify the
> >>> administrator and password I have a wrong password error.
> >>>
> >>>
> >>> Here’s the 3.0.28 config file
> >>>
> >>>  
> >>>
> >>> [global]
> >>>
> >>>      workgroup = workgroup
> >>>
> >>>     netbios name = OldSystem
> >>>
> >>>     passdb backend=ldapsam:ldap://System.MyGroup.com
> >>>
> >>>     idmap backend = ldap://192.168.1.1
> >>>
> >>>     security = domain
> >>>
> >>>     encrypt passwords= yes
> >>>
> >>>     ldap suffix=dc=MyGroup,dc=com
> >>>
> >>>     ldap machine suffix = ou=Computers
> >>>
> >>>     ldap user suffix =ou=Users
> >>>
> >>>     ldap group suffix =ou=Groups
> >>>
> >>>     ldap admin dn =cn=Manager,dc=MyGroup,dc=com
> >>>
> >>>     ldap passwd sync=yes
> >>>
> >>>     socket options = TCP_NODELAY SO_RCVBUF=8192
> >>> SO_SNDBUF=8192    
> >>>
> >>>     os level = 20
> >>>
> >>>     local master = no
> >>>
> >>>     wins server =192.168.1.1
> >>>
> >>>     log level= 5
> >>>
> >>>     idmap uid = 16777216-33554431
> >>>
> >>>     idmap gid = 16777216-33554431
> >>>
> >>>     template shell = /bin/false
> >>>
> >>>     winbind use default domain = no
> >>>
> >>>    
> >>>
> >>> [SHARE]
> >>>
> >>>     writeable = yes
> >>>
> >>>     valid users = @"Domain Users"
> >>>
> >>>     path = /usr/smb/share
> >>>
> >>>     force directory mode = 777
> >>>
> >>>     force create mode = 777
> >>>
> >>>      nt acl support =yes
> >>>
> >>>  
> >>>
> >>> And the 3.0.33 config file
> >>>
> >>>  
> >>>
> >>>  
> >>> workgroup = workgroup
> >>>
> >>>    security = domain
> >>>
> >>>    idmap uid = 16777216-33554431
> >>>
> >>>    idmap gid = 16777216-33554431
> >>>
> >>>    template shell = /bin/false
> >>>
> >>>    winbind use default domain = false
> >>>
> >>>    winbind offline logon = false
> >>>
> >>>     ldap user suffix = ou=Users
> >>>
> >>>     socket options = TCP_NODELAY SO_RCVBUF=8192
> >>> SO_SNDBUF=8192    
> >>>
> >>>     wins server = 192.168.1.1
> >>>
> >>>     winbind trusted domains only = yes
> >>>
> >>>     idmap backend = ldap://192.168.1.1
> >>>
> >>>     encrypt passwords = yes
> >>>
> >>>     passdb backend = ldapsam:ldap://System.MyGroup.com
> >>>
> >>>     nt acl support = yes
> >>>
> >>>     netbios name = NewSystem
> >>>
> >>>     ldap machine suffix = ou=Computers
> >>>
> >>>     ldap group suffix = ou=Groups
> >>>
> >>>     ldap passwd sync = yes    
> >>>     ldap suffix = dc=MyGroup,dc=com
> >>>
> >>>     local master = no
> >>>
> >>>     winbind enum groups = no
> >>>
> >>>     os level = 20
> >>>
> >>>     ldap admin dn = cn=Manager,dc=MyGroup,dc=com
> >>>
> >>>     log level = 5
> >>>
> >>>
> >>>
> >>> [NEWSHARE]
> >>>
> >>>     nt acl support = yes
> >>>
> >>>     guest account = administrator
> >>>
> >>>     writeable = yes
> >>>
> >>>     path = /raid/smb/newshare
> >>>
> >>>     force directory mode = 777
> >>>
> >>>     force create mode = 777
> >>>
> >>>     valid users = @"Domain Users"
> >>>
> >>>  
> >>>
> >>> Any help?
> >>>
> >>>  
> >>>
> >>> Thanks!
> >>>
> >>>  
> >>>
> >>>  
> >>>
> >>>
> >>> _________________________________________________________________
> >>> Bing™ brings you maps, menus, and reviews organized in one place. Try it now.
> >>> http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=TXT_MLOGEN_Local_Local_Restaurants_1x1
> >>> -- 
> >>> To unsubscribe from this list go to the following URL and read the
> >>> instructions:  https://lists.samba.org/mailman/options/samba
> >>
> >> _________________________________________________________________
> >> Bing™ brings you maps, menus, and reviews organized in one place. Try it now.
> >> http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=TXT_MLOGEN_Local_Local_Restaurants_1x1
> >> -- 
> >> To unsubscribe from this list go to the following URL and read the
> >> instructions:  https://lists.samba.org/mailman/options/samba
> > 
> > _________________________________________________________________
> > Windows Live™ SkyDrive™: Store, access, and share your photos. See how.
> > http://windowslive.com/Online/SkyDrive?ocid=TXT_TAGLM_WL_CS_SD_photos_072009
> 
> 
> -- 
> John H Terpstra
> 
> "If at first you don't succeed, don't go sky-diving!"
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/options/samba

-- 
Michael Adam <ma at sernet.de>  <obnox at samba.org>
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.SerNet.DE, mailto: Info @ SerNet.DE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 206 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba/attachments/20090727/6e4ae7e0/attachment.pgp>


More information about the samba mailing list