Explorar o código

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

Russ Whitehead %!s(int64=7) %!d(string=hai) anos
pai
achega
8843d04d6c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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);