I am wanting to use the connect and search command on a form. The command has 6 send parameters. However, i want to prefill 4 of those parameters and not allow the user to change them. The user should only be able to enter text in the other 2. Is there a way to get hide any of the search parameters when the connect and search prompt opens up?
This connect and search command is querying ldap, so the 4 filters i dont want the user to change are to ensure the query only returns valid ad users.
(!initials=XXX)
(!objectClass=group)
(!userAccountControl=514)
(!userAccountControl=66050)
These will mean nothing to the user, and I don't want to confuse them so id like it if they just didnt see them.
