Skip to content

Commit

Permalink
Merge pull request #758 from uprightech/version_4.3.0
Browse files Browse the repository at this point in the history
fix: gluu-radius unable to start
  • Loading branch information
uprightech committed Sep 30, 2021
2 parents 95f38d3 + 8e48345 commit dedab18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/radius/etc/default/gluu-radius
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ JVM_ARGS=
#####################################################
if [ -z "$GLUU_RADIUS_USER" ]
then
GLUU_RADIUS_USER=gluu
GLUU_RADIUS_USER=radius
fi

if [ -z "$GLUU_RADIUS_GROUP" ]
then
GLUU_RADIUS_GROUP=radius
GLUU_RADIUS_GROUP=gluu
fi


Expand Down Expand Up @@ -77,7 +77,7 @@ GLUU_RADIUS_JAVA_MAIN=org.gluu.radius.ServerEntry
# no need to modify them
#####################################################
GLUU_RADIUS_LOG4J_PROPS="-Dlog4j.configurationFile=file:$GLUU_RADIUS_LOG4J2_CONFIG"
GLUU_RADIUS_PROPS="$GLUU_RADIUS_LOG4J_PROPS"
GLUU_RADIUS_PROPS="$GLUU_RADIUS_LOG4J_PROPS -Dgluu.base=/etc/gluu"
GLUU_RADIUS_CLASSPATH="-cp $GLUU_RADIUS_JAR"
GLUU_RADIUS_OPTS="$JVM_OPTS $GLUU_RADIUS_PROPS $GLUU_RADIUS_CLASSPATH $GLUU_RADIUS_JAVA_MAIN -server -config_file $GLUU_RADIUS_APP_CONFIG"

Expand Down

0 comments on commit dedab18

Please sign in to comment.