Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Problem with saslauthd and winbind: msg#00215
|
Subject: |
Problem with saslauthd and winbind |
Cyrus-imap authentication fails when using saslauthd with pam and
winbind in active directory mode. I'm running FC4 with
selinux-policy-targeted-1.25.3-6 . The following in local.te fixes it:
allow saslauthd_t samba_var_t:dir search;
allow saslauthd_t selinux_config_t:dir search;
allow saslauthd_t selinux_config_t:file { getattr read };
allow saslauthd_t winbind_t:unix_stream_socket connectto;
allow saslauthd_t winbind_var_run_t:sock_file { getattr write };
My question is: should this be reported as a bug? There are a large
number of possible configurations with saslauthd, pam and winbind. Is
the ultimate goal to support them all?
-Tom
|
| |