浏览代码

Signed-off-by: Russ Whitehead <william.whitehead@lexisnexis.com>

Russ Whitehead 7 年之前
父节点
当前提交
8843d04d6c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      system/security/LdapSecurity/ldapconnection.cpp

+ 3 - 0
system/security/LdapSecurity/ldapconnection.cpp

@@ -1433,6 +1433,9 @@ public:
                 {
                 }
             }
+
+            //Create base LDAP OU tree. Specify PT_DEFAULT to ensure each OU
+            //grants access to both Administrators and to Authenticated Users
             createLdapBasedn(NULL, m_ldapconfig->getResourceBasedn(RT_DEFAULT), PT_DEFAULT);
             createLdapBasedn(NULL, m_ldapconfig->getResourceBasedn(RT_FILE_SCOPE), PT_DEFAULT);
             createLdapBasedn(NULL, m_ldapconfig->getResourceBasedn(RT_VIEW_SCOPE), PT_DEFAULT);