Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 671 → Rev 672

/scripts/sbin/alcasar-profil.sh
1,7 → 1,13
#/bin/sh
#/bin/bash
# $Id$
 
# Gestion des comptes liés aux profils
# alcasar-profil.sh
# by Richard REY
# This script is distributed under the Gnu General Public License (GPL)
 
# Gestion des comptes liés aux profiles
# Manage the profil logins
 
ADM_PROFIL="admin"
PROFILS="backup manager"
ALL_PROFILS=`echo $ADM_PROFIL $PROFILS`