소스 검색

Ticket 47379 - DNA plugin failed to fetch replication agreement

Description : Schema file 10dna-plugin.ldif modified in the commit
3e2262e1c0410bdf4f9b9211aef13deb28f174d1 had a tab which should
be white spaces.  It made the schema parsing fail and the server
uninstallable.  This patch replaces the tab with white spaces.
Noriko Hosoi 12 년 전
부모
커밋
5f0580abd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ldap/schema/10dna-plugin.ldif

+ 1 - 1
ldap/schema/10dna-plugin.ldif

@@ -218,7 +218,7 @@ objectClasses: ( 2.16.840.1.113730.3.2.324 NAME 'dnaPluginConfig'
         dnaThreshold $
         dnaNextRange $
         dnaRangeRequestTimeout $        
-	dnaRemoteBindDN $
+        dnaRemoteBindDN $
         dnaRemoteBindCred $
         cn
  )