Changes between Version 1 and Version 2 of LdapSessionSettingsPatch


Ignore:
Timestamp:
Aug 10, 2007, 9:03:36 PM (17 years ago)
Author:
Morris
Comment:

updated ini to reflect all settings

Legend:

Unmodified
Added
Removed
Modified
  • LdapSessionSettingsPatch

    v1 v2  
    3737##   in a name on their 'Preferences' page, go try and
    3838##   grab it from the LDAP/AD server (the 'displayName' user property)
    39 ## default: false
     39## defaults:
     40##   get_name_from_ldap_if_empty = false
     41##   get_name_from_ldap_userattribute = displayName
    4042get_name_from_ldap_if_empty = true
     43get_name_from_ldap_userattribute = displayName
    4144
    4245## this setting indicates that if the user hasn't filled
    4346##   in an email on their 'Preferences' page, go try and
    4447##   grab it from the LDAP/AD server (the 'mail' user property)
    45 ## default: true
     48## defaults:
     49##   get_email_from_ldap_if_empty = false
     50##   get_email_from_ldap_userattribute = mail
    4651get_email_from_ldap_if_empty = true
     52get_email_from_ldap_userattribute = mail
    4753
    4854}}}