Fixed Basic ATS Setup issues for Bug225426.

This commit is contained in:
Juan Carlos Luciani
2006-12-04 05:35:05 +00:00
parent 11f501db43
commit ac1d64c52a
4 changed files with 12 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ function setup_iaRealms_file
if [ "$LDAP_LISTEN_PORT" != '' ]; then
sed -i s:LDAP_LISTEN_PORT:$LDAP_LISTEN_PORT:g $CONFIG_FILE
else
sed -i s:LDAP_LISTEN_PORT:389:g $CONFIG_FILE
sed -i s:LDAP_LISTEN_PORT:636:g $CONFIG_FILE
fi
return 0
else