[CentOS] sssd and authconfig and ldap database lookups

Thu Aug 7 23:10:21 UTC 2014
Jonathan Billings <billings at negate.org>

On Aug 7, 2014, at 10:07 AM, Mauricio Tavares <raubvogel at gmail.com> wrote:
> [root at testcentos sssd]# rpm -qlp sssd-1.9.2-129.el6_5.4.x86_64.rpm
> |grep sssd.conf
> /etc/sssd/sssd.conf
> /usr/share/man/ja/man5/sssd.conf.5.gz
> /usr/share/man/man5/sssd.conf.5.gz
> [root at testcentos sssd]# /usr/share/man/uk/man5/sssd.conf.5.gz
> 
> But it does not feel particularly eager to give it to me:
> 
> [root at testcentos sssd]# rpm2cpio sssd-1.9.2-129.el6_5.4.x86_64.rpm |
> cpio -ivd etc/sssd/sssd.conf
> 25006 blocks
> [root at testcentos sssd]# ls
> sssd-1.9.2-129.el6_5.4.x86_64.rpm
> [root at testcentos sssd]#

Probably because the file is defined in the spec file as:

%ghost %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sssd/sssd.conf

Which means that while it's "owned" by the package, it doesn't actually include the file (%ghost).

--
Jonathan Billings <billings at negate.org>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 235 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.centos.org/pipermail/centos/attachments/20140807/fd05c2f0/attachment-0004.sig>