Ldap show if

Is there any way to differentiate between an ldap user and a matrix user? Ive had a quick scan through the doco and couldnt find anything.

If you are logged in, and want to find out what type of User you are,

  1. Goto the 'My Space' tab (right next to the asset map tab)
  2. Click on the 'Edit the details of your account' link at the bottom section
  3. On the right frame, you can see your user name together with user type and asset id



    If you want to show currently logged-in users their user type on a page,
  4. Insert the keyword "%globals_user_type%" in the content of the page
  5. You can see the user type replacement by viewing page

Ldap users have a type code of 'ldap_user', unfortunately it is not possible to compare variables/values/types in a show_if design area.


You may be able to use a regexp comparison to compare the value of a keyword to a fixed string. I haven't actually tried this, though. :)