[ 
https://issues.apache.org/jira/browse/GUACAMOLE-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022826#comment-16022826
 ] 

Nick Couchman commented on GUACAMOLE-263:
-----------------------------------------

Any LDAP standard search filter should do - the syntax is exactly like on the 
page you mentioned.  So, filtering for inetOrgPerson objects would be:
(objectClass=inetOrgPerson)

You can also do things like filter for objects with a certain attribute:
(&(objectClass=inetOrgPerson)(mail=*))

The above would filter for any objects that have inetOrgPerson as the class and 
have any value present for the mail attribute.  Probably more common things 
would be to filter on a group membership.  In AD, that would look something 
like this:
(|(memberOf=CN=Group1,OU=Groups,DC=example,DC=com)(memberOf=CN=Group2,OU=Groups,DC=example,DC=com))

The above would search for objects that are a member of either Group1 or Group2.

Hope this helps.

> Guacamole is not returning paged results of complete ldap user base DN
> ----------------------------------------------------------------------
>
>                 Key: GUACAMOLE-263
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-263
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole-auth-ldap
>    Affects Versions: 0.9.11-incubating
>         Environment: CentOS 7 
> MariaDB 5.5.44
> Windows Server 2012 R2 Active Directory Domain Services
>            Reporter: M Goya
>
> My guacamole instance is integrated with Windows 2012 AD Domain Services.  
> LDAP authentication is working fine for all users.  But I am unable to 
> administer the system properly because I am unable to query all users and 
> assign appropriate permissions in the web UI.  My user base base DN is >1000 
> objects.  The application is not returning paged results of all objects and 
> is only showing the first 1000 objects.  Any advice on a fix is much 
> appreciated.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to