Re: [Samba] There are no currently logon servers available when mappingwith net use

2013-03-18 Thread Daniel Müller
Look at the authentication of your member server, does the server
authenticate right against your PDC/BDC? Which version of
Samba? what about using dfs or dfs proxy on your PDC/BDC to map the share?
Do you use WINS?

---
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: muel...@tropenklinik.de
Internet: www.tropenklinik.de
---
-Ursprüngliche Nachricht-
Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] Im
Auftrag von Jim Potter
Gesendet: Sonntag, 17. März 2013 21:33
An: c.koe...@live.com
Cc: samba@lists.samba.org
Betreff: Re: [Samba] There are no currently logon servers available when
mappingwith net use

Hi,

There is a setting in gpedit.msc somewhere to tell the PC to wait for
network connectivity before showing the login box. (no idea where - find it
yourself - sorry)

  Anothe option - I have one user woth a similar problem. She keeps getting
'duplicate machine name exists' popups appearing regardless of what I name
her machine. The laptop caches her user details so she can log in fine, but
generally has weird problems connecting to new shares. 
You might see the behaviour you are getting if there were machines with
duplicate names - one would join the domain properly, wheras the other's
trust account would fail but could log in with cached credentials and then
have problems connecting to domain repated stuff.

hope that helps

Jim

On 15/03/2013 23:26, TMason wrote:
 Marcio Oli  wrote in message
 news:CANpJy9WD=CLxbB=BQhgS==1mt-rktxt0hvmi6muymz5rkxm...@mail.gmail.com...

 Hi people, I have a problem and I need so much of your help.

 I have a login script in \\server1\netlogon\script.bat (on my PDC and
 BDC)
 that runs net use commands to map some shares in time of the logon.
 This login tries to map share in another server (samba member of 
 domain \\server2).

 So, I put the result at a log and appears these lines:
 
 System error 1311 has occurred.
 There are currently no logon servers available to service the logon 
 request.
 

 This is a recurrent problem, but neither always this happens. 
 Sometimes, everything is wonderful and works very well mapping all 
 shares, but is unstable.


 --
 --


 Windows clients have this problem regardless of the type of PDC/BDC 
 you have (Windows or Samba). The problem is that Windows is generally 
 ready to let people log in before all of the network services are 
 ready and as such people can't log in.

 Are your servers on static IPs? Also, what kind of DNS/DHCP server do 
 you have?

 This will help in troubleshooting.

 TMason




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

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


Re: [Samba] Samba 4.0.3 on CentOS 6.3 as PDC.

2013-03-18 Thread Daniel Müller
I had  an issue with portreserve running. After shutdown the service samba4
on Centos 6.3 did run.

---
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: muel...@tropenklinik.de
Internet: www.tropenklinik.de
---

-Ursprüngliche Nachricht-
Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] Im
Auftrag von Thomas Simmons
Gesendet: Samstag, 16. März 2013 18:26
An: Mike Stroven
Cc: samba@lists.samba.org
Betreff: Re: [Samba] Samba 4.0.3 on CentOS 6.3 as PDC.

On Tue, Feb 26, 2013 at 8:23 AM, Mike Stroven 
mike.stro...@visole-energy.com wrote:

 Any help here?  I have included all of the output of the suggested 
 diags that Thomas said I should run, but I admit that I'm not sure 
 what I'm looking for, as I'm not familiar with RPC functionality on Linux.
  Something is not working with RPC on my Samba 4.0.3 server.  (FWIW, 
 it doesn't work with IPTables stopped either.)

  On Mon, Feb 25, 2013 at 2:21 PM, Mike Stroven wrote:
 
   I finally have everything working that can be verified from the 
   server
 command line. Running Bind9.8 with DLZ support.
   Verified Kerberos 5 running. Now attempting to join Windows XP
 machines to the domain, and am getting an error:
   The RPC server is unavailable. Any pointers?
  

 On Mon, Feb 25, 2013 at 6:55 PM, Thomas Simmons wrote:
  You're likely to get more support on the user's list (
 samba@lists.samba.org).
 
  If you're certain everything is working on the server and the client 
  network config is correct (you have the DC's IP as the primary DNS
 server),
  then my first guess would be iptables or selinux. If you need 
  further assistance, output from the following commands would be useful:
 


  # test samba

 [root@grumpy ~]# /usr/local/samba/bin/smbclient //grumpy/netlogon 
 -UAdministrator%'**' -c ls Domain=[TROY] OS=[Unix] 
 Server=[Samba 4.0.3]
   .   D0  Mon Feb 25 09:53:33 2013
   ..  D0  Fri Feb 22 17:09:24 2013

 40757 blocks of size 131072. 20332 blocks available


  # test kerberos

 [root@grumpy ~]# kinit administra...@visole-energy.com Password for 
 administra...@visole-energy.com:
 Warning: Your password will expire in 41 days on Mon Apr  8 18:14:03 
 2013


  # check iptables

 [root@grumpy ~]# iptables -nL
 Chain INPUT (policy ACCEPT)
 target prot opt source   destination
 ACCEPT all  --  0.0.0.0/00.0.0.0/0   state
 RELATED,ESTABLISHED
 ACCEPT icmp --  0.0.0.0/00.0.0.0/0
 ACCEPT all  --  0.0.0.0/00.0.0.0/0
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:22 /* SSH */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:53 /* DNS */
 ACCEPT udp  --  0.0.0.0/00.0.0.0/0   state NEW
 udp dpt:53 /* DNS UDP */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:80 /* HTTP */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:88 /* Kerberos */
 ACCEPT udp  --  0.0.0.0/00.0.0.0/0   state NEW
 udp dpt:123 /* NTP */
 ACCEPT udp  --  0.0.0.0/00.0.0.0/0   state NEW
 udp dpt:135 /* RPC UDP */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:135 /* RPC TCP */
 ACCEPT udp  --  0.0.0.0/00.0.0.0/0   state NEW
 udp dpt:138 /* NetBIOS Netlogon and Browsing */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:139 /* NetBIOS Session */
 ACCEPT udp  --  0.0.0.0/00.0.0.0/0   state NEW
 udp dpt:389 /* LDAP UDP */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:443 /* HTTPS */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:445 /* SMB CIFS */
 ACCEPT udp  --  0.0.0.0/00.0.0.0/0   state NEW
 udp dpt:445 /* SMB CIFS UDP */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:464 /* Kerberos Password Management */
 ACCEPT udp  --  0.0.0.0/00.0.0.0/0   state NEW
 udp dpt:464 /* Kerberos Password Management UDP */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:636 /* LDAP SSL */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:3268 /* LDAP Global Catalog */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:3269 /* LDAP Global Catalog SSL */
 ACCEPT tcp  --  0.0.0.0/00.0.0.0/0   state NEW
 tcp dpt:1 /* Webmin */
 REJECT all  --  0.0.0.0/00.0.0.0/0   reject-with
 icmp-host-prohibited

 Chain FORWARD 

Re: [Samba] DNS Replication Between Samba4 DCs

2013-03-18 Thread Daniel Müller
The same issue with me. No master slave config. possible if using DIND9_DLZ 
directly. Power off the Master ADS and there is no nslookup my.ads.domain 
possible anymore. Doing a flat-file config with bind you are up and running.
Is there someone who solved that issue? 

---
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: muel...@tropenklinik.de
Internet: www.tropenklinik.de
---

-Ursprüngliche Nachricht-
Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] Im 
Auftrag von Andrew Hamilton
Gesendet: Mittwoch, 27. Februar 2013 22:14
An: samba@lists.samba.org
Betreff: [Samba] DNS Replication Between Samba4 DCs

I have been able to successfully install and configure a primary DC with Ubuntu 
12.04 and the samba4 package as well as configure and join a secondary DC to 
the primary.  However, I cannot DNS entries to replicate from the primary to 
the secondary (I haven't tried the other way around but I would like that 
working as well).  Both are using BIND9_DLZ.  Is DNS replication even supported 
with this setup or do I have to use the SAMBA INTERNAL setting?

-Andrew Hamilton
Project Engineer
www.facilityone.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

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

Re: [Samba] Samba4 - PDC to DC file replication

2013-03-18 Thread Daniel Müller
Look at glusterfs or drbd

---
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: muel...@tropenklinik.de
Internet: www.tropenklinik.de
---

-Ursprüngliche Nachricht-
Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] Im
Auftrag von C Waddy
Gesendet: Donnerstag, 28. Februar 2013 06:38
An: samba@lists.samba.org
Betreff: [Samba] Samba4 - PDC to DC file replication

Hi,

I have built two samba4 boxes, one as a PDC and the as a DC, all working
perfectly. If I create a user through the mmc snapin then turn off the PDC,
I can still login to the domain using the DC which is great. The problem is
their file permissions.

I have assigned user and group rights using windows explorer to certain
folders, i.e granted user1 full permissions to that folder

The problem I have is trying to replicate the users data/files from PDC to
DC whilst keeping the NTFS permissions that have been set. Rysnc doesnt seem
to keep the ntfs permissions

The reason for this is if the PDC goes down, user logs on using the DC and
can access their files which have retained their files and permissions.

Is there some way to achieve this?

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

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


Re: [Samba] Printer drivers

2013-03-18 Thread Lukas Gradl


Zitat von Fabian von Romberg fromberg...@hotmail.com:


Hi,

is it possible to have printer driver on samba and when the user  
wants to use a particular printer can install the drivers  
automatically from samba?


Thanks in advance and regards,
Fabian


Do you mean like this:
https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO#Point_and_Print_Drivers

regards
Lukas

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


Re: [Samba] Samba panics frequently after being configured for AD authentication

2013-03-18 Thread Volker Lendecke
On Fri, Mar 15, 2013 at 10:25:07AM -0600, Chris Kukuchka wrote:
 #7  0x7f023cb61844 in _wkssvc_NetWkstaEnumUsers (p=value optimized out, 
 r=value optimized out)
 at rpc_server/wkssvc/srv_wkssvc_nt.c:591

Thanks, that helped. See
https://bugzilla.samba.org/show_bug.cgi?id=9727 for a patch.

Just curious -- what client apps are you using, and can you
send a network trace of the app enumerating users? (not
required, just informational..)

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-37-0, fax: +49-551-37-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kont...@sernet.de
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Migrating Win2000 PDC to Samba4 AD

2013-03-18 Thread Lukas Gradl


Zitat von fe...@epepm.cupet.cu:


Hi!

We want to replace an old Win2000 Server (PDC). As we've already some
Samba4 AD-Controllers up and running we would like to migrate to that
setup.


I think this is what you're looking for:

https://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC

Felix.


Thanks for all that helped - afaik the join of the domain worked, the  
servers will see each other, I can see the samba4-server in Domain  
Controllers tab in AD.


Two problem still exist:

How to move the DNS-Server from the Win2k-DC to the Samba4-Server?  
Ideally to a bind9-installation on the samba4-Server? When  
provisioning samba4 with a new domain I get the Bind9 config templates  
which work quite well. But on joining the exitent Win2k-Domain I  
didn't get these...


And when running samba-tool drs showrepl the INBOUND NEIGHBORS and  
OUTBOUND NEIGHBORS are both empty - otherwise the output seems to  
look ok. Is this ok?



Perhaps someone is able to help me over that last things.

regards

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


Re: [Samba] samba4 provision password complexity error

2013-03-18 Thread L . P . H . van Belle
Bit late, i was on holiday. 

But. 

Password complexity, ... 

What is beter... 

ThiS1sMyComplexPasw0rdForM3AndNot4You.
or 
}W`#t_L= 

Wel i choose the first, even there are only char and numbers in that password. 

Look here for more info. 
http://rumkin.com/tools/password/passchk.php 


Louis

 

-Oorspronkelijk bericht-
Van: abart...@samba.org [mailto:samba-boun...@lists.samba.org] 
Namens Andrew Bartlett
Verzonden: maandag 11 maart 2013 23:32
Aan: Gerry Reno
CC: samba@lists.samba.org
Onderwerp: Re: [Samba] samba4 provision password complexity error

On Sun, 2013-03-10 at 22:21 -0400, Gerry Reno wrote:
 I am trying to provision my samba 4 domain and even though I 
have deactivated password complexity using the samba-tool I
 still receive this error during the provision:
 
 ERROR(ldb): uncaught exception - 052D: Constraint 
violation - check_password_restrictions: the password does not
 meet the complexity criteria!
 
 
 Is this a known issue or do I need to do something else to 
get this working (not counting making the password more complex)?

Just make the password more complex.  This is by design, because
provision resets the password complexity settings (and all other
settings).

You may reset the settings and then reset the admin password with
'samba-tool user setpassword administrator' later if you really, really
must so dramatically reduce the security of your network.

Andrew Bartlett

-- 
Andrew Bartlett
http://samba.org/~abartlet/
Authentication Developer, Samba Team   http://samba.org


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



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


[Samba] [Announce] Samba 3.6.13 Available for Download

2013-03-18 Thread Karolin Seeger
===
There are no facts,
 only interpretations.

 Friedrich Nietzsche
===


Release Announcements
=

This is is the latest stable release of Samba 3.6.

Major enhancements in Samba 3.6.13 include:

o  Fix two resource leaks in winbindd (bug #9684).
o  Unlink after open causes smbd to panic (bug #9571).


Changes since 3.6.12:


o   Jeremy Allison j...@samba.org
* BUG 9519: Samba returns unexpected error on SMB posix open.
* BUG 9585: Samba 3.6.x not correctly signing any but the last response in
  a compound request/response.
* BUG 9586: smbd[29175]: disk_free: sys_popen() failed message logged in
  /var/log/messages many times.
* BUG 9587: Archive flag is always set on directories.
* BUG 9588: ACLs are not inherited to directories for DFS shares.
* BUG 9637: Renaming directories as guest user in security share mode
  doesn't work.


o   Björn Baumbach b...@sernet.de
* BUG 9568: Add dbwrap_tool.1 manual page.


o   Ira Cooper i...@samba.org
* BUG 9646: Make SMB2_GETINFO multi-volume aware.


o   Günther Deschner g...@samba.org
* BUG 9474: Downgrade v4 printer driver requests to v3.


o   David Disseldorp dd...@samba.org
* BUG 9378: Add extra attributes for AD printer publishing.
* BUG 9658: Fix initial large PAC sess setup response.


o   Björn Jacke b...@sernet.de
* BUG 7825: Fix GNU ld version detection with
  old gcc releases.


o   Daniel Kobras d.kob...@science-computing.de
* BUG 9039: 'map untrusted to domain' treats WORKSTATION as bogus domain.


o   Guenter Kukkukk ku...@samba.org
* BUG 9701: Fix vfs_catia module.


o   Volker Lendecke v...@samba.org
* BUG 9541: Add support for posix_openpt.


o   Stefan Metzmacher me...@samba.org
* Bug 9625: wbcAuthenticateEx gives unix times.


o   Andreas Schneider a...@samba.org
* BUG 9574: Fix a possible null pointer dereference in spoolss.
* BUG 9684: Fix two resource leaks in winbindd.
* BUG 9686: Fix a possible buffer overrun in pdb_smbpasswd.


o   Pavel Shilovsky pias...@etersoft.ru
* Bug 9571: Unlink after open causes smbd to panic.


##
Reporting bugs  Development Discussion
###

Please discuss this release on the samba-technical mailing list or by
joining the #samba-technical IRC channel on irc.freenode.net.

If you do report problems then please try to send high quality
feedback. If you don't provide vital information to help us track down
the problem then you will probably be ignored.  All bug reports should
be filed under the Samba corresponding product in the project's Bugzilla
database (https://bugzilla.samba.org/).


==
== Our Code, Our Bugs, Our Responsibility.
== The Samba Team
==



Download Details


The uncompressed tarballs and patch files have been signed
using GnuPG (ID 6568B7EA).  The source code can be downloaded
from:

http://download.samba.org/samba/ftp/

The release notes are available online at:

http://www.samba.org/samba/ftp/history/samba-3.6.13.html

Binary packages will be made available on a volunteer basis from

http://download.samba.org/samba/ftp/Binary_Packages/

Our Code, Our Bugs, Our Responsibility.
(https://bugzilla.samba.org/)

--Enjoy
The Samba Team

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

[Samba] Slow navigation on samba share

2013-03-18 Thread Johannes . Reus
hi all,

I have a problem with some windows 7 pro (64) clients navigating on samba 
shares. The user wants to open a folder and then it takes a long time 
until it opens.

Looking into the samba log of the PC it is filled with this entries (seems 
to check for every ldap user):
[2013/03/18 10:10:54.224428,  2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
  init_sam_from_ldap: Entry found for user: ftrapp
[2013/03/18 10:10:54.687697,  2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
  init_sam_from_ldap: Entry found for user: w2ksrv03
[2013/03/18 10:10:56.157767,  2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
  init_sam_from_ldap: Entry found for user: tstaats
[2013/03/18 10:10:56.957226,  2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
  init_sam_from_ldap: Entry found for user: cadttf
[2013/03/18 10:10:56.958225,  2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
  init_sam_from_ldap: Entry found for user: MobilteilEinrichter
[2013/03/18 10:10:56.959054,  2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
  init_sam_from_ldap: Entry found for user: sguenther
[2013/03/18 10:10:57.547141,  2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
  init_sam_from_ldap: Entry found for user: ajaskulla
[2013/03/18 10:10:57.548325,  2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
  init_sam_from_ldap: Entry found for user: slotz
[2013/03/18 10:10:57.760880,  2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
  init_sam_from_ldap: Entry found for user: bschulz
[2013/03/18 10:10:57.844526,  2] passdb/pdb_ldap.c:572(init_sam_from_ldap)
  init_sam_from_ldap: Entry found for user: mschrempf

Configuration:

samba 3.5.4

ldap 2_4-2

SUSE Linux Enterprise Server 11 (i586)
VERSION = 11
PATCHLEVEL = 1

Kernel 2.6.32.12-0.7-pae



smb.conf:

[global]


netbios name = sezfile01
netbios aliases = titan
workgroup = TTB01
server string = PDC EZ

#bind interfaces only = yes
#interfaces = 192.168.1.123
#socket address = 192.168.1.255

security = user
domain master = yes
local master = yes
prefered master = yes
domain logons = yes
encrypt passwords = yes

time server = yes
dns proxy = yes
wins support = yes
wins hook = /etc/samba/scripts/dns_update
os level = 64
enable privileges = yes
unix extensions  = no
wide links = yes

logon script = ez.bat
logon drive = R:
logon path = \\%L\profiles\%U

passdb backend = ldapsam:ldap://127.0.0.1:389;
ldap admin dn = uid=samba,ou=administration,o=ttb-ag,c=com
ldap suffix = o=ttb-ag,c=com
ldap user suffix = ou=users
ldap group suffix = ou=groups
ldap machine suffix = ou=computers
ldap ssl = no
ldap delete dn = no

ldap passwd sync = yes

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

admin users = @root
#printer admin = @SambaAdmins
guest account = nobody
username map = /etc/samba/smbusers
oplocks = yes
wide links = yes
host msdfs = yes
hosts deny = 192.168.4.
#printing = cups
#printcap name = cups

socket options = TCP_NODELAY IPTOS_LOWDELAY

# Zum Testen
reset on zero vc = yes



# Domaenen-Bereich
#
[netlogon]
comment = Logon Scripts
path = /samba/netlogon
browseable = no
writeable = no

[profiles]
comment = NT Roaming Profiles
path = /samba/profiles
root preexec  = /etc/samba/scripts/write_connect_log %U %m %I %S 
postexec
profile acls = yes
browseable = no
force user = %U
writeable = yes
create mask = 0600
directory mask = 0700
read only = no
hosts allow = 192.168.1.0/255.255.255.0



# User-Bereich
#
[home]
comment = Home Directory
root preexec  = /etc/samba/scripts/write_connect_log %U %m %I %S 
%d preexec
root postexec = /etc/samba/scripts/write_connect_log %U %m %I %S 
%d postexec
path = /samba/home/%U
browseable = yes
writeable = yes
force user = %U
hide unreadable = yes
veto files = /.recycle/
vfs objects = recycle audit
recycle:repository=.recycle
recycle:versions=True
recycle:keeptree=True

[%U]
copy = home


# Freigaben-Bereich
#
[daten]
comment = Daten
path = /samba/daten
root preexec  = /etc/samba/scripts/write_connect_log %U %m %I %S 
%d preexec
root postexec = /etc/samba/scripts/write_connect_log %U %m %I %S 
%d postexec
inherit permissions = yes
nt acl support = no

Re: [Samba] Slow navigation on samba share

2013-03-18 Thread Volker Lendecke
On Mon, Mar 18, 2013 at 11:31:37AM +0100, johannes.r...@wirthwein.de wrote:
 hi all,
 
 I have a problem with some windows 7 pro (64) clients navigating on samba 
 shares. The user wants to open a folder and then it takes a long time 
 until it opens.

hide unreadable = yes might be a problem. Try if it's
faster without that.

With best regards,

Volker Lendecke

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-37-0, fax: +49-551-37-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kont...@sernet.de
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Printer drivers

2013-03-18 Thread Johan Hendriks


Zitat von Fabian von Romberg fromberg...@hotmail.com:

 Hi,

 is it possible to have printer driver on samba and when the user wants 
 to use a particular printer can install the drivers automatically from 
 samba?

 Thanks in advance and regards,
 Fabian

Do you mean like this:
https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO#Point_and_Print_Drivers

regards
Lukas

Sorry if i hyjack
I am trying to get this to work also.
The problem i have is that i do not see a printers and faxes share.
So i can not connect to it
this is my smb4.conf

# Global parameters
[global]
workgroup = TESTBOOM
realm = TESTBOOM.LOCAL
netbios name = SMB-FILER01
server role = active directory domain controller
dns forwarder = 8.8.8.8

nsupdate command = /usr/local/bin/samba-nsupdate -g
#  Printers
   load printers = yes
   printing = cups
   printcap name = cups
   force printername = yes
   cups options = raw


[printers]
comment = All Printers
path = /usr/local/samba/var/spool
browseable = Yes
guest ok = yes
read only = No
printable = Yes

[print$]
comment = Point and Print Printer Drivers
path = /usr/local/samba/var/print
read only = No
use client driver = yes
write list = administrator, @domain admins


regards
johan


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


Re: [Samba] multiple dc's

2013-03-18 Thread Andrew Bartlett
On Sat, 2013-03-02 at 18:27 -0500, Cristian Saavedra wrote:
 Hello
 
 In our company we have 5 remote office, i'm trying to setup a replicated 
 domain across this sites, using vpn, is multiple DCs soported? can i use the 
 RODC option or is not yet implemented?
 
 I try top setup the replication between this servers but i'm starting to get 
 several WERR_BADFILE error and now i get a WERR_DS_DRA_INTERNAL_ERROR

Yes, multiple DC and RODC operation is supported, but we will need much
more detail than that to suggest what the issue might be. 

Andrew Bartlett

-- 
Andrew Bartletthttp://samba.org/~abartlet/
Authentication Developer, Samba Team   http://samba.org


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


Re: [Samba] Samba4 Compile Error

2013-03-18 Thread Nico Kadel-Garcia
On Fri, Feb 8, 2013 at 12:00 AM, Oner Olcerel
oner.olce...@digitalpictures.com.au wrote:
 Hello,

 I am trying to compile Samba4 on RHEL 5.3 which didn't have Python on it.  
 I've downloaded  Python-2.6.5.tar from 
 http://ftp.samba.org/pub/tridge/python/. I get the following error during the 
 compile :

Stop *right* there. I'm going to be *amazed* if you successfully
installed RHEL 5.3 without Python, because a lot core utilities such
as yum depend on it.

I've been working, when I can spare time, on backporting the Samba
4.0.3 SRPM from Fedoraq to RHEL 6, and there are a *lot* of
dependencies. Note that simply slapping Python 2.6 on top of RHEL 5 by
compiling and stuffing it in place is. bound to cause a raft of
fascinating issues, and I don't recommend it.

Definitely update to RHEL 6.4, if possible, and consider working from
my samba-4.0.3 backports at:

   https://github.com/nkadel/samba4repo

This is designed to check out all the other needed dependencies, and
work from there to build up a local yum repository with all the
necessary libtdb, libldb, iniparser, and other dependencies.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Folder redirection changes library names

2013-03-18 Thread Alexander Busam

Hello!

I know that this topic belogs more to Windows 7 than to Samba. But 
perhaps some users had the same problem already and could give some help.


I used folder redirection for an existing roaming profile as described 
in http://www.samba.org/samba/docs/man/Samba-Guide/happy.html#redirfold


All works fine. But the localized geman names of the libraries changed 
after the first relogon as described below.


- Eigene Bilder (My Pictures)-- Pictures
- Eigene Dokumente (My Documents) -- Documents
- Eigene Musik (My Musik) -- Music
- Eigene Videos (My Videos) -- Videos

I did this things with Windows 7 and Samba 3.5.9 and have done the 
following steps:


1. Log on to the users profile

2. Changed the registry value for AppData at

HKEY_LOCAL_MACHINE\Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User 
Shell Folders\


from %USERPROFILE%\AppData\Roaming
to \\servername\username\.folderredirection\AppData\Roaming

3. Log out the user and copied the directory on the samba server
from /home/username/.msprofile.V2/AppData
to /home/username/.folderredirection

4. Log on to the users profile again.

Thanks for help.

Alex







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


[Samba] smbldap-groupshow shows group, /smbldap-groupmod says group X not found

2013-03-18 Thread Helmut Schneider
Hi,

running an old Samba version 3.x I have issues with a few groups. One
example is:

$ getent group | grep 3PL
3PL-:x:1054:$lotsofusers
$ /usr/sbin/smbldap-groupshow 3PL
dn: cn=3PL,ou=Groups,o=company
objectClass: posixGroup,sambaGroupMapping
cn: 3PL
gidNumber: 1054
sambaSID: S-1-5-21-1373160827-2058509255-2139411751-3109
sambaGroupType: 2
displayName: 3PL
memberUid: $lotsofusers
$ ldapsearch -x objectclass=sambagroupmapping | grep 3PL
# 3PL, Groups, company
dn: cn=3PL,ou=Groups,o=company
cn: 3PL
displayName: 3PL
$

*But*:

$ /usr/sbin/smbldap-groupmod -m $newuser 3PL
/usr/sbin/smbldap-groupmod: group 3PL not found!
$

What's wrong here? And how can I fix it (if)?

Thanks, Helmut

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


[Samba] Samba 3.6.6 authentication

2013-03-18 Thread Shaw, Kevin


Can anyone tell me if Kerberos is a requirement for windows server 2008R2 AD 
NTLM or NTLMv2 authentication?

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


Re: [Samba] There are no currently logon servers available when mappingwith net use

2013-03-18 Thread Marcio Oli
Hi TMason, Jim and Daniel. I don't know what more to do.

Follow the informations to all you help me if possible.

1)
..
PDC, BDC and domain member have the same version of linux, but just the
domain member has a different version of samba.

pdc
Linux 2.6.32-220.17.1.el6.x86_64 x86_64 GNU/Linux
Red Hat Enterprise Linux Server release 6.2 (Santiago)
Samba: Version 3.5.10-116.el6_2


bdc
Linux 2.6.32-220.17.1.el6.x86_64 x86_64 GNU/Linux
Red Hat Enterprise Linux Server release 6.2 (Santiago)
Samba: Version 3.5.10-116.el6_2


member of domain
Linux 2.6.32-220.17.1.el6.x86_64 GNU/Linux
Red Hat Enterprise Linux Server release 6.2 (Santiago)
Samba: Version 3.5.6-86.el6_1.4

2)
..
- About windows registry (client windows7 professional) and gpedit.msc, I
altered these ones:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters]
DomainCompatibilityMode=dword:0001
DNSNameResolutionRequired=dword:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
SlowLinkDetectEnabled=dword:
DeleteRoamingCache=dword:0001
WaitForNetwork=dword:0050
CompatibleRUPSecurity=dword:0001

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows\System]
SlowLinkDetectEnabled=dword:
DeleteRoamingCache=dword:0001
WaitForNetwork=dword:0050
CompatibleRUPSecurity=dword:0001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
SyncForegroundPolicy=dword:0001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows
NT\CurrentVersion\Winlogon]
SyncForegroundPolicy=dword:0001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
NT\CurrentVersion\Winlogon]
SyncForegroundPolicy=dword:0001

[HotKeyLocalMachine\System\CurrentControlSet\Services\Netlogon\Parameters]
DWORD RequireSignOrSeal = 1
DWORD RequireStrongKey = 1

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
“RunLogonScriptSync”=dword:0001

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters]
ExpectedDialupDelay=dword:001e
NegativeCachePeriod=dword:00014a78

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa\Kerberos\Parameters]
MaxPacketSize=dword:0001

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters]
DisableDHCPMediaSense=dword:0001

3)
..
- Dfs and dfs proxy are with default values of samba.

4)
..
Yes, I use wins. My wins server is the PDC.

5)
..
Look at the authentication of your member server, does the server
authenticate right against your PDC/BDC?

So, how do I verify this?

6)
..
Sometimes, but not always, at user's log of samba appears (on the logon
moment):

# tail -f log.marcio.oliveira

[2013/03/15 19:14:11.779186,  1] smbd/service.c:1070(make_connection_snum)
  pgt019874 (:::10.0.3.16) connect to service netlogon initially as
user marcio.oliveira (uid=0, gid=1001) (pid 10342)
[2013/03/15 19:14:13.073811,  0]
passdb/pdb_ldap.c:4642(ldapuser2displayentry)
  sid S-1-5-21-4007841154-2593654838-2170425582-2998 does not belong to our
domain
[2013/03/15 19:15:06.379204,  1] smbd/service.c:1251(close_cnum)
  pgt019874 (:::10.0.3.16) closed connection to service netlogon


Thanks,
Marcio Oliveira


2013/3/18 Daniel Müller muel...@tropenklinik.de

 Look at the authentication of your member server, does the server
 authenticate right against your PDC/BDC? Which version of
 Samba? what about using dfs or dfs proxy on your PDC/BDC to map the share?
 Do you use WINS?

 ---
 EDV Daniel Müller

 Leitung EDV
 Tropenklinik Paul-Lechler-Krankenhaus
 Paul-Lechler-Str. 24
 72076 Tübingen

 Tel.: 07071/206-463, Fax: 07071/206-499
 eMail: muel...@tropenklinik.de
 Internet: www.tropenklinik.de
 ---
 -Ursprüngliche Nachricht-
 Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org]
 Im
 Auftrag von Jim Potter
 Gesendet: Sonntag, 17. März 2013 21:33
 An: c.koe...@live.com
 Cc: samba@lists.samba.org
 Betreff: Re: [Samba] There are no currently logon servers available when
 mappingwith net use

 Hi,

 There is a setting in gpedit.msc somewhere to tell the PC to wait for
 network connectivity before showing the login box. (no idea where - find it
 yourself - sorry)

   Anothe option 

Re: [Samba] Server 2012 Encrypted Shares and SMB 3.0

2013-03-18 Thread Jeremy Allison
On Sun, Mar 17, 2013 at 11:59:49PM -0500, Cory Spence wrote:
 Hello Samba folks,
 
 Server 2012 has an option to create encrypted shares which enable
 in-transit data encryption between Windows 8 clients using SMB 3.0.
 
  (
 http://blogs.technet.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-85-metablogapi/2313.clip_5F00_image00111_5F00_757A262D.jpg
 )
 
 I ran across a presentation from Michael Adam where he mentioned that the
 SMB 3.0 implementation in Samba 4 supports new crypto (sign/encrypt). I
 really want that to mean what I'm hoping it means...
 
 (
 http://www.snia.org/sites/default/files2/SDC2012/presentations/SMB2-3/MichaelAdam-Status-smb3-samba-presentation.pdf
 )
 
 In all my efforts, I can't seem to get this to work in the lab (access
 denied error) or find any conclusive answer to it being supported up to
 v4.0.3.  This would include either where 1.) the Samba server is serving
 out an encrypted share as the file server or 2.) as a client connecting to
 a Server 2012 encrypted share.

Yes it means what you think it means, and it should work
(at least from a Windows client to a Samba server, the
client code exists but isn't plumbed into smbclient yet).

If it doesn't try getting debug level 10 logs and posting
them.

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


Re: [Samba] samba Digest, Vol 123, Issue 19

2013-03-18 Thread Dave Lund
Alex,

Try logging in with avonholst...@go-applied.com using your usual password.



samba-requ...@lists.samba.org wrote:

Send samba mailing list submissions to
samba@lists.samba.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.samba.org/mailman/listinfo/samba
or, via email, send a message with subject or body 'help' to
samba-requ...@lists.samba.org

You can reach the person managing the list at
samba-ow...@lists.samba.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of samba digest...
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Samba4 Compile Error

2013-03-18 Thread Andrew Bartlett
On Fri, 2013-02-08 at 05:00 +, Oner Olcerel wrote:
 Hello,
 
 I am trying to compile Samba4 on RHEL 5.3 which didn't have Python on it.  
 I've downloaded  Python-2.6.5.tar from 
 http://ftp.samba.org/pub/tridge/python/. I get the following error during the 
 compile :
 ..
 ...
 [3285/3758] Compiling lib/krb5_wrap/enctype_convert.c
 [3286/3758] Linking default/lib/util/libutil_setid.so
 [3287/3758] Linking default/lib/talloc/libtalloc.so
 [3288/3758] Linking default/lib/talloc/libpytalloc-util.so
 /usr/bin/ld: /usr/local/lib/libpython2.6.a(cobject.o): relocation 
 R_X86_64_32S against `PyCObject_Type' can not be used when making a shared 
 object; recompile with -fPIC
 /usr/local/lib/libpython2.6.a: could not read symbols: Bad value
 collect2: ld returned 1 exit status
 Waf: Leaving directory `/install/samba-4.0.3/bin'
 Build failed:  - task failed (err #1):
 {task: cc_link pytalloc_util_5.o - libpytalloc-util.so}
 
 I'll appreciate any suggestions. Thanks

You did not build python with --enable-shared

Andrew Bartlett

-- 
Andrew Bartletthttp://samba.org/~abartlet/
Authentication Developer, Samba Team   http://samba.org


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


[Samba] helppp! security = user + public share

2013-03-18 Thread Benjamin Huntsman
I'm getting killed this morning, since we did a Samba upgrade to one of our 
production servers this weekend and didn't expect this one.

I have one share that I need unauthenticated access to from a few named 
workstations.  Here's the config:

# Samba config file created using SWAT
# from UNKNOWN (x.x.x.x)
# Date: 2013/03/18 14:25:33

[global]
encrypt passwords = No
map to guest = Bad User
guest account = pcguest
log level = 3
os level = 8
local master = No
domain master = No
idmap config * : range = 
idmap config * : backend = tdb

[pubshare]
path = /doclink
read only = No
guest ok = Yes
hosts allow = x.x.x.x



So, from the host that is named on the pubshare share, I should just be able to 
go to Start -- run, and enter \\server\pubshare and be in, regardless of who 
I'm logged in as.
I also added the pcguest account into the passdb backend using 'smbpasswd -an 
pcguest'.  And yet, it's still prompting for a password.

I need this to work because several automated processes rely on the share.  It 
works just fine if I flip it back to security = SHARE, but that breaks all the 
shares on the system for Windows XP clients.

Anyway, huge thanks to anyone who might be able to assist!!

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


Re: [Samba] Samba4 Compile Error

2013-03-18 Thread Miguel Medalha


Definitely update to RHEL 6.4, if possible, and consider working from 
my samba-4.0.3 backports at: https://github.com/nkadel/samba4repo This 
is designed to check out all the other needed dependencies, and work 
from there to build up a local yum repository with all the necessary 
libtdb, libldb, iniparser, and other dependencies. 



I just had a look at the latest changes you did. I am glad that you 
included a samba.init file.

It was a nice touch.

I used your latest samba.spec to build the packages and I found that 
there are still a few  issues to be solved:




If %global with_dc 0 is used, the build fails with the following result:

RPM build errors:
Installed (but unpackaged) file(s) found:
   /usr/lib64/samba/ldb/ildap.so
   /usr/lib64/samba/ldb/ldbsamba_extensions.so
   /usr/lib64/samba/libdfs_server_ad.so

I used the following additions:

### DC-LIBS
%if %with_dc
# ldb libraries built with DC activated
%{_libdir}/samba/ldb/ildap.so
%{_libdir}/samba/ldb/ldbsamba_extensions.so
%else
%exclude %{_libdir}/samba/ldb/ildap.so
%exclude %{_libdir}/samba/ldb/ldbsamba_extensions.so
%endif



If %global with_dc 1 is used, the installation of the RPMS in the 
required order gives the following errors:


rpm -Uvh samba-libs-4.0.3-0.6.el6.x86_64.rp
error: Failed dependencies:
libdfs_server_ad.so()(64bit) is needed by 
samba-libs-0:4.0.3-0.6.el6.x86_64
libdfs_server_ad.so(SAMBA_4.0.3)(64bit) is needed by 
samba-libs-0:4.0.3-0.6.el6.x86_64


rpm -Uvh samba-4.0.3-0.6.el6.x86_64.rpm
error: Failed dependencies:
libposix_eadb.so()(64bit) is needed by samba-0:4.0.3-0.6.el6.x86_64
libposix_eadb.so(SAMBA_4.0.3)(64bit) is needed by 
samba-0:4.0.3-0.6.el6.x86_64


To avoid a dependence nightmare, samba-libsand samba must be 
installed before samba-dc-libs and samba-dc.
As such, the former two cannot depend on the later to satisfy their 
requirements. Maybe the following should be included

under LIBS?

### LIBS
%if %with_dc
%{_libdir}/samba/libdfs_server_ad.so
%{_libdir}/samba/libposix_eadb.so
%else
%exclude %{_libdir}/samba/libdfs_server_ad.so
%endif # with_dc



I don't really know if some the above files are in fact needed even when 
DC is off, so I did the above configuration experimentally for my own 
use and everything built and installed correctly.


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


Re: [Samba] helppp! security = user + public share

2013-03-18 Thread Benjamin Huntsman
This is Samba 3.6.10, BTW.

After further debugging, I can't get it to work under any circumstances with 
XP, but I can get it to allow guest shares with the following:

security = USER
encrypt passwords = Yes
map to guest = Bad User

However, I really need encrypt passwors = No.  That apparently is the culprit 
however.  

Does anyone know how to allow guest access while sending unencrypted 
credentials?  I'm guessing it fails because the user exists in the UNIX passwd 
file.

Many thanks in advance!

-Ben



From: samba-boun...@lists.samba.org [samba-boun...@lists.samba.org] on behalf 
of Benjamin Huntsman [bhunts...@mail2.cu-portland.edu]
Sent: Monday, March 18, 2013 2:30 PM
To: samba@lists.samba.org
Subject: [Samba] helppp!  security = user + public share

I'm getting killed this morning, since we did a Samba upgrade to one of our 
production servers this weekend and didn't expect this one.

I have one share that I need unauthenticated access to from a few named 
workstations.  Here's the config:

# Samba config file created using SWAT
# from UNKNOWN (x.x.x.x)
# Date: 2013/03/18 14:25:33

[global]
encrypt passwords = No
map to guest = Bad User
guest account = pcguest
log level = 3
os level = 8
local master = No
domain master = No
idmap config * : range =
idmap config * : backend = tdb

[pubshare]
path = /doclink
read only = No
guest ok = Yes
hosts allow = x.x.x.x



So, from the host that is named on the pubshare share, I should just be able to 
go to Start -- run, and enter \\server\pubshare and be in, regardless of who 
I'm logged in as.
I also added the pcguest account into the passdb backend using 'smbpasswd -an 
pcguest'.  And yet, it's still prompting for a password.

I need this to work because several automated processes rely on the share.  It 
works just fine if I flip it back to security = SHARE, but that breaks all the 
shares on the system for Windows XP clients.

Anyway, huge thanks to anyone who might be able to assist!!

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


Re: [Samba] Printer drivers

2013-03-18 Thread Fabian von Romberg

Hi Johan,

I had the same proble where I could not see any share.  I solved it by putting 
the following under [print$]

browseable = yes


I dont know if this is the only way.  If there is any other alternative, please 
let anybody know.

Thanks and regards,
Fabian

On 03/18/2013 06:14 AM, Johan Hendriks wrote:
 
 
 Zitat von Fabian von Romberg fromberg...@hotmail.com:
 
 Hi,

 is it possible to have printer driver on samba and when the user wants 
 to use a particular printer can install the drivers automatically from 
 samba?

 Thanks in advance and regards,
 Fabian
 
 Do you mean like this:
 https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO#Point_and_Print_Drivers
 
 regards
 Lukas
 
 Sorry if i hyjack
 I am trying to get this to work also.
 The problem i have is that i do not see a printers and faxes share.
 So i can not connect to it
 this is my smb4.conf
 
 # Global parameters
 [global]
 workgroup = TESTBOOM
 realm = TESTBOOM.LOCAL
 netbios name = SMB-FILER01
 server role = active directory domain controller
 dns forwarder = 8.8.8.8
 
 nsupdate command = /usr/local/bin/samba-nsupdate -g
 #  Printers
load printers = yes
printing = cups
printcap name = cups
force printername = yes
cups options = raw
 
 
 [printers]
 comment = All Printers
 path = /usr/local/samba/var/spool
 browseable = Yes
 guest ok = yes
 read only = No
 printable = Yes
 
 [print$]
 comment = Point and Print Printer Drivers
 path = /usr/local/samba/var/print
 read only = No
 use client driver = yes
 write list = administrator, @domain admins
 
 
 regards
 johan
 
 


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


[SCM] Samba Shared Repository - branch v3-6-stable updated

2013-03-18 Thread Karolin Seeger
The branch, v3-6-stable has been updated
   via  ff88ab8 vfs_catia: new version of the manual page for samba-3.6.x
   via  5e7156e vfs_catia: add my copyright
   via  b3ad60f vfs_catia: fix the translation to vfs_translate_to_windows
   via  92e0747 vfs_catia: add debug class for that module
   via  14aa8eb selftest: Skip tests failing on ext4 fs.
   via  f77eb04 Fix bug #9637 - Renaming directories as guest user in 
security share mode doesn't work.
   via  22cc459 winbind: Don't leak centry memory. Reviewed-by: Alexander 
Bokovoy a...@samba.org
   via  be9ece1 winbind: Don't leak memory on return. Reviewed-by: 
Alexander Bokovoy a...@samba.org (cherry picked from commit 
30d7a3ad920456fee2a589b501ba835d13de6c29)
   via  b78f6d7 Fix bug #9039 'map untrusted to domain' treats WORKSTATION 
as bogus domain.
   via  d5793f9 pdb: Fix array overrun by one. Reviewed-by: Alexander 
Bokovoy a...@samba.org
   via  b1b416d build/autoconf: put ld check variable in quotes
   via  fa746bb build/autoconf: fix check for GNU ld version
   via  d451456 smbd: fix initial large PAC sess setup response
   via  ba4378b Fix bug 9519 - Samba returns unexpected error on SMB posix 
open.
   via  d7b8f69 s3: Make SMB2_GETINFO multi-volume aware.
   via  f034f96 Fix bug 9633: recursive mget should continue on EPERM
   via  fc282a3 s3:auth: wbcAuthenticateEx gives unix times (bug #9625)
   via  b079b47 Fix bug #9585 - Samba 3.6.x not correctly signing any but 
the last response in a compound request/response
   via  f95c454 Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed 
message logged in /var/log/message many times.
   via  a0cf356 Fix bug #9571 - Unlink after open causes smbd to panic.
   via  1493607 Fix bug #9588 - ACLs are not inherited to directories for 
DFS shares.
   via  7df430f Fix bug #9587 - archive flag is always set on directories.
   via  a63b0ea BUG 9474: Downgrade v4 printer driver requests to v3.
   via  693bd76 spoolss: add SPOOLSS_DRIVER_VERSION_2012 (4) define to IDL.
   via  d217a8f BUG 9378: Add extra attributes for AD printer publishing.
   via  85d2ed0 printing: Remove invalid free from error path.
   via  5577999 BUG 9574: Fix a possible null pointer dereference in 
spoolss.
   via  86f3f49 s3-rpc_server: Fix a possible null pointer dereference.
   via  1adaecb samr: Make use of posix_openpt
   via  4c51dfe samr: Split up an assignment from an if condition (cherry 
picked from commit 00184412950adde1a3db0a16822d771d0868dfc3)
   via  6363e28 docs-xml: add dbwrap_tool.1 manual page (fix bug #9568)
  from  07eb335 WHATSNEW: Start release notes for Samba 3.6.13.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-stable


- Log -
commit ff88ab897bda0a98f36ea0564e49678e5d1875a6
Author: Guenter Kukkukk ku...@samba.org
Date:   Sat Mar 9 04:45:15 2013 +0100

vfs_catia: new version of the manual page for samba-3.6.x

well, i was not aware of the change
./docs-xml/manpages-3/
./docs-xml/manpages/
in samba-4.0.x

Signed-off-by: Guenter Kukkukk ku...@samba.org

The last 4 patches address bug #9701 - vfs_catia is not working anymore 
(due to
a former regression).
(cherry picked from commit 17113c33a77a257560f33dbb35286ae20250a8f5)

commit 5e7156e646c378bda3491599196b398bbf879cf8
Author: Guenter Kukkukk ku...@samba.org
Date:   Fri Mar 1 00:58:05 2013 +0100

vfs_catia: add my copyright

Signed-off-by: Guenter Kukkukk ku...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org
(cherry picked from commit ddb98cae501020e2fc02523b4083d16dc44d8908)

commit b3ad60fd5fc9df04bf9709ba4f4e4c551f66fed0
Author: Guenter Kukkukk ku...@samba.org
Date:   Wed Feb 27 05:50:52 2013 +0100

vfs_catia: fix the translation to vfs_translate_to_windows

THANKS to an IRC user (Raimund ?) who asked for a char mapping possibility.
I suggested vfs_catia - but it did not work!
Hopefully now it will. :-)

Signed-off-by: Guenter Kukkukk ku...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org
(cherry picked from commit ad8fe6215f68d2aaf143b44888b75498cfd03e6d)

commit 92e0747cf90ba1dc44edcce0dda7a3ec87d3a437
Author: Guenter Kukkukk ku...@samba.org
Date:   Wed Feb 27 05:34:05 2013 +0100

vfs_catia: add debug class for that module

Signed-off-by: Guenter Kukkukk ku...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org
(cherry picked from commit 58ac0d30aba4a0c0aab2a358b42e17d8c0e896ca)

commit 14aa8ebaf157edc2fdc6c2bbe83d352421cc9455
Author: Karolin Seeger ksee...@samba.org
Date:   Wed Mar 6 12:11:53 2013 +0100

selftest: Skip tests failing on ext4 fs.

Signed-off-by: Karolin Seeger ksee...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org
(cherry picked from commit 

[SCM] Samba Shared Repository - annotated tag samba-3.6.13 created

2013-03-18 Thread Karolin Seeger
The annotated tag, samba-3.6.13 has been created
at  acb4d2c3cf5ad7c386d035d0182424ea623e20e4 (tag)
   tagging  ff88ab897bda0a98f36ea0564e49678e5d1875a6 (commit)
  replaces  samba-3.6.12
 tagged by  Karolin Seeger
on  Mon Mar 18 09:12:13 2013 +0100

- Log -
tag samba-3.6.13
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQBRRsxkbzORW2Vot+oRAhLjAKCIoy/jFMOnpF3fsec6iXBIi/mg5wCghidX
s3REiZ52gen39av3DXN7Kv0=
=IfUC
-END PGP SIGNATURE-

Andreas Schneider (5):
  s3-rpc_server: Fix a possible null pointer dereference.
  BUG 9574: Fix a possible null pointer dereference in spoolss.
  pdb: Fix array overrun by one. Reviewed-by: Alexander Bokovoy 
a...@samba.org
  winbind: Don't leak memory on return. Reviewed-by: Alexander Bokovoy 
a...@samba.org
  winbind: Don't leak centry memory. Reviewed-by: Alexander Bokovoy 
a...@samba.org

Björn Baumbach (1):
  docs-xml: add dbwrap_tool.1 manual page (fix bug #9568)

Björn Jacke (2):
  build/autoconf: fix check for GNU ld version
  build/autoconf: put ld check variable in quotes

Daniel Kobras (1):
  Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus 
domain.

David Disseldorp (4):
  printing: Remove invalid free from error path.
  BUG 9378: Add extra attributes for AD printer publishing.
  Fix bug 9633: recursive mget should continue on EPERM
  smbd: fix initial large PAC sess setup response

Guenter Kukkukk (4):
  vfs_catia: add debug class for that module
  vfs_catia: fix the translation to vfs_translate_to_windows
  vfs_catia: add my copyright
  vfs_catia: new version of the manual page for samba-3.6.x

Günther Deschner (2):
  spoolss: add SPOOLSS_DRIVER_VERSION_2012 (4) define to IDL.
  BUG 9474: Downgrade v4 printer driver requests to v3.

Ira Cooper (1):
  s3: Make SMB2_GETINFO multi-volume aware.

Jeremy Allison (6):
  Fix bug #9587 - archive flag is always set on directories.
  Fix bug #9588 - ACLs are not inherited to directories for DFS shares.
  Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed message 
logged in /var/log/message many times.
  Fix bug #9585 - Samba 3.6.x not correctly signing any but the last 
response in a compound request/response
  Fix bug 9519 - Samba returns unexpected error on SMB posix open.
  Fix bug #9637 - Renaming directories as guest user in security share mode 
doesn't work.

Karolin Seeger (3):
  VERSION: Bump version number up to 3.6.13.
  WHATSNEW: Start release notes for Samba 3.6.13.
  selftest: Skip tests failing on ext4 fs.

Pavel Shilovsky (1):
  Fix bug #9571 - Unlink after open causes smbd to panic.

Stefan Metzmacher (1):
  s3:auth: wbcAuthenticateEx gives unix times (bug #9625)

Volker Lendecke (2):
  samr: Split up an assignment from an if condition
  samr: Make use of posix_openpt

---


-- 
Samba Shared Repository


[SCM] Samba Shared Repository - branch v3-6-test updated

2013-03-18 Thread Karolin Seeger
The branch, v3-6-test has been updated
   via  f70d3d2 WHATSNEW: Prepare release notes for Samba 3.6.13.
  from  17113c3 vfs_catia: new version of the manual page for samba-3.6.x

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -
commit f70d3d214c7d3f45cac98678a37762b9a67d56f1
Author: Karolin Seeger ksee...@samba.org
Date:   Mon Mar 18 09:58:45 2013 +0100

WHATSNEW: Prepare release notes for Samba 3.6.13.

Karolin

---

Summary of changes:
 WHATSNEW.txt |   62 -
 1 files changed, 60 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index d5b94c3..96a8407 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -8,13 +8,71 @@ This is is the latest stable release of Samba 3.6.
 
 Major enhancements in Samba 3.6.13 include:
 
-o   
+o  Fix two resource leaks in winbindd (bug #9684).
+o  Unlink after open causes smbd to panic (bug #9571).
 
 
 Changes since 3.6.12:
 
 
-o   
+o   Jeremy Allison j...@samba.org
+* BUG 9519: Samba returns unexpected error on SMB posix open.
+* BUG 9585: Samba 3.6.x not correctly signing any but the last response in
+  a compound request/response.
+* BUG 9586: smbd[29175]: disk_free: sys_popen() failed message logged in
+  /var/log/messages many times.
+* BUG 9587: Archive flag is always set on directories.
+* BUG 9588: ACLs are not inherited to directories for DFS shares.
+* BUG 9637: Renaming directories as guest user in security share mode
+  doesn't work.
+
+
+o   Björn Baumbach b...@sernet.de
+* BUG 9568: Add dbwrap_tool.1 manual page.
+
+
+o   Ira Cooper i...@samba.org
+* BUG 9646: Make SMB2_GETINFO multi-volume aware.
+
+
+o   Günther Deschner g...@samba.org
+* BUG 9474: Downgrade v4 printer driver requests to v3.
+
+
+o   David Disseldorp dd...@samba.org
+* BUG 9378: Add extra attributes for AD printer publishing.
+* BUG 9658: Fix initial large PAC sess setup response.
+
+
+o   Björn Jacke b...@sernet.de
+* BUG 7825: Fix GNU ld version detection with
+  old gcc releases.
+
+
+o   Daniel Kobras d.kob...@science-computing.de
+* BUG 9039: 'map untrusted to domain' treats WORKSTATION as bogus domain.
+
+
+o   Guenter Kukkukk ku...@samba.org
+* BUG 9701: Fix vfs_catia module.
+
+
+o   Volker Lendecke v...@samba.org
+* BUG 9541: Add support for posix_openpt.
+
+
+o   Stefan Metzmacher me...@samba.org
+* Bug 9625: wbcAuthenticateEx gives unix times.
+
+
+o   Andreas Schneider a...@samba.org
+* BUG 9574: Fix a possible null pointer dereference in spoolss.
+* BUG 9684: Fix two resource leaks in winbindd.
+* BUG 9686: Fix a possible buffer overrun in pdb_smbpasswd.
+
+
+o   Pavel Shilovsky pias...@etersoft.ru
+* Bug #9571: Unlink after open causes smbd to panic.
 
 
 ##


-- 
Samba Shared Repository


[SCM] Samba Shared Repository - branch v3-6-stable updated

2013-03-18 Thread Karolin Seeger
The branch, v3-6-stable has been updated
   via  bcb9821 WHATSNEW: Prepare release notes for Samba 3.6.13.
  from  ff88ab8 vfs_catia: new version of the manual page for samba-3.6.x

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-stable


- Log -
commit bcb98214b77e9ccefcf2716644f72d339bb3d132
Author: Karolin Seeger ksee...@samba.org
Date:   Mon Mar 18 09:58:45 2013 +0100

WHATSNEW: Prepare release notes for Samba 3.6.13.

Karolin
(cherry picked from commit f70d3d214c7d3f45cac98678a37762b9a67d56f1)

---

Summary of changes:
 WHATSNEW.txt |   62 -
 1 files changed, 60 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index d5b94c3..96a8407 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -8,13 +8,71 @@ This is is the latest stable release of Samba 3.6.
 
 Major enhancements in Samba 3.6.13 include:
 
-o   
+o  Fix two resource leaks in winbindd (bug #9684).
+o  Unlink after open causes smbd to panic (bug #9571).
 
 
 Changes since 3.6.12:
 
 
-o   
+o   Jeremy Allison j...@samba.org
+* BUG 9519: Samba returns unexpected error on SMB posix open.
+* BUG 9585: Samba 3.6.x not correctly signing any but the last response in
+  a compound request/response.
+* BUG 9586: smbd[29175]: disk_free: sys_popen() failed message logged in
+  /var/log/messages many times.
+* BUG 9587: Archive flag is always set on directories.
+* BUG 9588: ACLs are not inherited to directories for DFS shares.
+* BUG 9637: Renaming directories as guest user in security share mode
+  doesn't work.
+
+
+o   Björn Baumbach b...@sernet.de
+* BUG 9568: Add dbwrap_tool.1 manual page.
+
+
+o   Ira Cooper i...@samba.org
+* BUG 9646: Make SMB2_GETINFO multi-volume aware.
+
+
+o   Günther Deschner g...@samba.org
+* BUG 9474: Downgrade v4 printer driver requests to v3.
+
+
+o   David Disseldorp dd...@samba.org
+* BUG 9378: Add extra attributes for AD printer publishing.
+* BUG 9658: Fix initial large PAC sess setup response.
+
+
+o   Björn Jacke b...@sernet.de
+* BUG 7825: Fix GNU ld version detection with
+  old gcc releases.
+
+
+o   Daniel Kobras d.kob...@science-computing.de
+* BUG 9039: 'map untrusted to domain' treats WORKSTATION as bogus domain.
+
+
+o   Guenter Kukkukk ku...@samba.org
+* BUG 9701: Fix vfs_catia module.
+
+
+o   Volker Lendecke v...@samba.org
+* BUG 9541: Add support for posix_openpt.
+
+
+o   Stefan Metzmacher me...@samba.org
+* Bug 9625: wbcAuthenticateEx gives unix times.
+
+
+o   Andreas Schneider a...@samba.org
+* BUG 9574: Fix a possible null pointer dereference in spoolss.
+* BUG 9684: Fix two resource leaks in winbindd.
+* BUG 9686: Fix a possible buffer overrun in pdb_smbpasswd.
+
+
+o   Pavel Shilovsky pias...@etersoft.ru
+* Bug #9571: Unlink after open causes smbd to panic.
 
 
 ##


-- 
Samba Shared Repository


[SCM] Samba Shared Repository - annotated tag samba-3.6.13 updated

2013-03-18 Thread Karolin Seeger
The annotated tag, samba-3.6.13 has been updated
to  deffa48500c5d3ea8de7271774b3c789fc3662f6 (tag)
  from  acb4d2c3cf5ad7c386d035d0182424ea623e20e4 (which is now obsolete)
   tagging  bcb98214b77e9ccefcf2716644f72d339bb3d132 (commit)
  replaces  samba-3.6.12
 tagged by  Karolin Seeger
on  Mon Mar 18 10:00:17 2013 +0100

- Log -
tag samba-3.6.13
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQBRRtembzORW2Vot+oRAkIbAJ9A9R7eO0b5i/arBfj/nhiuB2gf1QCeJ9uH
K7kE+c2h3Eq/1nZB+epqAIs=
=CH1y
-END PGP SIGNATURE-

Andreas Schneider (5):
  s3-rpc_server: Fix a possible null pointer dereference.
  BUG 9574: Fix a possible null pointer dereference in spoolss.
  pdb: Fix array overrun by one. Reviewed-by: Alexander Bokovoy 
a...@samba.org
  winbind: Don't leak memory on return. Reviewed-by: Alexander Bokovoy 
a...@samba.org
  winbind: Don't leak centry memory. Reviewed-by: Alexander Bokovoy 
a...@samba.org

Björn Baumbach (1):
  docs-xml: add dbwrap_tool.1 manual page (fix bug #9568)

Björn Jacke (2):
  build/autoconf: fix check for GNU ld version
  build/autoconf: put ld check variable in quotes

Daniel Kobras (1):
  Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus 
domain.

David Disseldorp (4):
  printing: Remove invalid free from error path.
  BUG 9378: Add extra attributes for AD printer publishing.
  Fix bug 9633: recursive mget should continue on EPERM
  smbd: fix initial large PAC sess setup response

Guenter Kukkukk (4):
  vfs_catia: add debug class for that module
  vfs_catia: fix the translation to vfs_translate_to_windows
  vfs_catia: add my copyright
  vfs_catia: new version of the manual page for samba-3.6.x

Günther Deschner (2):
  spoolss: add SPOOLSS_DRIVER_VERSION_2012 (4) define to IDL.
  BUG 9474: Downgrade v4 printer driver requests to v3.

Ira Cooper (1):
  s3: Make SMB2_GETINFO multi-volume aware.

Jeremy Allison (6):
  Fix bug #9587 - archive flag is always set on directories.
  Fix bug #9588 - ACLs are not inherited to directories for DFS shares.
  Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed message 
logged in /var/log/message many times.
  Fix bug #9585 - Samba 3.6.x not correctly signing any but the last 
response in a compound request/response
  Fix bug 9519 - Samba returns unexpected error on SMB posix open.
  Fix bug #9637 - Renaming directories as guest user in security share mode 
doesn't work.

Karolin Seeger (4):
  VERSION: Bump version number up to 3.6.13.
  WHATSNEW: Start release notes for Samba 3.6.13.
  selftest: Skip tests failing on ext4 fs.
  WHATSNEW: Prepare release notes for Samba 3.6.13.

Pavel Shilovsky (1):
  Fix bug #9571 - Unlink after open causes smbd to panic.

Stefan Metzmacher (1):
  s3:auth: wbcAuthenticateEx gives unix times (bug #9625)

Volker Lendecke (2):
  samr: Split up an assignment from an if condition
  samr: Make use of posix_openpt

---


-- 
Samba Shared Repository


[SCM] Samba Website Repository - branch master updated

2013-03-18 Thread Karolin Seeger
The branch, master has been updated
   via  85fb760 Announce Samba 3.6.13.
  from  05aa4ab Use https:// with all lists.samba.org/ links

http://gitweb.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -
commit 85fb7608a2125a7d6b1b4048c8e6f9cb3a6b2faf
Author: Karolin Seeger ksee...@samba.org
Date:   Mon Mar 18 10:31:47 2013 +0100

Announce Samba 3.6.13.

Karolin

---

Summary of changes:
 generated_news/latest_10_bodies.html|   30 --
 generated_news/latest_10_headlines.html |4 +-
 generated_news/latest_2_bodies.html |   52 -
 history/header_history.html |1 +
 history/samba-3.6.13.html   |   93 +++
 5 files changed, 120 insertions(+), 60 deletions(-)
 create mode 100755 history/samba-3.6.13.html


Changeset truncated at 500 lines:

diff --git a/generated_news/latest_10_bodies.html 
b/generated_news/latest_10_bodies.html
index 9bccb91..e12b879 100644
--- a/generated_news/latest_10_bodies.html
+++ b/generated_news/latest_10_bodies.html
@@ -1,3 +1,15 @@
+   h5a name=3.6.1318 March 2013/a/h5
+   p class=headlineSamba 3.6.13 Available for Download/p
+   pThis is the latest stable release of the Samba 3.6 series./p
+
+pThe uncompressed tarballs and patch files have been signed
+using GnuPG (ID 6568B7EA).  The source code can be
+a href=http://samba.org/samba/ftp/stable/samba-3.6.13.tar.gz;downloaded
+now/a. A a 
href=http://samba.org/samba/ftp/patches/patch-3.6.12-3.6.13.diffs.gz;
+patch against Samba 3.6.12/a is also available.
+See a href=http://samba.org/samba/history/samba-3.6.13.html;
+the release notes for more info/a./p
+
h5a name=4.0.305 February 2013/a/h5
p class=headlineSamba 4.0.3 Available for Download/p
pThis is the latest stable release of the Samba 4.0 series./p
@@ -124,21 +136,3 @@ now/a. A a 
href=http://samba.org/samba/ftp/patches/patch-3.6.9-3.6.10.diffs.
 patch against Samba 3.6.9/a is also available.
 See a href=http://samba.org/samba/history/samba-3.6.10.html;
 the release notes for more info/a./p
-
-   h5a name=4.0.0rc604 December 2012/a/h5
-   p class=headlineSamba 4.0.0rc6 Available for Download/p
-   pThis is the sixth release candidate of the Samba 4.0 series./p
-
-pThe uncompressed tarballs and patch files have been signed
-using GnuPG (ID 6568B7EA).  The source code can be
-a 
href=https://download.samba.org/pub/samba/rc/samba-4.0.0rc6.tar.gz;downloaded 
now/a.
-See a 
href=https://download.samba.org/pub/samba/rc/WHATSNEW-4-0-0rc6.txt;the 
release notes for more info/a./p
-
-   h5a name=4.0.0rc513 November 2012/a/h5
-   p class=headlineSamba 4.0.0rc5 Available for Download/p
-   pThis is the fifth release candidate of the Samba 4.0 series./p
-
-pThe uncompressed tarballs and patch files have been signed
-using GnuPG (ID 6568B7EA).  The source code can be
-a 
href=https://download.samba.org/pub/samba/rc/samba-4.0.0rc5.tar.gz;downloaded 
now/a.
-See a 
href=https://download.samba.org/pub/samba/rc/WHATSNEW-4-0-0rc5.txt;the 
release notes for more info/a./p
diff --git a/generated_news/latest_10_headlines.html 
b/generated_news/latest_10_headlines.html
index 2bc..7b3f7c8 100644
--- a/generated_news/latest_10_headlines.html
+++ b/generated_news/latest_10_headlines.html
@@ -1,4 +1,6 @@
 ul
+   li 18 March 2013 a href=#3.6.13Samba 3.6.13 Available for 
Download/a/li
+
li 05 February 2013 a href=#4.0.3Samba 4.0.3 Available for 
Download/a/li
 
li 30 January 2013 a href=#4.0.2Samba 4.0.2, 3.6.12 and 3.5.21 
Security Releases Available for Download/a/li
@@ -16,6 +18,4 @@
li 10 December 2012 a href=#3.6.10Samba 3.6.10 Available for 
Download/a/li
 
li 04 December 2012 a href=#4.0.0rc6Samba 4.0.0rc6 Available for 
Download/a/li
-
-   li 13 November 2012 a href=#4.0.0rc5Samba 4.0.0rc5 Available for 
Download/a/li
 /ul
diff --git a/generated_news/latest_2_bodies.html 
b/generated_news/latest_2_bodies.html
index 857e4c0..840b30d 100644
--- a/generated_news/latest_2_bodies.html
+++ b/generated_news/latest_2_bodies.html
@@ -1,3 +1,15 @@
+   h5a name=3.6.1318 March 2013/a/h5
+   p class=headlineSamba 3.6.13 Available for Download/p
+   pThis is the latest stable release of the Samba 3.6 series./p
+
+pThe uncompressed tarballs and patch files have been signed
+using GnuPG (ID 6568B7EA).  The source code can be
+a href=http://samba.org/samba/ftp/stable/samba-3.6.13.tar.gz;downloaded
+now/a. A a 
href=http://samba.org/samba/ftp/patches/patch-3.6.12-3.6.13.diffs.gz;
+patch against Samba 3.6.12/a is also available.
+See a href=http://samba.org/samba/history/samba-3.6.13.html;
+the release notes for more info/a./p
+
h5a name=4.0.305 February 2013/a/h5
p class=headlineSamba 4.0.3 Available for Download/p
pThis is the latest 

[SCM] Samba Shared Repository - branch master updated

2013-03-18 Thread Michael Adam
The branch, master has been updated
   via  05a7a10 wkssvc: Fix bug 9727, NULL pointer dereference
  from  96d731c samba-tool group list: add more info to samba-tool group 
list

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit 05a7a10c88be99d864eacd6f9d37a340022f01f6
Author: Volker Lendecke v...@samba.org
Date:   Mon Mar 18 09:36:17 2013 +0100

wkssvc: Fix bug 9727, NULL pointer dereference

Signed-off-by: Volker Lendecke v...@samba.org
Reviewed-by: Michael Adam ob...@samba.org

Autobuild-User(master): Michael Adam ob...@samba.org
Autobuild-Date(master): Mon Mar 18 11:39:27 CET 2013 on sn-devel-104

---

Summary of changes:
 source3/rpc_server/wkssvc/srv_wkssvc_nt.c |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/wkssvc/srv_wkssvc_nt.c 
b/source3/rpc_server/wkssvc/srv_wkssvc_nt.c
index daa44e9..c06bfc9 100644
--- a/source3/rpc_server/wkssvc/srv_wkssvc_nt.c
+++ b/source3/rpc_server/wkssvc/srv_wkssvc_nt.c
@@ -579,7 +579,9 @@ WERROR _wkssvc_NetWkstaEnumUsers(struct pipes_struct *p,
}
r-out.info-level = r-in.info-level;
*r-out.entries_read = r-out.info-ctr.user0-entries_read;
-   *r-out.resume_handle = 0;
+   if (r-out.resume_handle != NULL) {
+   *r-out.resume_handle = 0;
+   }
break;
case 1:
r-out.info-ctr.user1 = create_enum_users1(p-mem_ctx);
@@ -588,7 +590,9 @@ WERROR _wkssvc_NetWkstaEnumUsers(struct pipes_struct *p,
}
r-out.info-level = r-in.info-level;
*r-out.entries_read = r-out.info-ctr.user1-entries_read;
-   *r-out.resume_handle = 0;
+   if (r-out.resume_handle != NULL) {
+   *r-out.resume_handle = 0;
+   }
break;
default:
return WERR_UNKNOWN_LEVEL;


-- 
Samba Shared Repository


autobuild: intermittent test failure detected

2013-03-18 Thread autobuild
The autobuild test system has detected an intermittent failing test in 
the current master tree.

The autobuild log of the failure is available here:

   http://git.samba.org/autobuild.flakey/2013-03-18-2336/flakey.log

The samba3 build logs are available here:

   http://git.samba.org/autobuild.flakey/2013-03-18-2336/samba3.stderr
   http://git.samba.org/autobuild.flakey/2013-03-18-2336/samba3.stdout

The source4 build logs are available here:

   http://git.samba.org/autobuild.flakey/2013-03-18-2336/samba.stderr
   http://git.samba.org/autobuild.flakey/2013-03-18-2336/samba.stdout
  
The top commit at the time of the failure was:

commit 05a7a10c88be99d864eacd6f9d37a340022f01f6
Author: Volker Lendecke v...@samba.org
Date:   Mon Mar 18 09:36:17 2013 +0100

wkssvc: Fix bug 9727, NULL pointer dereference

Signed-off-by: Volker Lendecke v...@samba.org
Reviewed-by: Michael Adam ob...@samba.org

Autobuild-User(master): Michael Adam ob...@samba.org
Autobuild-Date(master): Mon Mar 18 11:39:27 CET 2013 on sn-devel-104