I am currently working on an Oracle Apex(v21.1) project. I would like the users to authenticate based on their login informations of the Windows Active Directory of my company. This could help me to filter some report based on the user's group.
I don't understand much about the way to link an active directory with oracle apex, so that's why I am looking for someone with much more knowledge than me that could lead me to the right path.
I've already made some research on the subject, I've came across some topics talking about the Authentication Schema using LDAP Directory, but I'm not sure if this is the thing i'm looking for.
If you guys could help me or lead me to a detailed tutorial, i would be very grateful
Thank you in advance,
Thomas
Did you try test ldap login?
I'm assuming you know your a/d host ip, port, DN String
If you enter these correctly, Test should success and you can mark it as "Current".
Related
Trying to avoid User ID's and matching correct ID's, looking at 200+ users, and that can be a mess. Is there a way for there to be a PW required prior to downloading the app? Thanks.
Please edit your question with the platform and language(s) are you using. With so little context it is nearly impossible to answer this question.
Please help me with my current problem.
I want to build an application that involves 2 different users namely, student and teacher. Each user should be able to log into the application.
I wanted to use the student and teacher models where username and password are stored for the authentication.
Currently, I don't know how to configure Odoo to look for the mentioned models for the authentication. I can't find any tutorials that could help me accomplish this even in the Odoo documentation.
Please help how to do this or provide advice if there is a better way of doing this. Thank you in advance.
Is there a way to see what role has been assigned to either local and remote (LDAP) users. For example, I want to see which users in an LDAP infrastructure have the nx-admin role assigned.
I've been looking via google and in the Nexus documentation, but haven't had much luck yet. I know I can check to see if a specific user has a role, but this isn't a scalable solution.
Thank you
There is no current way to do this. File an issue at: https://issues.sonatype.org/browse/NEXUS if you would, this sounds like a logical piece of functionality :)
i am trying to login my ibm account to use its iot platform. but its giving error while login.
BXNUI0303E: The account information could not be retrieved because of a problem contacting the business support system. You will be logged out of Bluemix.
Try again later. If you see this message again, go to DOCS and select Troubleshooting for help and support options.
I am trying since last 3 hours.
Can anyone help me.?
Thanks
We are aware of the current issues that are being experienced with Bluemix and are working as quickly as possible to resolve them. We sincerely apologize for the inconvenience.
For more information about the situation, please visit the following URL: https://developer.ibm.com/bluemix/support/#status
Update - July 2017: Please be aware that the Bluemix Status Page moved. It is now located at the following URL:
https://console.bluemix.net/status
Use the filter to list the specific category, region, and component information
If I google ibm BXNUI0303E, I find these as first results:
https://developer.ibm.com/answers/questions/267171/bxnui0303e-the-account-information-could-not-be-re.html
https://developer.ibm.com/answers/questions/238858/not-able-to-login-from-bluemix-login-screen-bxnui0.html
So, you are not alone, the solution is probably just to wait until they fix the problem.
I also found that this status page lists tons of services as "down" at the moment:
For a number of reasons, I do not want to host an actual LDAP server.
Instead, through PHP, I want to simulate the essential functions of an LDAP server.
So I want, for instance, to be able to respond to ldap_search, ldap_connect, ldap_bind, ldap_unbind, etc.
Results would come from MySQL.
It looks like ldap_search would be a matter of returning the same response that an LDAP URL Query would return, which is like a JSON format, but I am unsure about e.g. ldap_bind.
Right now I am just researching the feasibility of providing a "simulated" LDAP Server. I would greatly appreciate any thoughts on how much this would require, using PHP/MySQL.
Thanks in advance!
I think you'll have to go through the protocol specifications and basically build a server implementation. It will give you an idea what you need to do, an LDAP client app will follow the protocol specs very closely.
Specs: https://www.rfc-editor.org/rfc/rfc4510