gredwhite

Results 14 comments of gredwhite

[dirmgr](https://github.com/dirmgr) Thank you! I tried to test (with existing objectGuid) 1. ``` ldapConnectionPool.delete("0b3c17ce-8683-6043-96be-87f6d3211023") ``` ==> ``` 00002032: ldb_delete: invalid dn '(null)' ``` But it is not surprising because `objectGuid` should...

> If the searchForEntry method is returning null, then that means that the search succeeded, but didn't return any entries. The most likely reason for that is: > > *...

> This doesn't really sound like a question about or an issue with the LDAP SDK. Instead, it's more specific to the way that Active Directory handles groups, and that's...

> I'm just another user, but I faced a similar challenge. There may be better ways, but here is how I did this (using groovy): > > ``` > import...

@dirmgr Could you please open discussions in project settings if you don't like to see questions here instead of actual issues ?

@dirmgr Thank you for `ldapConnectionPool.getEntry(dn, "*", "primaryGroupToken")` It really works. It was not obvious for me based on java doc

> I think that the Javadoc description of the [getEntry](https://docs.ldap.com/ldap-sdk/docs/javadoc/com/unboundid/ldap/sdk/AbstractConnectionPool.html#getEntry(java.lang.String,%20java.lang.String...)) method is sufficient. It says that if you don't specifically request any attributes, then all user attributes will be requested....

So the default login/password is root/webmin. You must mention it in readme file

`The Ping Identity Directory Server also supports a proprietary [MultiUpdateExtendedRequest](https://docs.ldap.com/ldap-sdk/docs/javadoc/index.html?com/unboundid/ldap/sdk/unboundidds/extensions/MultiUpdateExtendedRequest.html) that allows you to submit all of the operations to process atomically in a single request so that you can...