Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] please ignore my previous mail

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] please ignore my previous mail


Chronological Thread 
  • From: Yoann Delattre <>
  • To: Malathi Deenadayalan <>,
  • Subject: Re: [grouper-users] please ignore my previous mail
  • Date: Mon, 19 Jul 2021 13:28:18 +0200
  • Arc-authentication-results: i=1; smtp.ac-lille.fr; auth=pass
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=ac-lille.fr; s=dkim201910; t=1626694099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=venMrZw5fVXNmgfWbIaPIK78fYjvs+1i3kWJ7T+nbJc=; b=mzPNymMnWtjFJ93ntSCP2X8BeDLlSDC0qRiYf2it37tnpgfUjRKkxWMFokB83F1H6evHRv fHA3j3vA33ItLE2guBY5JgxETxS/CiY/p3l4PNKFDyoCY7CxlGf1f0KUiVi0srSmbbgmmV ZuCeSmQI1Nq1mKk0oPhPFaAfZmO/T+ctdJMNsf+pm62fGznPF5FHopXLdJ8nYe+Lwx9Htf ltZ6MkaLuEWDkI42vxsnmvGuzjIsoTiYTiZMX86Mv3OHTXCawix7ExIG8UXQ/ArnkFZ5e0 z/7GVVefK4nzsYBW9s3wA8OlJF/nxtHK+WxBpFRZfItW1MmyhGoeMVPB+szp9Q==
  • Arc-seal: i=1; s=dkim201910; d=ac-lille.fr; t=1626694099; a=rsa-sha256; cv=none; b=yTDYvMY1L/3ecdNnGXcaZJzjDkq8VBzyTJxIic9Ob58r5asXqyd2KByzDyNBOAxe0JugkK Jdfn8cbucr0mLj5HoA/PeIQQ19I/rcLQrQ2Ou/r2j7p8lyDr7tMVT92tekOvDxxZfm3M8e fU/n2qf2bBqrm1RrD8eErdfbdEKEn7V95cuIOyJ9Lcsd29RF71vfTNvE37ki25z3oH+6Yw ExCWf3QcRQXCIa/adyi7ibhjIcyzYjUxpx+yhoKZnA5g1GdOEiZBlYlIkvJR/Q9VV2sCfi mWnU1vGT0G7yKQ6E0aTFpGrtyjsCsfWx7qCiDnYJ1dXHf07+ANJmQwmuodc8nA==

Hi Malathi,

you can set this parameter with grouperShell : https://spaces.at.internet2.edu/pages/viewpage.action?pageId=14517859#GrouperShell(gsh)-Configurationinthedatabase

something like this should do the trick :

docker exec -u tomcat -it grouper_ui_1 /bin/bash (your container name could be different but it need to be the ui container)
sh bin/gsh.sh
GrouperSession.startRootSession();
new edu.internet2.middleware.grouper.cfg.dbConfig.GrouperDbConfig().configFileName("grouper-ui.properties").propertyName("grouperUi.configurationEditor.sourceIpAddresses").value("103.97.242.0/24").store();

use a comma if you want to put multiple ip range.

Regards,
Yoann

Le 19/07/2021 à 11:21, Malathi Deenadayalan a écrit :
Hi,
Can anyone please reply for my previous mail regarding the source IP address error.

Regards,
Malathi



On Fri, Jul 16, 2021 at 3:35 PM Malathi <> wrote:
Hi,
I am new to the grouper installation and trying to install grouper 2.5.34 as
per the document

When I am trying to  upload a grouper-loader.properties files via the UI. But
there is some IP blocking on the uploading the configuration file. Where would
one set the IP access?

I am getting this error:
Your source IP address (103.97.242.30) is not allowed to access the
Configuration UI (in grouper-ui configuration)

Can anyone guide me

Regards,
Malathi



Archive powered by MHonArc 2.6.24.

Top of Page