Displaying 2 results from an estimated 2 matches for "prod01".
2009 Apr 28
1
Samba with AD/winbind - recurring message
we've got a Samba 3 server up and running with AD integration via
winbind. Everything is working nicely but there is this persistent
message on my console that pops up at least 1x per hour, sometimes more
frequently.
Apr 27 23:01:02 ebi-prod01 winbindd[5456]: [2009/04/27 23:01:02, 0]
libads/sasl.c:ads_sasl_spnego_bind(330)
Apr 27 23:01:02 ebi-prod01 winbindd[5456]: kinit succeeded but
ads_sasl_spnego_krb5_bind failed: Strong(er) authentication required
winbind is definitely talking to the domain controller and is able to
retrieve u...
2008 Nov 04
1
How to get Bugzilla working on CentOS 5.2 with SELinux turned on?
..._u:system_r:httpd_sys_script_t:s0 tclass=tcp_socket
Here is the module I added:
module local 1.0;
require {
type httpd_sys_script_t;
class tcp_socket setopt;
}
#============= httpd_sys_script_t ==============
allow httpd_sys_script_t self:tcp_socket setopt;
[root at hwd-ddc-app-prod01 selinux]#
httpd_sys_script_t ==============
allow httpd_sys_script_t self:tcp_socket setopt;
I've tried running the AVC denial message through audit2allow again,
but it just produced the same module that I already have loaded.
Any suggestions?
Thanks,
Aleksey
--
Aleksey Tsalolikhin...