Back to About LDAP, or About LDAP Info
| At line 87 changed 1 line. |
| The following search operators are supported:* AND : &\\* OR : |\\* NOT : !\\* Approximately equal : ~=\\* Greater than or equal : >=\\* Less than or equal : <=\\* Any : |
| The following search operators are supported: |
| * AND : & |
| * OR : | |
| * NOT : ! |
| * Approximately equal : ~= |
| * Greater than or equal : >= |
| * Less than or equal : <= |
| * Any : * |
| At line 89 changed 1 line. |
| Below are some examples of search filters:\\{{(objectclass=posixAccount)}}\\{{(cn=Mickey M*)}}\\{{(|(uid=fred)(uid=bill))}}\\{{(&(|(uid=jack)(uid=jill)(objectclass=posixAccount))}} |
| Below are some examples of search filters: |
| * {{(objectclass=posixAccount)}} |
| * {{(cn=Mickey M*)}} |
| * {{(|(uid=fred)(uid=bill))} |
| * {{(&(|(uid=jack)(uid=jill)(objectclass=posixAccount))}} |
| \\ |
| \\ |
| At line 91 removed 1 line. |