Questions tagged [openam]

10 questions
6
votes
1 answer

how can i change nginx Configuration file path

i have installed nginx in ubuntu16.04, and check that Configuration file location is /etc/nginx/conf/nginx.conf $ /usr/sbin/nginx -V 2>&1 | grep --colour=auto conf then Show Configuration file path: --conf-path=/etc/nginx/nginx.conf I am working…
Rajkumar .E
  • 177
  • 1
  • 2
  • 5
1
vote
0 answers

Using AmAgent configuration on two different Apache proxy gateways

To authenticate users for our applications, I have a setup which can be represented with the following diagram: I have a server with OpenAM running on it (OpenSSO Enterprise in the diagram), have several client servers and use an Apache2 (HTTPD)…
Jaims
  • 111
  • 2
1
vote
1 answer

Apache Restart cause [proxy_http:error] [pid 120502] (70008)Partial results are valid but processing is incomplete

I'm facing issue when ever we restart/reload apache process on Redhat 7.3 OS. After restart we get below error in apache log. [Thu Aug 24 00:00:36.869582 2017] [proxy_http:error] [pid 120502] (70008)Partial results are valid but processing is…
Arun Singh
  • 55
  • 1
  • 1
  • 8
1
vote
3 answers

Setting up OpenAM to use OpenLDAP as DataStore

I am at the moment trying to configure an OpenAM installation to use an OpenLDAP as DataStore; is it possible to do it? I have seen some tips about configuring OpenLDAP (as in this tutorial) but this is not possible for me because LDAP is out of my…
DiegoPiacc
  • 13
  • 3
1
vote
1 answer

OpenAM Membership module does not notify admin of new inactive accounts

I am using OpenAM to authenticate users and OpenDJ as the user directory. I have enabled the membership module that allows users to self register, but I have not found any way to notify the admin that a new account needs to be approved. This seems…
Eric Axley
  • 11
  • 1
1
vote
1 answer

Apache basic auth seems to disable other module

I have an Apache 2.2 (behind a load balancer) with an additional third party module (OpenAM web agent) that is loaded via LoadModule directive. This module checks every request if it is authorized or not. The whole setup is working and in the log of…
bfb
  • 11
  • 1
0
votes
2 answers

Nginx changing redirecting to the wrong port when I access it through a load balancer

Edit - I changed the question as I was wrong about where the error was coming from I'm having some issues with my Openam deployment and was wondering if you can help. My set up is as follows: 2 OpenAM servers are set up behind a load balancer…
Travis
  • 111
  • 5
0
votes
1 answer

How to verify OpenAM Agent password

I have set up 15 Agents in OpenAM, and I have carefully noted down the passwords for each one in a safe place. Except, I made a mistake and for two passwords I do not know which Agents they are for. Is there any way, through the OpenAM…
Rich
  • 1,333
  • 5
  • 27
  • 39
0
votes
0 answers

Adding new property to LDAP store

I am working on an OpenAM implementation which is using OpenDJ as their LDAP store. I am trying to add a new property to the user: dn: cn=schema changetype: modify add: attributeTypes attributeTypes: ( maxbillid-OID NAME 'maxbillid' DESC 'maxbill…
-3
votes
2 answers

Where do I get OpenAM Client SDK

I want to use the OpenAM SDK Client but I can't find it. This page explains how to deploy the OpenAM Client SDK samples (I'm planning to start there), but it assumes I've already downloaded it. I can't find it in the OpenAM download section.
Toto
  • 401
  • 1
  • 5
  • 13