File: bug-1916534-netapp-fix-ldap-security-service-c8ee6d36598722cf.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (17 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
fixes:
  - |
    NetApp ONTAP driver is now fixed to properly configure SVM LDAP client when
    configuration is provided through `ldap` security service. Now, the driver
    chooses the correct LDAP schema based on the given security service
    parameters. The `RFC-2307` schema will be set for Linux/Unix LDAP servers
    and `RFC-2307bis` for Active Directory servers. When using a Linux/Unix
    LDAP server, the security service should be configured setting the
    `server` parameter with servers IPs or host names. For Active
    Directory LDAP server, the domain information must be configured using the
    the `domain` parameter. Users should provide at least one DNS server when
    configuring servers by its host or domain names. The base search
    `distinguished name` used for LDAP queries can now be configured using
    security service `ou` parameter. Please refer to
    `Launchpad Bug #1916534 <https://bugs.launchpad.net/manila/+bug/1916534>`_
    for more details.