setup.sh, rechercher un groupe dans ldap

Bug #1433638 reported by Philippe
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OCS Inventory: Server
New
Low
mortheres

Bug Description

Bonjour, dans le script d'installation setup.sh dans le cas où le groupe avec lequel tourne apache est dans un annuaire ldap donc la commande de la ligne 429

if [ `cat /etc/group | grep $APACHE_GROUP | wc -l` -eq 0 ]

Ne renvoie rien car $APACHE_GROUP n'est pas présent dans le /etc/group

J'ai modifié la ligne :

if [ "`id --group --name $APACHE_GROUP`" != "$APACHE_GROUP" ]

Frank (frank-bourdeau)
Changed in ocsinventory-server:
importance: Undecided → Low
assignee: nobody → mortheres (mortheres)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.