Update to 3.3.4
Guenther
This commit is contained in:
parent
6553afbaef
commit
8b703a1355
@ -1 +1 @@
|
|||||||
samba-3.3.3.tar.gz
|
samba-3.3.4.tar.gz
|
||||||
|
@ -7,20 +7,32 @@
|
|||||||
[global]
|
[global]
|
||||||
|
|
||||||
# turn on debugging
|
# turn on debugging
|
||||||
;debug = yes
|
;debug = no
|
||||||
|
|
||||||
|
# turn on extended PAM state debugging
|
||||||
|
;debug_state = no
|
||||||
|
|
||||||
# request a cached login if possible
|
# request a cached login if possible
|
||||||
# (needs "winbind offline logon = yes" in smb.conf)
|
# (needs "winbind offline logon = yes" in smb.conf)
|
||||||
;cached_login = yes
|
;cached_login = no
|
||||||
|
|
||||||
# authenticate using kerberos
|
# authenticate using kerberos
|
||||||
;krb5_auth = yes
|
;krb5_auth = no
|
||||||
|
|
||||||
# when using kerberos, request a "FILE" krb5 credential cache type
|
# when using kerberos, request a "FILE" krb5 credential cache type
|
||||||
# (leave empty to just do krb5 authentication but not have a ticket
|
# (leave empty to just do krb5 authentication but not have a ticket
|
||||||
# afterwards)
|
# afterwards)
|
||||||
;krb5_ccache_type = FILE
|
;krb5_ccache_type =
|
||||||
|
|
||||||
# make successful authentication dependend on membership of one SID
|
# make successful authentication dependend on membership of one SID
|
||||||
# (can also take a name)
|
# (can also take a name)
|
||||||
;require_membership_of =
|
;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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define main_release 35
|
%define main_release 36
|
||||||
%define samba_version 3.3.3
|
%define samba_version 3.3.4
|
||||||
%define tdb_version 1.1.2
|
%define tdb_version 1.1.2
|
||||||
%define talloc_version 1.2.0
|
%define talloc_version 1.2.0
|
||||||
%define pre_release %nil
|
%define pre_release %nil
|
||||||
@ -879,6 +879,9 @@ exit 0
|
|||||||
%{_datadir}/pixmaps/samba/logo-small.png
|
%{_datadir}/pixmaps/samba/logo-small.png
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 20 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.3-0.35
|
||||||
- Enable build of idmap_tdb2 for clustered setups
|
- Enable build of idmap_tdb2 for clustered setups
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user