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/[email protected] 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 -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code
