mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-101: Corrections to comments for proper LDAP filter syntax.
This commit is contained in:
@@ -275,12 +275,12 @@ public class ConfigurationService {
|
|||||||
/**
|
/**
|
||||||
* Returns the search filter that should be used when querying the
|
* Returns the search filter that should be used when querying the
|
||||||
* LDAP server for Guacamole users. If no filter is specified,
|
* LDAP server for Guacamole users. If no filter is specified,
|
||||||
* a default of objectClass=* is returned.
|
* a default of "(objectClass=*)" is returned.
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* The search filter that should be used when querying the
|
* The search filter that should be used when querying the
|
||||||
* LDAP server for users that are valid in Guacamole, or
|
* LDAP server for users that are valid in Guacamole, or
|
||||||
* objectClass=* if not specified.
|
* "(objectClass=*)" if not specified.
|
||||||
*
|
*
|
||||||
* @throws GuacamoleException
|
* @throws GuacamoleException
|
||||||
* If guacamole.properties cannot be parsed.
|
* If guacamole.properties cannot be parsed.
|
||||||
|
Reference in New Issue
Block a user