[CentOS] CentOS-announce Digest, Vol 138, Issue 9

2016-08-27 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ.

[CentOS] Samba DC NT4 Style is Gone. When AD-DC will enable for default into Centos/RedHat Samba4 packages?

2016-08-27 Thread Dario Lesca
This recent Microsoft's Patch  https://lists.samba.org/archive/samba/2016-August/202197.html disable password change for all server Domain Controller NT4 Style, Samba 3 and 4 included. Then is urgent to enable, into Samba 4 Centos package by default support to AD-DC mode, or release another renam

Re: [CentOS] Kickstart issue with UEFi

2016-08-27 Thread Chris Murphy
IF you've sorted this out, skip this email, it might be confusing. Your best bet might be to do this in a VM using custom partitioning then look at the resulting /root/anaconda-ks.cfg for hints. I find the nomenclature of anaconda kickstarts to be very confusing and non-obvious. And I'm willing t

Re: [CentOS] Kickstart issue with UEFi

2016-08-27 Thread Chris Murphy
On Fri, Aug 26, 2016 at 10:39 AM, Gordon Messmer wrote: > On 08/25/2016 11:35 PM, Phil Manuel wrote: >> >> The relevant kickstart section is:- >> >> part /boot/efi --fstype efi --grow --maxsize=200 --size=20 --ondisk=sda >> bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda1 >