Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:ldap_optional_attributes [2018/07/16 13:45] – [Optional Attributes] bkkr72:ldap_optional_attributes [2018/07/16 13:50] – [Optional Attributes] bkkr
Line 45: Line 45:
 |(sn=sm*)|All entries with a surname that starts with "sm"| | |(sn=sm*)|All entries with a surname that starts with "sm"| |
 |(&(sn=smith)(objectClass=user)(email=*))|All entries that are users having the surname "smith" and an email address.| | |(&(sn=smith)(objectClass=user)(email=*))|All entries that are users having the surname "smith" and an email address.| |
-|(&(objectClass=user)(!age<18)(|(sn=smith) (sn=wright)))|All entries that are users having surname set to "smith" or "wright" and are older than 18|+|(&(objectClass=user)(!age<18)<font inherit/Arial,Helvetica,sans-serif;;inherit;;inherit>(|(sn=smith)(sn=wright))</font>)|All entries that are users having surname set to "smith" or "wright" and are older than 18|
  
 **NOTE**: In the <font inherit/Courier New,Courier,monospace;;inherit;;inherit>PKitConfig.xml</font> file the character “&“ has to be escaped via “&“. Otherwise errors parsing the configuration file could occur. **NOTE**: In the <font inherit/Courier New,Courier,monospace;;inherit;;inherit>PKitConfig.xml</font> file the character “&“ has to be escaped via “&“. Otherwise errors parsing the configuration file could occur.