Update to 3.3.4

Guenther
This commit is contained in:
Guenther Deschner 2009-04-29 14:26:55 +00:00
parent 6553afbaef
commit 8b703a1355
4 changed files with 23 additions and 8 deletions

View File

@ -1 +1 @@
samba-3.3.3.tar.gz
samba-3.3.4.tar.gz

View File

@ -7,20 +7,32 @@
[global]
# turn on debugging
;debug = yes
;debug = no
# turn on extended PAM state debugging
;debug_state = no
# request a cached login if possible
# (needs "winbind offline logon = yes" in smb.conf)
;cached_login = yes
;cached_login = no
# authenticate using kerberos
;krb5_auth = yes
;krb5_auth = no
# when using kerberos, request a "FILE" krb5 credential cache type
# (leave empty to just do krb5 authentication but not have a ticket
# afterwards)
;krb5_ccache_type = FILE
;krb5_ccache_type =
# make successful authentication dependend on membership of one SID
# (can also take a name)
;require_membership_of =
# password expiry warning period in days
;warn_pwd_expire = 14
# omit pam conversations
;silent = no
# create homedirectory on the fly
;mkhomedir = no

View File

@ -1,5 +1,5 @@
%define main_release 35
%define samba_version 3.3.3
%define main_release 36
%define samba_version 3.3.4
%define tdb_version 1.1.2
%define talloc_version 1.2.0
%define pre_release %nil
@ -879,6 +879,9 @@ exit 0
%{_datadir}/pixmaps/samba/logo-small.png
%changelog
* Wed Apr 29 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.4-0.36
- Update to 3.3.4
* Mon Apr 20 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.3-0.35
- Enable build of idmap_tdb2 for clustered setups

View File

@ -1 +1 @@
4d5835817416d1ffa30783af45c5a9ed samba-3.3.3.tar.gz
1443165edb7cb3f56f1e77aec1ee3266 samba-3.3.4.tar.gz