Subversion Repositories ALCASAR

Rev

Rev 519 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 519 Rev 672
Line 1... Line 1...
1
#/bin/sh
1
#/bin/bash
2
# $Id: alcasar-profil.sh 519 2011-03-25 16:30:32Z stephane $
2
# $Id: alcasar-profil.sh 672 2011-07-08 15:34:22Z richard $
-
 
3
 
-
 
4
# alcasar-profil.sh
-
 
5
# by Richard REY
-
 
6
# This script is distributed under the Gnu General Public License (GPL)
-
 
7
 
-
 
8
# Gestion des comptes liés aux profiles
-
 
9
# Manage the profil logins
3
 
10
 
4
# Gestion des comptes liés aux profils
-
 
5
ADM_PROFIL="admin"
11
ADM_PROFIL="admin"
6
PROFILS="backup manager"
12
PROFILS="backup manager"
7
ALL_PROFILS=`echo $ADM_PROFIL $PROFILS`
13
ALL_PROFILS=`echo $ADM_PROFIL $PROFILS`
8
DIR_KEY="/usr/local/etc/digest"
14
DIR_KEY="/usr/local/etc/digest"
9
SED="/bin/sed -i"
15
SED="/bin/sed -i"