Samba RPM rebuilt on el7 with DC support
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Daniel Berteaud 3754826b45 Automatic commit of package [samba] minor release [4.9.1-106.dc]. 5 년 전
.tito Automatic commit of package [samba] minor release [4.9.1-106.dc]. 5 년 전
.gitattributes Switch to GitLfsBuilder 5 년 전
.gitignore Rebase on upstream 4.7.1 6 년 전
README.dc Initial import 6 년 전
README.downgrade Initial import 6 년 전
gpgkey-52FBC0B86D954B0843324CDC6F33915B6568B7EA.gpg Initial import 6 년 전
pam_winbind.conf Initial import 6 년 전
samba-4.9-CVE-2019-3880.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-add_smbc_setOptionProtocols.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-disable_netbios.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-doc_smbclient_max_protocol.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-fix_cups_printing.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-fix_debug_segfault.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-fix_force_group_panic.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-fix_net_ads_join_admin_otherdomain.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-fix_net_ads_krb5.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-fix_smbspool_as_cups_backend.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-fix_smbspool_krb5_auth.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-fix_testparm_crash.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-fix_winbind_passdb_segfault.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-harden_homes_share.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-net_ads_leave_keep_account.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9-static_analysis_fixes.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9.0rc5-stack-protector.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9.1.tar.asc Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.9.1.tar.xz Rebase on 4.9.1 from el 7.7 5 년 전
samba-4.10-fix_gencache_debug_message.patch Rebase on 4.9.1 from el 7.7 5 년 전
samba.log Initial import 6 년 전
samba.pamd Initial import 6 년 전
samba.spec Automatic commit of package [samba] minor release [4.9.1-106.dc]. 5 년 전
smb.conf.example Initial import 6 년 전
smb.conf.vendor Rebase on upstream 4.7.1 6 년 전

README.downgrade

Downgrading Samba
=================

Short version: data-preserving downgrades between Samba versions are not supported

Long version:
With Samba development there are cases when on-disk database format evolves.
In general, Samba Team attempts to maintain forward compatibility and
automatically upgrade databases during runtime when requires.
However, when downgrade is required Samba will not perform downgrade to
existing databases. It may be impossible if new features that caused database
upgrade are in use. Thus, one needs to consider a downgrade procedure before
actually downgrading Samba setup.

Please always perform back up prior both upgrading and downgrading across major
version changes. Restoring database files is easiest and simplest way to get to
previously working setup.

Easiest way to downgrade is to remove all created databases and start from scratch.
This means losing all authentication and domain relationship data, as well as
user databases (in case of tdb storage), printers, registry settings, and winbindd
caches.

Remove databases in following locations:
/var/lib/samba/*.tdb
/var/lib/samba/private/*.tdb

In particular, registry settings are known to prevent running downgraded versions
(Samba 4 to Samba 3) as registry format has changed between Samba 3 and Samba 4.