LDAP Shared Group Issues using nightly build jive_messenger_2005-08-23

I’'m not sure if this is correct forum for this post, but here it is…

I am in the process of testing and deploying JM in our organization. I started with nightly build jive_messenger_2005-08-17 in order to use the LDAP group provider. We are using LDAP integration in a Windows 2003 AD Domain. I have created a new OU in which to place our Jive enable user accounts as well as the groups I’‘d like to see in the roster. Initially, we experienced issues with some of the groups not displaying in our clients (Pandion latest beta). After doing a bit of research in these forums, I came to the conclusion that this may be an issue with escaping group names (I don’'t fully understand the development lingo). Today I decided to load the latest nightly build as it appears that it addresses this very issue.

To my pleasure, I discovered my missing groups were now being displayed as they should be. I continued creation the LDAP groups that we require and added the users to their respective groups. This is when I noticed that not one of the four groups displayed all their members. I signed in as one of the missing contacts, and this ID did not appear in the contact list as either offline or online. I’'m truly at a loss here as nothing stands out in the logs. Any insight into this problem would be greatly appreciated!

Message was edited by:

rdale

Post your XML config file. Also, enable LDAP debug by setting the ldap.debugenabled property in your XML file and post your debug log.

Setting ldap.debugenabled in XML file:

Thanks,

Greg

Here is the config file:

Here is the debug log:

2005.08.24 15:21:57 Created new LdapManager() instance, fields:

2005.08.24 15:21:57 host: 192.168.128.5

2005.08.24 15:21:57 port: 389

2005.08.24 15:21:57 usernamefield: sAMAccountName

2005.08.24 15:21:57 baseDN: OU=Jive,MyDomain,DC=com

2005.08.24 15:21:57 alternateBaseDN: null

2005.08.24 15:21:57 nameField: displayName

2005.08.24 15:21:57 emailField: mail

2005.08.24 15:21:57 adminDN: paragon\Reader

2005.08.24 15:21:57 adminPassword: Password

2005.08.24 15:21:57 searchFilter: (sAMAccountName=)
2005.08.24 15:21:57 ldapDebugEnabled: false
2005.08.24 15:21:57 sslEnabled: false
2005.08.24 15:21:57 initialContextFactory: com.sun.jndi.ldap.LdapCtxFactory
2005.08.24 15:21:57 connectionPoolEnabled: true
2005.08.24 15:21:57 autoFollowReferrals: false
2005.08.24 15:21:57 groupNameField: cn
2005.08.24 15:21:57 groupMemberField: member
2005.08.24 15:21:57 groupDescriptionField: description
2005.08.24 15:21:57 posixMode: false
2005.08.24 15:21:57 groupSearchFilter: (member=)

2005.08.24 15:22:02 Loading plugin admin

2005.08.24 15:22:10 Connect Socket[addr=/192.168.128.34,port=3723,localport=5222]

2005.08.24 15:22:10 Trying to find a user’'s DN based on their username. sAMAccountName: dheffelfinger, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:10 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:11 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:11 … context created successfully, returning.

2005.08.24 15:22:11 Starting LDAP search…

2005.08.24 15:22:11 … search finished

2005.08.24 15:22:11 In LdapManager.checkAuthentication(userDN, password), userDN is: CN=Dan Heffelfinger…

2005.08.24 15:22:11 Created context values, attempting to create context…

2005.08.24 15:22:11 … context created successfully, returning.

2005.08.24 15:22:11 Trying to find a user’'s DN based on their username. sAMAccountName: dheffelfinger, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:11 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:11 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:11 … context created successfully, returning.

2005.08.24 15:22:11 Starting LDAP search…

2005.08.24 15:22:11 … search finished

2005.08.24 15:22:11 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:11 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:11 … context created successfully, returning.

2005.08.24 15:22:11 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:11 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:11 … context created successfully, returning.

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Trying to find a user’'s DN based on their username. sAMAccountName: tbell, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Starting LDAP search…

2005.08.24 15:22:12 … search finished

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Trying to find a user’'s DN based on their username. sAMAccountName: arivers, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Starting LDAP search…

2005.08.24 15:22:12 … search finished

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Trying to find a user’'s DN based on their username. sAMAccountName: posborn, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Starting LDAP search…

2005.08.24 15:22:12 … search finished

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Trying to find a user’'s DN based on their username. sAMAccountName: rperez, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Starting LDAP search…

2005.08.24 15:22:12 … search finished

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Trying to find a user’'s DN based on their username. sAMAccountName: igonzalez, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Starting LDAP search…

2005.08.24 15:22:12 … search finished

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Trying to find a user’'s DN based on their username. sAMAccountName: lrodriguez, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Starting LDAP search…

2005.08.24 15:22:12 … search finished

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Trying to find a user’'s DN based on their username. sAMAccountName: tdukes, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Starting LDAP search…

2005.08.24 15:22:12 … search finished

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Trying to find a user’'s DN based on their username. sAMAccountName: tdamon, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Starting LDAP search…

2005.08.24 15:22:12 … search finished

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Trying to find a user’'s DN based on their username. sAMAccountName: jlange, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:12 Starting LDAP search…

2005.08.24 15:22:12 … search finished

2005.08.24 15:22:12 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:12 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:12 … context created successfully, returning.

2005.08.24 15:22:13 Trying to find a user’'s DN based on their username. sAMAccountName: pzimmerman, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Starting LDAP search…

2005.08.24 15:22:13 … search finished

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Trying to find a user’'s DN based on their username. sAMAccountName: jcraig, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Starting LDAP search…

2005.08.24 15:22:13 … search finished

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Trying to find a user’'s DN based on their username. sAMAccountName: esolis, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Starting LDAP search…

2005.08.24 15:22:13 … search finished

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Trying to find a user’'s DN based on their username. sAMAccountName: rbyrd, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Starting LDAP search…

2005.08.24 15:22:13 … search finished

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Trying to find a user’'s DN based on their username. sAMAccountName: bparker, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Starting LDAP search…

2005.08.24 15:22:13 … search finished

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Trying to find a user’'s DN based on their username. sAMAccountName: mdehoyos, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Starting LDAP search…

2005.08.24 15:22:13 … search finished

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Trying to find a user’'s DN based on their username. sAMAccountName: kjohnson, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:13 Starting LDAP search…

2005.08.24 15:22:13 … search finished

2005.08.24 15:22:13 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:13 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:13 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: lskinner, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: jstarnes, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: mgriswold, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: lpotts, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: fdiaz, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: tlancaster, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: mdepperschmidt, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: jhouse, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: rdale, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: jbaker, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: dvale, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: dburg, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: pharrison, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: kjones, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: kwebster, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Loading plugin broadcast

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: gmorris, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: jvale, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Loading plugin search

2005.08.24 15:22:14 Trying to find a user’'s DN based on their username. sAMAccountName: dheffelfinger, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Starting LDAP search…

2005.08.24 15:22:14 … search finished

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:14 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:14 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:14 … context created successfully, returning.

2005.08.24 15:22:41 SSL Connect 178aae1[SSL_NULL_WITH_NULL_NULL: Socket[addr=/192.168.128.4,port=1710,localport=5223]]

2005.08.24 15:22:43 Trying to find a user’'s DN based on their username. sAMAccountName: rdale, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Starting LDAP search…

2005.08.24 15:22:43 … search finished

2005.08.24 15:22:43 In LdapManager.checkAuthentication(userDN, password), userDN is: CN=Rick Dale…

2005.08.24 15:22:43 Created context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Trying to find a user’'s DN based on their username. sAMAccountName: rdale, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Starting LDAP search…

2005.08.24 15:22:43 … search finished

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Trying to find a user’'s DN based on their username. sAMAccountName: administrative_staff, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Starting LDAP search…

2005.08.24 15:22:43 … search finished

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Trying to find a user’'s DN based on their username. sAMAccountName: claims_staff, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Starting LDAP search…

2005.08.24 15:22:43 … search finished

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Trying to find a user’'s DN based on their username. sAMAccountName: it_staff, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Starting LDAP search…

2005.08.24 15:22:43 … search finished

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Trying to find a user’'s DN based on their username. sAMAccountName: underwriting_staff, Base DN: OU=Jive,DC=MyDomain,DC=com…

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:43 Starting LDAP search…

2005.08.24 15:22:43 … search finished

2005.08.24 15:22:43 Creating a DirContext in LdapManager.getContext()…

2005.08.24 15:22:43 Created hashtable with context values, attempting to create context…

2005.08.24 15:22:43 … context created successfully, returning.

2005.08.24 15:22:44 OS - Trying to connect to im-imperial:5269

2005.08.24 15:22:44 OS - Connection to im-imperial:5269 successfull

2005.08.24 15:22:44 OS - Sent dialback key to host: im-imperial id: 8612fdeb from domain: im-paragon

2005.08.24 15:22:44 Connect Socket[addr=/192.168.1.6,port=3470,localport=5269]

2005.08.24 15:22:44 AS - Verifying key for host: im-imperial id: 8612fdeb

2005.08.24 15:22:44 AS - Key was: VALID for host: im-imperial id: 8612fdeb

2005.08.24 15:22:44 AS - Connection closed for host: im-imperial id: 8612fdeb

2005.08.24 15:22:44 OS - Validation GRANTED from: im-imperial id: 8612fdeb for domain: im-paragon

2005.08.24 15:22:45 Connect Socket[addr=/192.168.1.6,port=3471,localport=5269]

2005.08.24 15:22:45 RS - Received dialback key from host: im-imperial to: im-paragon

2005.08.24 15:22:45 RS - Trying to connect to Authoritative Server: im-imperial:5269

2005.08.24 15:22:45 RS - Connection to AS: im-imperial:5269 successfull

2005.08.24 15:22:45 RS - Asking AS to verify dialback key for idbf405cb5

2005.08.24 15:22:45 RS - Key was VERIFIED by the Authoritative Server for: im-imperial

2005.08.24 15:22:45 RS - Closing connection to Authoritative Server: im-imperial

2005.08.24 15:22:45 RS - Sending key verification result to OS: im-imperial

Post your XML config file. Also, enable LDAP debug

by setting the ldap.debugenabled property in your XML

file and post your debug log.

Setting ldap.debugenabled in XML file:

true

Thanks,

Greg

One question, I noticed that you have a different method of turning on debugging posted here than what I used, is there any difference in the output?

Yes, ldap debug is a separate option than the general debug option. You do need to have the general debug option enabled in order to enable ldap debug. Just add the line

under your ldap section in your XML file. Also, clear your debug log before trying this, lets get it is a resonable size.

Greg

One thing that I do notice is that the line

if you are using active directory.

Greg

I have a new log to post after adding the debug flag to the LDAP section, but before I post it, I think I may have discovered a pattern.

I noticed that the names missing from the shared roster groups all have something in common. When the group members are viewed in the Jive web admin console, the names that are missing from the client rosters are formatted like this “JHouse” and the ones that do display are formatted like this “rdale”. I suppose a work around might be to edit my user accounts so that the user IDs are all lower case. Another interesting point is that in the debug log, JHouse is in fact listed as jhouse.

Thoughts?

  • EDIT ****

I just confirmed that case is the issue. I changed the user login for JHouse to jhouse and restarted JM. After doing this, jhouse is now in the roster.

Message was edited by:

rdale

And here is the latest log:

2005.08.24 22:57:27 Created new LdapManager() instance, fields:

2005.08.24 22:57:27 host: 192.168.128.5

2005.08.24 22:57:27 port: 389

2005.08.24 22:57:27 usernamefield: sAMAccountName

2005.08.24 22:57:27 baseDN: OU=Jive,DC=mydomain,DC=com

2005.08.24 22:57:27 alternateBaseDN: null

2005.08.24 22:57:27 nameField: cn

2005.08.24 22:57:27 emailField: mail

2005.08.24 22:57:27 adminDN: paragon\reader

2005.08.24 22:57:27 adminPassword: password

2005.08.24 22:57:27 searchFilter: (sAMAccountName=)
2005.08.24 22:57:27 ldapDebugEnabled: true
2005.08.24 22:57:27 sslEnabled: false
2005.08.24 22:57:27 initialContextFactory: com.sun.jndi.ldap.LdapCtxFactory
2005.08.24 22:57:27 connectionPoolEnabled: true
2005.08.24 22:57:27 autoFollowReferrals: false
2005.08.24 22:57:27 groupNameField: cn
2005.08.24 22:57:27 groupMemberField: member
2005.08.24 22:57:27 groupDescriptionField: description
2005.08.24 22:57:27 posixMode: false
2005.08.24 22:57:27 groupSearchFilter: (member=)

2005.08.24 22:57:32 Loading plugin admin

2005.08.24 22:57:44 Loading plugin broadcast

2005.08.24 22:57:44 Loading plugin search

2005.08.24 22:58:16 SSL Connect e7b3f2[SSL_NULL_WITH_NULL_NULL: Socket[addr=/192.168.128.4,port=3052,localport=5223]]

2005.08.24 22:58:17 Trying to find a user’'s DN based on their username. sAMAccountName: rdale, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:17 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:17 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:18 … context created successfully, returning.

2005.08.24 22:58:18 Starting LDAP search…

2005.08.24 22:58:18 … search finished

2005.08.24 22:58:18 In LdapManager.checkAuthentication(userDN, password), userDN is: CN=Rick Dale…

2005.08.24 22:58:18 Created context values, attempting to create context…

2005.08.24 22:58:18 … context created successfully, returning.

2005.08.24 22:58:18 Trying to find a user’'s DN based on their username. sAMAccountName: rdale, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:18 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:18 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:18 … context created successfully, returning.

2005.08.24 22:58:18 Starting LDAP search…

2005.08.24 22:58:18 … search finished

2005.08.24 22:58:18 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:18 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:18 … context created successfully, returning.

2005.08.24 22:58:18 Trying to find all groups in the system.

2005.08.24 22:58:18 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:18 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:18 … context created successfully, returning.

2005.08.24 22:58:18 Starting LDAP search…

2005.08.24 22:58:18 Using groupSearchFilter: (member=*)

2005.08.24 22:58:18 … search finished

2005.08.24 22:58:18 Starting to populate groups with users.

2005.08.24 22:58:18 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:18 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:18 … context created successfully, returning.

2005.08.24 22:58:19 Trying to find a user’'s DN based on their username. sAMAccountName: tbell, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:19 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:19 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:19 … context created successfully, returning.

2005.08.24 22:58:19 Starting LDAP search…

2005.08.24 22:58:19 … search finished

2005.08.24 22:58:19 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:19 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:19 … context created successfully, returning.

2005.08.24 22:58:19 Trying to find a user’'s DN based on their username. sAMAccountName: arivers, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:19 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:19 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:19 … context created successfully, returning.

2005.08.24 22:58:19 Starting LDAP search…

2005.08.24 22:58:19 … search finished

2005.08.24 22:58:19 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:19 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:19 … context created successfully, returning.

2005.08.24 22:58:19 Trying to find a user’'s DN based on their username. sAMAccountName: posborn, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:19 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:19 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:19 … context created successfully, returning.

2005.08.24 22:58:19 Starting LDAP search…

2005.08.24 22:58:19 … search finished

2005.08.24 22:58:19 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:19 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:19 … context created successfully, returning.

2005.08.24 22:58:20 Trying to find a user’'s DN based on their username. sAMAccountName: rperez, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Starting LDAP search…

2005.08.24 22:58:20 … search finished

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Trying to find a user’'s DN based on their username. sAMAccountName: dheffelfinger, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Starting LDAP search…

2005.08.24 22:58:20 … search finished

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Trying to find a user’'s DN based on their username. sAMAccountName: igonzalez, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Starting LDAP search…

2005.08.24 22:58:20 … search finished

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Trying to find a user’'s DN based on their username. sAMAccountName: lrodriguez, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Starting LDAP search…

2005.08.24 22:58:20 … search finished

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Trying to find a user’'s DN based on their username. sAMAccountName: tdukes, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Starting LDAP search…

2005.08.24 22:58:20 … search finished

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Trying to find a user’'s DN based on their username. sAMAccountName: tdamon, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:20 Starting LDAP search…

2005.08.24 22:58:20 … search finished

2005.08.24 22:58:20 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:20 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:20 … context created successfully, returning.

2005.08.24 22:58:21 Trying to find a user’'s DN based on their username. sAMAccountName: jlange, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Starting LDAP search…

2005.08.24 22:58:21 … search finished

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Trying to find a user’'s DN based on their username. sAMAccountName: pzimmerman, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Starting LDAP search…

2005.08.24 22:58:21 … search finished

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Adding group “Underwriting_Staff” with 11 members.

2005.08.24 22:58:21 Trying to find a user’'s DN based on their username. sAMAccountName: jcraig, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Starting LDAP search…

2005.08.24 22:58:21 … search finished

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Trying to find a user’'s DN based on their username. sAMAccountName: esolis, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Starting LDAP search…

2005.08.24 22:58:21 … search finished

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Trying to find a user’'s DN based on their username. sAMAccountName: rbyrd, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Starting LDAP search…

2005.08.24 22:58:21 … search finished

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Trying to find a user’'s DN based on their username. sAMAccountName: bparker, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Starting LDAP search…

2005.08.24 22:58:21 … search finished

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Trying to find a user’'s DN based on their username. sAMAccountName: mdehoyos, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:21 … context created successfully, returning.

2005.08.24 22:58:21 Starting LDAP search…

2005.08.24 22:58:21 … search finished

2005.08.24 22:58:21 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:21 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Trying to find a user’'s DN based on their username. sAMAccountName: kjohnson, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Starting LDAP search…

2005.08.24 22:58:22 … search finished

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Trying to find a user’'s DN based on their username. sAMAccountName: lskinner, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Starting LDAP search…

2005.08.24 22:58:22 … search finished

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Trying to find a user’'s DN based on their username. sAMAccountName: jstarnes, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Starting LDAP search…

2005.08.24 22:58:22 … search finished

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Trying to find a user’'s DN based on their username. sAMAccountName: mgriswold, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Starting LDAP search…

2005.08.24 22:58:22 … search finished

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Trying to find a user’'s DN based on their username. sAMAccountName: lpotts, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Starting LDAP search…

2005.08.24 22:58:22 … search finished

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Trying to find a user’'s DN based on their username. sAMAccountName: fdiaz, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Starting LDAP search…

2005.08.24 22:58:22 … search finished

2005.08.24 22:58:22 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:22 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:22 … context created successfully, returning.

2005.08.24 22:58:22 Adding group “Claims_Staff” with 11 members.

2005.08.24 22:58:23 Trying to find a user’'s DN based on their username. sAMAccountName: tlancaster, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:23 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:23 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:23 … context created successfully, returning.

2005.08.24 22:58:23 Starting LDAP search…

2005.08.24 22:58:23 … search finished

2005.08.24 22:58:23 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:23 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:23 … context created successfully, returning.

2005.08.24 22:58:23 Trying to find a user’'s DN based on their username. sAMAccountName: mdepperschmidt, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:23 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:23 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:23 … context created successfully, returning.

2005.08.24 22:58:23 Starting LDAP search…

2005.08.24 22:58:23 … search finished

2005.08.24 22:58:23 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:23 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:23 … context created successfully, returning.

2005.08.24 22:58:23 Trying to find a user’'s DN based on their username. sAMAccountName: jhouse, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:23 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:23 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:23 … context created successfully, returning.

2005.08.24 22:58:23 Starting LDAP search…

2005.08.24 22:58:23 … search finished

2005.08.24 22:58:23 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:23 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:23 … context created successfully, returning.

2005.08.24 22:58:23 Adding group “IT_Staff” with 4 members.

2005.08.24 22:58:23 Trying to find a user’'s DN based on their username. sAMAccountName: jbaker, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:23 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:23 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:23 … context created successfully, returning.

2005.08.24 22:58:23 Starting LDAP search…

2005.08.24 22:58:23 … search finished

2005.08.24 22:58:23 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:23 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:23 … context created successfully, returning.

2005.08.24 22:58:23 Trying to find a user’'s DN based on their username. sAMAccountName: dvale, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:23 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:23 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:23 … context created successfully, returning.

2005.08.24 22:58:23 Starting LDAP search…

2005.08.24 22:58:23 … search finished

2005.08.24 22:58:23 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:23 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:23 … context created successfully, returning.

2005.08.24 22:58:24 Trying to find a user’'s DN based on their username. sAMAccountName: dburg, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Starting LDAP search…

2005.08.24 22:58:24 … search finished

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Trying to find a user’'s DN based on their username. sAMAccountName: pharrison, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Starting LDAP search…

2005.08.24 22:58:24 … search finished

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Trying to find a user’'s DN based on their username. sAMAccountName: kjones, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Starting LDAP search…

2005.08.24 22:58:24 … search finished

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Trying to find a user’'s DN based on their username. sAMAccountName: kwebster, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Starting LDAP search…

2005.08.24 22:58:24 … search finished

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Trying to find a user’'s DN based on their username. sAMAccountName: gmorris, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Starting LDAP search…

2005.08.24 22:58:24 … search finished

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Trying to find a user’'s DN based on their username. sAMAccountName: jvale, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Starting LDAP search…

2005.08.24 22:58:24 … search finished

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Adding group “Administrative_Staff” with 8 members.

2005.08.24 22:58:24 Finished populating group(s) with users.

2005.08.24 22:58:24 Trying to find a user’'s DN based on their username. sAMAccountName: rdale, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Starting LDAP search…

2005.08.24 22:58:24 … search finished

2005.08.24 22:58:24 Trying to find all groups in the system.

2005.08.24 22:58:24 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:24 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:24 … context created successfully, returning.

2005.08.24 22:58:24 Starting LDAP search…

2005.08.24 22:58:24 Using groupSearchFilter: (member=CN=Rick Dale,OU=Jive,DC=mydomain,DC=com)

2005.08.24 22:58:25 … search finished

2005.08.24 22:58:25 Starting to populate groups with users.

2005.08.24 22:58:25 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:25 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:25 … context created successfully, returning.

2005.08.24 22:58:25 Adding group “IT_Staff” with 4 members.

2005.08.24 22:58:25 Finished populating group(s) with users.

2005.08.24 22:58:25 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:25 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:25 … context created successfully, returning.

2005.08.24 22:58:25 Trying to find a user’'s DN based on their username. sAMAccountName: administrative_staff, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:25 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:25 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:25 … context created successfully, returning.

2005.08.24 22:58:25 Starting LDAP search…

2005.08.24 22:58:25 … search finished

2005.08.24 22:58:25 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:25 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:25 … context created successfully, returning.

2005.08.24 22:58:25 Trying to find a user’'s DN based on their username. sAMAccountName: claims_staff, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:25 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:25 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:25 … context created successfully, returning.

2005.08.24 22:58:25 Starting LDAP search…

2005.08.24 22:58:25 … search finished

2005.08.24 22:58:25 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:25 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:25 … context created successfully, returning.

2005.08.24 22:58:25 Trying to find a user’'s DN based on their username. sAMAccountName: it_staff, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:25 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:25 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:25 … context created successfully, returning.

2005.08.24 22:58:25 Starting LDAP search…

2005.08.24 22:58:25 … search finished

2005.08.24 22:58:25 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:25 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:25 … context created successfully, returning.

2005.08.24 22:58:26 Trying to find a user’'s DN based on their username. sAMAccountName: underwriting_staff, Base DN: OU=Jive,DC=mydomain,DC=com…

2005.08.24 22:58:26 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:26 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:26 … context created successfully, returning.

2005.08.24 22:58:26 Starting LDAP search…

2005.08.24 22:58:26 … search finished

2005.08.24 22:58:26 Creating a DirContext in LdapManager.getContext()…

2005.08.24 22:58:26 Created hashtable with context values, attempting to create context…

2005.08.24 22:58:26 … context created successfully, returning.

2005.08.24 22:58:26 OS - Trying to connect to im-imperial:5269

2005.08.24 22:58:26 OS - Connection to im-imperial:5269 successfull

2005.08.24 22:58:26 OS - Sent dialback key to host: im-imperial id: 7e4867ea from domain: im-paragon

2005.08.24 22:58:26 Connect Socket[addr=/192.168.1.6,port=4829,localport=5269]

2005.08.24 22:58:26 AS - Verifying key for host: im-imperial id: 7e4867ea

2005.08.24 22:58:26 AS - Key was: VALID for host: im-imperial id: 7e4867ea

2005.08.24 22:58:26 AS - Connection closed for host: im-imperial id: 7e4867ea

2005.08.24 22:58:26 OS - Validation GRANTED from: im-imperial id: 7e4867ea for domain: im-paragon

2005.08.24 22:58:27 Connect Socket[addr=/192.168.1.6,port=4833,localport=5269]

2005.08.24 22:58:27 RS - Received dialback key from host: im-imperial to: im-paragon

2005.08.24 22:58:27 RS - Trying to connect to Authoritative Server: im-imperial:5269

2005.08.24 22:58:27 RS - Connection to AS: im-imperial:5269 successfull

2005.08.24 22:58:27 RS - Asking AS to verify dialback key for id906f7f11

2005.08.24 22:58:27 RS - Key was VERIFIED by the Authoritative Server for: im-imperial

2005.08.24 22:58:27 RS - Closing connection to Authoritative Server: im-imperial

2005.08.24 22:58:27 RS - Sending key verification result to OS: im-imperial

Hey rdale,

XMPP specifies that JIDs cannot have upper case letters except for the resource part. That is the reason why you are having problems with those users. Try using lower cases letters only.

Regards,

– Gato

Thanks Gato!

I’‘m not the best at RTFM. I just assumed that had been accounted for since Microsoft’'s implementation of LDAP doesnt seem to care about capitalization.

Thanks!

Rick