GUACAMOLE-101: Corrections to comments for proper LDAP filter syntax.

This commit is contained in:
Nick Couchman
2017-03-28 07:41:52 -04:00
parent c5fe3d1df3
commit 5c768384bc

View File

@@ -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.