[Freeipa-devel] Configuring ipa-otpd error when selinux isenable

Timo Aaltonen tjaalton at ubuntu.com
Tue Nov 8 07:19:40 UTC 2016


On 08.11.2016 05:51, 郑磊 wrote:
> The problem is solved. The reason is that the path of ExecStart program
> is incorrect in the /lib/systemd/system/ipa-otpd at .service file. Need to
> make the following changes:
> [Unit]
> Description=ipa-otpd service
> 
> [Service]
> EnvironmentFile=/etc/ipa/default.conf
> ExecStart=/usr/lib/ipa-otpd $ldap_uri
> StandardInput=socket
> StandardOutput=socket
> StandardError=syslog
> 
> change to
> 
> [Unit]
> Description=ipa-otpd service
> 
> [Service]
> EnvironmentFile=/etc/ipa/default.conf
> ExecStart=/usr/lib/ipa/ipa-otpd $ldap_uri
> StandardInput=socket
> StandardOutput=socket
> StandardError=syslog
> 
> Note: my system is Ubuntu.

this is LP:#1628884 and fixed in 4.3.2-2


-- 
t




More information about the Freeipa-devel mailing list