On Tue, Jan 19, 2016 at 02:20:27PM +0100, Christian Heimes wrote:
> ipaplatform.constants has platform specific names for a couple of system
> users like Apache HTTPD. The user names for PKI_USER, PKI_GROUP, DS_USER
> and DS_GROUP are defined in other modules. Similar to #5587 the patch my
> patch moves the constants into the platform module.
> 
> https://fedorahosted.org/freeipa/ticket/5619

I see a few remaining cases:

ipaserver/install/dsinstance.py
712:        pent = pwd.getpwnam("dirsrv")

ipatests/test_integration/test_backup_and_restore.py
167:            self.master.run_command(['userdel', 'dirsrv'])
168:            self.master.run_command(['userdel', 'pkiuser'])

ipaplatform/redhat/tasks.py
441:        if name == 'pkiuser':

When these are included, ACK.

-- 
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

Reply via email to