ldap
user authentication withn OU using LDAP
I am trying to authenticate user using LDAP I am using this code: public bool IsAuthenticated(string domain, string username, string pwd)[详细]
2023-04-13 07:40 分类:问答how do i create new OU in Active Directory using DirectoryServices.AccountManagement in .net 3.5 or 4
to create & find users & groups in Active Directory i\'ve been using this code: http://anyrest.word开发者_如何学Cpress.com/2010/06/28/active-directory-c/[详细]
2023-04-13 07:17 分类:问答Linked Server - LDAP - Msg 7321
Below is an abbreviated query I am trying to execute against LDAP using a linked server: select * from openquery(ADSI,\'\')[详细]
2023-04-12 18:04 分类:问答When to use spring ldap authentication
i am new to spring security i read some articles about it, but couldn\'t开发者_C百科 find out when to use it.[详细]
2023-04-12 17:47 分类:问答Check user on LDap with Java
Can I check a user logged on LDap by his ip addre开发者_StackOverflowss with Java?If you\'re using the UnboundID Directory Server, a password policy can be created to track the last logon time and las[详细]
2023-04-12 16:47 分类:问答PHP 5.3.5 ldap_search(): Search: Can't contact LDAP server
I have a LDAP PHP class which works on all other PHP installations in our company. However, the code stopped working now that I changed from SuSE to Ubuntu 11.04. The PHP version is 5.3.5.[详细]
2023-04-11 21:57 分类:问答Findout the LDAP groups in which given uid is belong
I have a little bit knowledge of LDAP. I have organozational structure in LDAP in below format, uid=test.gen,OU=Generics,O=cco.mycomp.com[详细]
2023-04-11 14:23 分类:问答PHP - LDAP authentication against Windows 2003 Active Directory (User ID different from First Name and Last Name)
Need your help with authenticating an active directory user ID against LDAP. My problem is unique.开发者_运维问答 Let me explain here. Before posting this question, I\'ve googled it and also searched[详细]
2023-04-11 06:52 分类:问答Apache LDAP Authentication Redmine
I have Redmine setup on an Apache server (RHEL 6.1).I also have a subversion server running at /var/svn.I have the proper LDAP authentication for my subversion configured, so when someone accesses the[详细]
2023-04-11 06:07 分类:问答Can I match a user to a group accross different domains?
I\'m trying to write an LDAP query which will discover if a user is a member of a group which matches a wildcard query and I\'m trying to use the LDAP_MATCHING_RULE_IN_CHAIN OID to do this.I\'m basica[详细]
2023-04-11 04:27 分类:问答