I need to be able to get via querying the active directory using the LDAP server a list of defined ACTIVE users from the active directory.
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
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
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
I chose to write a java program to take back up of my LDAP entries in LDIF file and also would like to rollback the modifications using 开发者_开发问答the back up LDIF files, if needed.
What is the difference b/n memberOf attribute and groupMembership attribute when used in LDAP Authentication settings in Liferay?开发者_StackOverflow社区
I have an LDAP server with my email contacts so that I can lookup contacts by name/email, etc. However, it only seems to search and find the first email address for any contact.
I have a Perl Subversion pre-commit hook that allows me to verify whether or not a user has permissions to change or add to a particular point in a Subversion repository. It uses a Control file that l
I am a newbie to LDAP and Active Directories. I need to build a active directory 开发者_如何学Goof users who are eligible to access a particular conputer. When the user enters the username and passwo
In some situations ldap_get_entries returns array with element count=zero, so I have an array like array(\'count\'=>0) without any further entries.