mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ugaston
16.13.2009 335d261b9a2415fb03d3b79e9be46f7b0c27f6aa
OLC: fix for ldapsearch on windows to return all attributes
1 files modified
4 ■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/replication/externalchangelog/externalchangelog.xml 4 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/externalchangelog/externalchangelog.xml
@@ -65,8 +65,8 @@
            lastCookie = ';'
            nextCookie = None
            
            addOperationalAttrs = """\* creatorsname createtimestamp entryuuid"""
            modOperationalAttrs = """\* modifiersname modifytimestamp entryuuid"""
            addOperationalAttrs = """"*" creatorsname createtimestamp entryuuid"""
            modOperationalAttrs = """"*" modifiersname modifytimestamp entryuuid"""
            
            class Entry:
              def __init__(self, rdn):