ldap
Supporting Single Sign-On with Active Directory
We have a SaaS app written on .NET and we need to offer various methods of SSO to our customers. A while ago we standardized on OpenID, hoping that this would become a universal standard and liberate[详细]
2023-04-07 01:55 分类:问答ldap check username-password combination via java
To test a username-password combination with ldap i do the following connect to an ldap server with a masteruser account[详细]
2023-04-06 23:00 分类:问答why does ldap have all these funny two letter codes [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answ开发者_高级运维ers to be supported by facts, references,or expertise, but this question will likely so[详细]
2023-04-06 20:56 分类:问答java jndi ldap connection timeout
I want to control the connection timeout by setting com.sun.jndi.ldap.connect.timeout property. It works well for values under 1000 ms, but if I set values bigger then 1000, the timeout doesn\'t incre[详细]
2023-04-06 11:43 分类:问答LDAP: how to search for user with windows id
I need to authenticate a user using the windows ID which is not the same as the \"user name\".For example: windows ID is jSmith but the user name is \"Joe Smith\".I need to find Joe Smith based 开发者[详细]
2023-04-06 11:05 分类:问答LDAP | How to programmatically tell whether a search for specific attribute is case sensitive?
Many LDA开发者_StackOverflow中文版P attributes are defined case-insensitive for search. For example:[详细]
2023-04-06 07:18 分类:问答Spring Security - Retrieving Role of a User
I am using OpenDS for Authentication of my Application. I am able to Authenticate the user successfully but not able get the roles of the user.[详细]
2023-04-05 22:30 分类:问答Two users in ActiveDirectory with same name
I am creating app开发者_开发百科lication that will add new users to AD through LDAP. I can generate users, but my problem is when I have two users with same givenname and sn, because I construct name[详细]
2023-04-05 21:22 分类:问答PHP LDAP authentication NOT WORKING
I am trying to implement LDAP authentication into our company web portal. I can successfully connect to the host, but I cannot seem to get a successful bind with my Active Directory credentials. Looki[详细]
2023-04-05 17:14 分类:问答How to securely store credentials per session in Flask
I have a Flask application on my local network which connects to a mail server and web service.All three use the same LDAP authentication source, and I would like to avoid requiring users to provide t[详细]
2023-04-05 10:32 分类:问答