[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: What's creating /etc/ldap.conf?



>From: Slinky <swissslinky gmail com>
>rpm -qf /etc/ldap.conf
>file /etc/ldap.conf is not owned by any package

If it's not anaconda/yum, it's probably created by an rpm install script or trigger.  First guess would be an ldap package: try 

rpm -qia \*ldap\* --scripts --triggers | less +/ldap.conf

If that doesn't help, you'll have to scan all rpms:

rpm -qia --scripts --triggers | less +/ldap.conf

Other than that, it could be coming from a program or script file that is part of an rpm.  


Moray.
"To err is human.  To purr, feline"
http://members.aol.com/edgwddirk 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]