[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/settings/ -> ldap.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file for connection and authentication of users via LDAP
   3  #
   4  
   5  [LDAPSettings]
   6  # Set LDAP version number
   7  LDAPVersion=2
   8  # Set to true if use LDAP server
   9  LDAPEnabled=true
  10  # LDAP host
  11  LDAPServer=
  12  # Port nr for LDAP, default is 389
  13  LDAPPort=389
  14  # Specifies the base DN for the directory.
  15  LDAPBaseDn=
  16  # If the server does not allow anonymous bind, specify the user name for the bind here.
  17  LDAPBindUser=
  18  # If the server does not allow anonymous bind, specify the password for the bind here.
  19  LDAPBindPassword=
  20  # Could be sub, one, base.
  21  LDAPSearchScope=sub
  22  # Use the equla sign to replace "=" when specify LDAPBaseDn or LDAPSearchFilters
  23  LDAPEqualSign=--
  24  # Add extra search requirment. Uncomment it if you don't need it.
  25  # Example LDAPSearchFilters[]=objectClass--inetOrgPerson
  26  LDAPSearchFilters[]
  27  # LDAP attribute for login. Normally, uid
  28  LDAPLoginAttribute=uid
  29  # Could be id or name
  30  LDAPUserGroupType=id
  31  # Default place to store LDAP users. Could be content object id or group name for LDAP user group,
  32  # depends on LDAPUserGroupType.
  33  LDAPUserGroup[]
  34  
  35  # Group mapping settings:
  36  # Possible values: UseGroupAttribute (old style group assignig using LDAPUserGroupAttribute setting),
  37  # SimpleMapping (using LDAPUserGroupMap array for name-to-name group mapping) or GetGroupsTree
  38  LDAPGroupMappingType=UseGroupAttribute
  39  # Base LDAP dn which should be used to fetch user group objects from LDAP
  40  LDAPGroupBaseDN=
  41  # LDAP user group class
  42  LDAPGroupClass=exampleGroupDAClassName
  43  # Attribute which should be used to obtain name of an LDAP group
  44  # Required then 'LDAPGroupMappingType' is set to 'GetGroupsTree' or 'SimpleMapping'
  45  LDAPGroupNameAttribute=cn
  46  # Attribute of LDAP user which should be used to obtain groups which user(group) belongs to.
  47  # Required then 'LDAPGroupMappingType' is set to 'GetGroupsTree' or 'SimpleMapping'
  48  LDAPGroupMemberAttribute=member
  49  # Attribute which contain description of LDAP group, optional
  50  LDAPGroupDescriptionAttribute=
  51  # Group names map (from LDAP to ezpublish user-groups),
  52  # used then 'LDAPGroupMappingType' is set to 'SimpleMapping'
  53  LDAPUserGroupMap[]
  54  
  55  # LDAP attribute type for user group. Could be name or id
  56  LDAPUserGroupAttributeType=name
  57  # LDAP attribute for user group. For example, employeetype. If specified, LDAP users
  58  # will be saved under the same group as in LDAP server.
  59  LDAPUserGroupAttribute=employeetype
  60  # LDAP attribute for First name. Normally, givenname
  61  LDAPFirstNameAttribute=givenname
  62  # LDAP attribute for Last name. Normally, sn
  63  LDAPLastNameAttribute=sn
  64  # LDAP attribute for email. Normally, mail
  65  LDAPEmailAttribute=mail
  66  # LDAP encoding is utf-8 or not
  67  Utf8Encoding=false
  68  # if 'enabled' you can move LDAP users to a different group and they will not
  69  # be automatically moved back (to the group they are configured to be placed in)
  70  # when the user logs in again.
  71  KeepGroupAssignment=disabled


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7