Issue #830 has been updated by Petur Thorsteinsson.

Another thing, the adduser command fails:

<pre>
/usr/sbin/adduser --system --no-create-home --home /usr/local/openldap 
--ingroup %{ldapgroup}  %{ldapuser}  > /dev/null 2>&1

/usr/sbin/adduser: unrecognized option '--ingroup'
</pre>

it should probably be:
<pre>
/usr/sbin/adduser --system --no-create-home --home /usr/local/openldap -g 
%{ldapgroup}  %{ldapuser}  > /dev/null 2>&1
</pre>
----------------------------------------
Bug #830: Adduser in 2.4.44
http://tools.lsc-project.org/issues/830

Author: Petur Thorsteinsson
Status: New
Priority: Normal
Assigned to: 
Category: 
Target version: 


Hi,

I would just like to say you have a great project here!

And I wanted to point out a slight problem with the rpm file for the 2.4.44 
version.

It is in this changeset: 
http://tools.ltb-project.org/projects/ltb/repository/revisions/415/diff/openldap-rpm/trunk/SPECS/openldap-ltb.spec

the commands 'groupadd' and 'useradd' got changed to 'addgroup' and 'adduser'.
'addgroup' is not recognized on redhat.
I see that 'adduser' is available in RHEL7, but as a symlink to 'useradd'

A workaround would be to symlink the addgroup command also.

Another thing is that the rpm installation does not show any errors, despite 
the command not being found. I would have thought that the installation would 
have stopped immediately?


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
_______________________________________________
ltb-dev mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-dev

Reply via email to